• Resolved John Webber

    (@bilion)


    Hi,

    Thank you for this great plugin.
    It’s exactly what I was Looking for.
    But, I’m having an issue.

    On Chrome, the favicon is showing on tabs if it’s the backend.
    If it’s the frontend, the favicon is not showing.

    On Mozilla, the favicon is showing on the frontend tabs.
    (No need to check backend on Mozilla)

    Regards,
    Jovan

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Richard Long

    (@richardlong)

    Hi @bilion

    Thanks for your message.

    It sounds like this could be a browser caching issue? These can be stubborn – the easiest way to check is using a private / incognito window to see if that helps.

    Failing that, please go through our Ultimate WordPress Guide here. If you’re still having issues, reply back here with additional information and we’ll do our best to assist further.

    Thanks,

    Richard

    Thread Starter John Webber

    (@bilion)

    Hi Richard,

    I also thought that it was caching.
    So, after a lot messing with it, I decided to add it manually into the HTML.

    add_action('wp_head','az_favicon');
    function az_favicon(){
    ?>
    <link rel="shortcut icon" type="image/jpg" href="https://play-lh.googleusercontent.com/yPtnkXQAn6yEahOurxuYZL576FDXWn3CqewVcEWJsXlega_nSiavBvmaXwfTGktGlQ"/>
    <?php	
    }

    And this just worked straight away.

    Regards,
    Jovan

    Plugin Contributor Richard Long

    (@richardlong)

    Thanks for the update. Glad you got it sorted.

    Thanks,

    Richard

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Chrome shows favicon only for WP Backend’ is closed to new replies.