Home › Forums › Iconic One Pro Support › Favicon using http instead of https. How do I fix this?
- This topic has 2 replies, 2 voices, and was last updated 8 years ago by
Themonic-Support.
- AuthorPosts
- July 29, 2018 at 10:38 am #5277
PaddyLandau
ParticipantI 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
httpinstead ofhttps.<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.
July 29, 2018 at 10:45 am #5278PaddyLandau
ParticipantDon’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.
July 30, 2018 at 7:11 am #5279Themonic-Support
KeymasterThank you for updating the thread, I am glad you found the solution.
- AuthorPosts
- You must be logged in to reply to this topic.
