Forums

[resolved] Favicon does not show up (6 posts)

  1. Sulis
    Member
    Posted 3 years ago #

    I have just uploaded a favicon to my root folder - public html. However, my favicon is not showing up in either the bookmarks or the browser. I have tried clearing the cache and restarting firefox, but to no avail. Any suggestions? Here is my site:

    http://frenchtofluency.com/

  2. VelvetBlues.com
    Member
    Posted 3 years ago #

    That's because you specified the incorrect location of your favicon.

    When I look at your source code I see the following:

    <link rel="shortcut icon" href="http://frenchtofluency.com/wp-content/themes/sandbox/favicon.ico" />

    It should be:

    <link rel="shortcut icon" href="http://frenchtofluency.com/favicon.ico" />

    Make sure to remove any php code which references your template or stylesheet directory, and just replace it with the above.

  3. Sulis
    Member
    Posted 3 years ago #

    I have done what you said, but the favicon still does not show up. Any more suggestions?

    Thanks

  4. VelvetBlues.com
    Member
    Posted 3 years ago #

    It shows up for me... I see your icon in my address bar in both IE and Firefox.

    The only other thing that I can think of is the type attribute. For my websites, for example, I use the following code:

    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />

    Also, have you cleared your cache? That could be why it isn't showing up for you.

  5. Sulis
    Member
    Posted 3 years ago #

    Really? That's strange as it is not showing in either Firefox or IE for me, or in bookmarks. Yes, I cleared the cache and refreshed the browser but still no luck. Not sure what to do now...

  6. Sulis
    Member
    Posted 3 years ago #

    Success! I just tried that last piece of code you gave me it worked. I can now see my favicon. Thanks for your help!

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.