Page 1 of 1
Favicon Not Showing in Master Pages
Posted: Thu Mar 28, 2019 6:05 pm
by Ghardin
I have uploaded a *.ico file 16x16 on the webserver. Any page using the Master Frame the favicon does not show. However, error pages or pages that open in a new tab (not in master) will show the favicon. Site is
https://www.28fara.org/. I have put the address of the ico in favorites as well between the head/head tag html (as shown in the attached pics). Thanks!!

and

Re: Favicon Not Showing in Master Pages
Posted: Thu Mar 28, 2019 6:32 pm
by Pablo
Did you configure the icon in the master frame?
The value in the master frame will override the page specific settings.
Re: Favicon Not Showing in Master Pages
Posted: Fri Mar 29, 2019 12:07 am
by Ghardin
Were you able to see the two pics I posted showing the Master Frame? I have HTML posted between head tags on the Master Frame page and I also put a link in the Favorites icon setting, thinking that might be it. When I open the Developer console in Chrome I see the error "4www.228fara.org/favicon.ico:1 Failed to load resource: net::ERR_NAME_NOT_RESOLVED
I don't see "configure the icon" in the master page properties.
Re: Favicon Not Showing in Master Pages
Posted: Fri Mar 29, 2019 7:21 am
by Pablo
The screenshots do not show me exactly what you have done.
The available properties for the master frame are the same as any other page.
- open the master frame
- open the page properties of that page.
Re: Favicon Not Showing in Master Pages
Posted: Fri Mar 29, 2019 5:18 pm
by pajadt
Hi Ghardin,
looking in your code, you give more times same code
Code: Select all
<link rel="shortcut icon" href="https://www.228FARA.org/favicon.ico" type="image/icon">
, so must delete that, and add only at master frame.
Also your path to icon is not correct, or you not upload icon. When clink at link in code, icon must be visible, also use link one times not more times and name icon must be
favicon.ico, and in root wiebsite, not in any folder.