Viewing 9 replies - 1 through 9 (of 9 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    I see it using Chrome.

    View post on imgur.com

    Thread Starter talcioc

    (@talcioc)

    Thank you for answering!

    Yes, but that’s not the favicon I uploaded. Here is a screenshot of Internet Explorer with the correct favicon:
    Favicon Internet Explorer

    I uploaded it here:
    Dashboard > Appearance > Customize > Site Identity

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    This is what you have in your page. They are “your” icon. Check your site via FTP and look for a file named “favicon.ico” in the root. If you find it, delete it.

    <link rel="icon" href="https://www.talciocdesign.com/wp-content/uploads/2016/11/cropped-Favicon-32x32.png" sizes="32x32" />
    <link rel="icon" href="https://www.talciocdesign.com/wp-content/uploads/2016/11/cropped-Favicon-192x192.png" sizes="192x192" />
    <link rel="apple-touch-icon-precomposed" href="https://www.talciocdesign.com/wp-content/uploads/2016/11/cropped-Favicon-180x180.png" />
    <meta name="msapplication-TileImage" content="https://www.talciocdesign.com/wp-content/uploads/2016/11/cropped-Favicon-270x270.png" />
    
    
    Thread Starter talcioc

    (@talcioc)

    I deleted the file but it looks the same, unfortunately.

    Moderator Samuel Wood (Otto)

    (@otto42)

    www.remarpro.com Admin

    Those link tags appear to be missing the “type” information. Add type=”image/png” to them.

    Thread Starter talcioc

    (@talcioc)

    Sorry, I don’t know how/where to add type=”image/png”

    [Moderator note: Please, no bumping.]

    Moderator Samuel Wood (Otto)

    (@otto42)

    www.remarpro.com Admin

    In the link tag.

    You have this:

    <link rel="icon" href="https://www.talciocdesign.com/wp-content/uploads/2016/11/cropped-Favicon-32x32.png" sizes="32x32" />

    Try this instead:
    <link rel="icon" href="https://www.talciocdesign.com/wp-content/uploads/2016/11/cropped-Favicon-32x32.png" sizes="32x32" type="image/png" />

    Thread Starter talcioc

    (@talcioc)

    The thing is, I don’t know where to change the link tag. Is this in style.css or somewhere else?

    Thread Starter talcioc

    (@talcioc)

    @otto42 Your solution worked! I somehow managed to find and change the links.

    Thank you!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Favicon not showing in Chrome’ is closed to new replies.