0

Out of the blue, the Magento site was displaying "service temporarily unavailable". So, I deleted maintenance.flags file and the site came back, but now all of the header links on the main page and some sub pages are showing the paths on all hyperlinks: enter image description here

I have not changed anything prior to either of these issues and I have no idea how to fix this... I do have a template path helper, but what could cause this and how do I fix this?

Community
  • 1
  • 1
GisMofx
  • 982
  • 9
  • 27

1 Answers1

1

You have this in your skin/frontend/default/default/css/home/css/blueprint/print.css :

a:link:after, a:visited:after {content:" (" attr(href) ")";font-size:90%;}

remove it and it will work as expected

bogatyrjov
  • 5,317
  • 9
  • 37
  • 61