Having trouble with site favicon in some browers using this theme
-
I’m having trouble getting the site icon (favicon) to appear in the browser tabs only on IE 11 and Microsoft Edge. The icon appears correctly in the browser tabs of other browsers.
I have tried removing and re-adding the site icon (a 512×512 PNG image), and have tried clearing all browser caches, etc. to force a reload. But I can’t get the site icon to appear on the browser tabs of these two Microsoft browsers.
The only things I can think of are (1) the two generated link tags in the head section are both rel=”icon” (shouldn’t one of them be rel=”shortcut icon”?) and (2) there is no type attribute in the two generated link tags (shouldn’t they be type=”image/x-icon”?).
What I currently see in the page head section is (part of URL removed):
<link rel="icon" href="https://blog.../cropped-Logo-006-512x512-4-32x32.png" sizes="32x32" /> <link rel="icon" href="https://blog.../cropped-Logo-006-512x512-4-192x192.png" sizes="192x192" />
I’m very new to WordPress, and am not a favicon expert. I’m just looking at the generated HTML source, and comparing it with a non-WordPress site I have that does display the favicon properly in the browser tabs of all browsers, including the Microsoft browsers. For example, on my non-WordPress home page, I have (part of URL removed):
<link rel="icon" href="https://www.../favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="https://www.../favicon.ico" type="image/x-icon" />
which works in all browsers.
The page I need help with: [log in to see the link]
- The topic ‘Having trouble with site favicon in some browers using this theme’ is closed to new replies.