w3bsolutions Posted December 19, 2014 Share Posted December 19, 2014 Hi, I am having a strange problem with favicons. In a multishop installation, each shop with its favicon, it shows fine on all pages on each shop except for the product page where it pulls the main shops' favicon. In the code the favicon is correct but on the browser it shows the wrong one.Why can this be? I have deleted cache, etc, and tested on several computers and browsers. They all have the same issue. You can check here. Go to homepage, for instance, and you will see the correct favicon, then go to any product page and it changes. Any clue is appreciated. Link to comment Share on other sites More sharing options...
gonebdg - webindoshop.com Posted December 19, 2014 Share Posted December 19, 2014 When you clear the cache, it's include your Prestashop cache or just the browser cache ? the favicon is : http://www.ropadebaileydanza.com/img/favicon.ico or http://www.ropadebaileydanza.com/img/favicon-4.ico ? Link to comment Share on other sites More sharing options...
w3bsolutions Posted December 19, 2014 Author Share Posted December 19, 2014 (edited) Hi, thanks for answering, I tried deleting all caches (Prestashop & browser). The correct favicon is "favicon-4.ico" Edited December 19, 2014 by fire2 (see edit history) Link to comment Share on other sites More sharing options...
gonebdg - webindoshop.com Posted December 20, 2014 Share Posted December 20, 2014 Maybe there is an issue with your ISP cacheTry to disconnect your internet connection for a minutes and then reconnect common ISP use dynamic ip address, therefore your ip address will be changedI was saw the correct favicon in my browser Chrome, I.E, Safari, Opera, the green favicon BUT somehow it still displayed incorrectly on Firefox, so ... maybe there is an issue with firefox Link to comment Share on other sites More sharing options...
w3bsolutions Posted December 20, 2014 Author Share Posted December 20, 2014 Hmm, it doesn't seem like an ISP cache problem, it still happens but it is true it only happens with Firefox, it shows fine in the other browsers. I wonder what can be causing this issue on Firefox. Link to comment Share on other sites More sharing options...
gonebdg - webindoshop.com Posted December 21, 2014 Share Posted December 21, 2014 Firefox handle the favicon differently.Clearing the firefox cache or press Ctrl + F5 won't clearing the firefox favicon cache.It's saved in firefox database : places.sqlite Firefox also handle favicon mime_type differently.your favicon.ico is a real *.ico mime_type but your favicon-4.ico actually *.jpeg, therefore the firefox only read the your favicon.ico file which available on /img/ dir of your site and ignoring the favicon-4.ico eventhough this favicon defined on your html markupHow to manage firefox places.sqlite ?You can use firefox add ons SQLite Manager : https://addons.mozilla.org/en-us/firefox/addon/sqlite-manager/ How to create real ico file ?You can use icoFx (Shareware) : http://filehippo.com/download_icofx/ http://icofx.ro/ OR use Iconion http://iconion.com/ Link to comment Share on other sites More sharing options...
w3bsolutions Posted December 23, 2014 Author Share Posted December 23, 2014 Thanks for the info! However, I replaced the favicon-4.ico for a real .ico format file but the issue persists. I wonder if anybody else has this issue on multishops. SQLite Manager now detects the correct file format for favicon-4.ico but is pulling domain/favicon.ico on the product page (only). Weird. Link to comment Share on other sites More sharing options...
gonebdg - webindoshop.com Posted December 28, 2014 Share Posted December 28, 2014 Ya that's weird ... try adding random number variable using smarty.now after img_update_time (modify header.tpl) <link rel="icon" type="image/vnd.microsoft.icon" href="{$favicon_url}?{$img_update_time}{$smarty.now|date_format:'%Y%m%d%H%M%S'}" /> Link to comment Share on other sites More sharing options...
w3bsolutions Posted December 29, 2014 Author Share Posted December 29, 2014 I tried but still no changes, Ill just have to give up until someone else has the same issue... thanks for your time! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now