Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor techotronic

    (@techotronic)

    Hi,
    it’s working for me on Chrome v.23, but not on FireFox 16.
    The problems are:

    1) Your theme brings along it’s own favicon (that is linked in the header section in the body of the page, really weird):
    <link rel="shortcut icon" href="https://www.filmfestivallounge.com/wp-content/themes/inove/favicon.ico" />

    2) You uploaded an animated GIF both as a GIF and as a PNG:

    <link rel="icon" href="https://www.filmfestivallounge.com/wp-content/uploads/2012/11/animated_favicon11.gif" type="image/gif"/>
    <link rel="icon" href="https://www.filmfestivallounge.com/wp-content/uploads/2012/11/animated_favicon12.gif" type="image/png"/>

    if you resolve both these problems, the favicon should be displayed correctly in all browsers.

    Cheers,
    Arne

    Thread Starter outofexile

    (@outofexile)

    Thanks Arne, fixed it.

    Hello, The Favicon I created is showing up while i am in my admin page however for outside users it is not visible.

    Any Suggestions?

    https://www.masonjarsports.com

    Plugin Contributor techotronic

    (@techotronic)

    @krimasonjar:

    yes.

    Your theme brings along a favicon:
    <link rel="Shortcut Icon" href="https://masonjarsports.com/wp-content/themes/news/images/favicon.ico" type="image/x-icon" />

    this is displayed correctly in my browser.

    Then you are using another plugin to insert a ICO favicon that is ignored since it’s the same type as the one above:
    <link rel="shortcut icon" href="https://masonjarsports.com/wp-content/plugins/favicon-generator/favicon.ico" />

    The one you uploaded with my plugin is working correctly in FireFox, since FireFox always picks PNG favicons over ICO favicons:
    <link rel="icon" href="https://masonjarsports.com/wp-content/uploads/2012/12/mason-jar11.png" type="image/png"/>

    Cheers,
    Arne

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Assistance please.’ is closed to new replies.