Page 1 of 1
Trouble with favicon ico
Posted: 12 Mar 2013, 07:56
by Vesa Kalervo Ekholm
Hi,
For some reason I can´t get the favicon ico to show on my browser when entering my website... As enter my site via admin-panel the favicon show normally...
Any advice ?
My website -
www.vesakalervoekholm.fi
vke
Re: Trouble with favicon ico
Posted: 12 Mar 2013, 12:27
by Vesa Kalervo Ekholm
...looks like the favicon shows when entering site but disappears as the start/ folder is loaded...
Re: Trouble with favicon ico
Posted: 12 Mar 2013, 15:22
by PaulHarvey
It appears you got your problem fixed. Yay!
Can you tell me how you did it? I can't get mine to appear either on the Admin screen or the regular screen.
Thanks,
PaulHarvey
Re: Trouble with favicon ico
Posted: 12 Mar 2013, 16:22
by Vesa Kalervo Ekholm
Hi Paul,
Well, I placed it on the root of my website...nothing more.
Like said, it appears then disappears when entering the start/ folder...
When I enter the adminpanel it´s visible all the time... Can´t really understand why. With previous versions of Imagevue all worked just fine !
vke
Re: Trouble with favicon ico
Posted: 12 Mar 2013, 22:50
by Nick
Favicon is read only once when you first time visit the site. To force browser to refresh it you can clear your history. Alternatively you can try opening it directly:
http://www.vesakalervoekholm.fi/favicon.ico
Imagevue relies on png favicon, this is what it links to in html:
<link rel="icon" type="image/png" href="favicon.png" />
I believe you replaced the favicon.png last time that's why it worked right away.
Re: Trouble with favicon ico
Posted: 13 Mar 2013, 01:38
by mjau-mjau
Your gallery is looking for this, but its not there:
http://www.vesakalervoekholm.fi/favicon.png
Re: Trouble with favicon ico
Posted: 13 Mar 2013, 02:16
by Vesa Kalervo Ekholm
Yes, I understand that... It came as .ico when I made and downloaded it. So I guess the solutions is to rename it. I´ll try that...
Still, what I don´t understand is...why does it show when entering the admin- and powerpack panel ? I´m not a coder and don´t really understand any of it, but I´m just curious

?
Re: Trouble with favicon ico
Posted: 13 Mar 2013, 02:22
by Vesa Kalervo Ekholm
Well anyways, that worked ! Something new everyday
Thanks again Nick and Karl.
Re: Trouble with favicon ico
Posted: 13 Mar 2013, 06:05
by mjau-mjau
Vesa Kalervo Ekholm wrote:Still, what I don´t understand is...why does it show when entering the admin- and powerpack panel ? I´m not a coder and don´t really understand any of it, but I´m just curious

?
Thats because, by default, a browser will look for favicon in the root of your website, and for the admin pages, it finds the "favicon.ico". However, in the Imagevue gallery frontend, we specify in the document for it to use favicon.png (because we prefer png and feel that ico is a bit old-fashioned) ... You may wanna keep both files now, in your root, favicon.png and favicon.ico ...
Re: Trouble with favicon ico
Posted: 13 Mar 2013, 06:08
by Vesa Kalervo Ekholm
mjau-mjau wrote:Vesa Kalervo Ekholm wrote:Still, what I don´t understand is...why does it show when entering the admin- and powerpack panel ? I´m not a coder and don´t really understand any of it, but I´m just curious

?
Thats because, by default, a browser will look for favicon in the root of your website, and for the admin pages, it finds the "favicon.ico". However, in the Imagevue gallery frontend, we specify in the document for it to use favicon.png (because we prefer png and feel that ico is a bit old-fashioned) ... You may wanna keep both files now, in your root, favicon.png and favicon.ico ...
Thanks for clearing this up for me
