Rom75 Posted June 29, 2014 Share Posted June 29, 2014 Hi There, I have a small problem but unfortunaltey I cannot solve it. The problem is that the 404 image doesn't appear as you can see on picture attached. When I find the image link mysite/themes/default-bootstrap/img//img-404.jpg there are double slash, which I dont know where to delete the additional one. I try to check my 404.tpl but the code looks right. Thanks for your help Link to comment Share on other sites More sharing options...
vekia Posted June 29, 2014 Share Posted June 29, 2014 open 404.tpl file located in your theme dir there is a code: <img src="{$img_dir}/img-404.jpg" alt="{l s='Page not found'}" /> change src="" param, if i were you i will use there url to the picture. Link to comment Share on other sites More sharing options...
Rom75 Posted June 30, 2014 Author Share Posted June 30, 2014 I try this yesterday but doesn't work... today's fine... never mind Thanks for quick answer buddy Link to comment Share on other sites More sharing options...
vekia Posted June 30, 2014 Share Posted June 30, 2014 it was probably due to the caching :-) with cache feature turned on changes arent visible immediately this is why it's worth to disable it (cache) while you're working on your template Link to comment Share on other sites More sharing options...
Recommended Posts