RosesCCRS Posted November 30, 2013 Share Posted November 30, 2013 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 More sharing options...
Sharak Posted December 26, 2013 Share Posted December 26, 2013 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 More sharing options...
vekia Posted December 26, 2013 Share Posted December 26, 2013 you can also use full url to the pictures, (with http) then pictures will work always Link to comment Share on other sites More sharing options...
xanda Posted January 1, 2014 Share Posted January 1, 2014 I have similar problem. If enable friendly url, image on product page does not appear instead of big question mark. i think image path will change as i enable friendly url setting but it stays the same. Link to comment Share on other sites More sharing options...
vekia Posted January 1, 2014 Share Posted January 1, 2014 you use default theme? sometimes problem like that are related to non-default themes (especially when theme use non-default picture types) can you share url? Link to comment Share on other sites More sharing options...
Sharak Posted January 1, 2014 Share Posted January 1, 2014 (edited) I have similar problem. If enable friendly url, image on product page does not appear instead of big question mark. i think image path will change as i enable friendly url setting but it stays the same. Did you try THIS? Edited January 1, 2014 by Sharak (see edit history) Link to comment Share on other sites More sharing options...
bodybyvi Posted January 1, 2014 Share Posted January 1, 2014 this is really interesting information. i dont know that much about it but thanks for the information... Link to comment Share on other sites More sharing options...
xanda Posted January 2, 2014 Share Posted January 2, 2014 (edited) you use default theme? sometimes problem like that are related to non-default themes (especially when theme use non-default picture types) can you share url? Yes. I still use default theme and picture type is .jpg. Edited January 2, 2014 by xanda (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts