Favicon using http instead of https. How do I fix this?

Home Forums Iconic One Pro Support Favicon using http instead of https. How do I fix this?

This topic contains 2 replies, has 2 voices, and was last updated by  Themonic-Support 5 years, 8 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #5277

    PaddyLandau
    Participant

    I have recently converted my WordPress site to use an SSL, i.e. HTTPS instead of HTTP.

    Everything works apart from the favicon. Whether I load or delete the favicon in Settings > Appearance > Customise > Site Identity > Site Icon, it comes up in the source code as follows, with http instead of https.

    <link rel="shortcut icon" href="http://mydomain/wp-content/uploads/favicon.ico" />

    Of course, this produces an error in most browsers.

    The code that does this is the following extract from header.php.

    <?php if(  isset($options['iop_favicon']) && $options['iop_favicon'] != '' ){ ?>
    <link rel="shortcut icon" href="<?php echo $options['iop_favicon'];?>" />
    <?php }?>

    I cannot find a solution to this problem. Please help.

    #5278

    PaddyLandau
    Participant

    Don’t worry, I found it.

    I’ve just spotted that I can fix this by deleting and reloading the icon in Settings > Iconic One Pro > Design Settings > Favicon Upload.

    #5279

    Thank you for updating the thread, I am glad you found the solution.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.