Page 1 of 1

Favicon

Posted: 29 Dec 2014, 04:49
by illunis
Hello and Merry Christmas everyone :)

I have changed the favico.ico and it displays properly in IE but in Chrome it shows the Imagevue default...I have cleaned history/cache/everything....any ideas?

Re: Favicon

Posted: 29 Dec 2014, 08:19
by illunis
OK !

Solved by adding the following at the custom header
Code
<link rel="icon" 
      type="image/png" 
      href="http://mailme.gr/public/img/favicon.png" />
Dont know if thats the way it should be though.

Re: Favicon

Posted: 29 Dec 2014, 09:20
by mjau-mjau
This is cache-related, because favicons don't get stored in the normal cache in all browsers. In your case you have solved it, but it means you may have duplicate favicon link tags in your document, which isn't really a problem. There is another solution here (see "best answer"):
https://productforums.google.com/forum/ ... XlEW0ZFErY
http://stackoverflow.com/questions/2208 ... on-refresh another solution

Re: Favicon

Posted: 30 Dec 2014, 02:03
by illunis
I can confirm that for me the second solution worked.

Manually type the path to favicon
CTRL+F5 till you see the icon you have uploaded.
Reload or force reload browser

Thanks :D