Jump to content

Friendly URL's, Not so Friendly


Recommended Posts

I switched on Friendly URL on my shop BUT some of my sellers photos and my ad photos on their URL page are not showing up now.  Some are, some are not.  I switched it back in the meantime but I wondered if someone might be able to guide me in the right direction as to why just a couple of sellers are effected this way and how to resolve it?

 

Above the word Category, the little photo ad I have there is missing as well.

 

Link to comment
Share on other sites

  • 4 weeks later...

You probably used wrong paths. In css never use something like this:

background: url( /img/my_image.jpg )

Instead use only url( img/... or url( ../img/...

 

In tpl don't use relevant paths, only full will work. You may use i.e <img src="{$img_dir}myimage.jpg"> This will show file from /themes/your_theme/img/ folder

Link to comment
Share on other sites

×
×
  • Create New...