Favicon Not Showing in Master Pages

All WYSIWYG Web Builder support issues that are not covered in the forums below.
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
Post Reply
Ghardin
 
 
Posts: 4
Joined: Wed Mar 13, 2019 11:46 pm

Favicon Not Showing in Master Pages

Post 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!!Image and Image
User avatar
Pablo
 
Posts: 23239
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Favicon Not Showing in Master Pages

Post by Pablo »

Did you configure the icon in the master frame?
The value in the master frame will override the page specific settings.
Ghardin
 
 
Posts: 4
Joined: Wed Mar 13, 2019 11:46 pm

Re: Favicon Not Showing in Master Pages

Post 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.
User avatar
Pablo
 
Posts: 23239
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Favicon Not Showing in Master Pages

Post 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.
pajadt
 
 
Posts: 301
Joined: Sat Mar 16, 2013 11:23 am
Location: Europe
Contact:

Re: Favicon Not Showing in Master Pages

Post 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.
Post Reply