Favicon Not Showing in Master Pages
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Favicon Not Showing in Master Pages
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
Did you configure the icon in the master frame?
The value in the master frame will override the page specific settings.
The value in the master frame will override the page specific settings.
Re: Favicon Not Showing in Master Pages
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.
I don't see "configure the icon" in the master page properties.
Re: Favicon Not Showing in Master Pages
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.
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
Hi Ghardin,
looking in your code, you give more times same code, 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.
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">
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.