Search…

X3 Photo Gallery Support Forums

Search…
 
illunis
Experienced
Topic Author
Posts: 89
Joined: 14 May 2012, 07:24

Favicon

29 Dec 2014, 04:49

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?
Attachments
chrome.JPG
chrome.JPG (2.25 KiB) Viewed 3646 times
ie.JPG
ie.JPG (2.36 KiB) Viewed 3646 times
 
illunis
Experienced
Topic Author
Posts: 89
Joined: 14 May 2012, 07:24

Re: Favicon

29 Dec 2014, 08:19

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.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Favicon

29 Dec 2014, 09:20

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
 
illunis
Experienced
Topic Author
Posts: 89
Joined: 14 May 2012, 07:24

Re: Favicon

30 Dec 2014, 02:03

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