Home › Forums › Iconic One Pro Support › Cannot find code
- This topic has 4 replies, 4 voices, and was last updated 6 years, 11 months ago by Themonic-Support.
- AuthorPosts
- June 19, 2017 at 6:24 am #4944ShazarParticipant
I have installed SSL on my site. now have an insecure URL in my site that is blocking the full SSL security.. but I cannot find that code in my wordpress site. I have deleted the offending .png file both in my images files and in the file manager at my server end. But the error is still showing up.. as follows: Can you help me locate this file so I can remove it.
Insecure URL: http://besthealth.com.au/besthealth/wp-content/uploads/2014/06/lotusfavicon.png
Found in: https://besthealth.com.au/Thank you.
December 14, 2017 at 1:48 pm #5121loop7mediaParticipantHello, I am having this same issue, but with the header file on http://www.zodiaczoya.com:
http://zodiaczoya.com/wp-content/uploads/2017/11/zodiac-zoya-Allura-web.jpg
Is there a way to change how the header image and favicon are loaded, to do HTTPS instead of HTTP?
Thank you!
December 15, 2017 at 11:34 am #5123Themonic-SupportKeymasterHi,
Please check out Line 47 of header.php
<a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><img src="<?php echo esc_url( get_theme_mod( 'themonic_logo' ) ); ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>"></a>
Replace
esc_url( home_url( '/' ) );
with
esc_url(home_url( '/', 'https' ) );
December 23, 2017 at 12:09 pm #5128settlersomanParticipantHi,
it does not work. I replaced what you mentioned but still the header image is loaded via HTTP.
December 24, 2017 at 10:40 am #5130Themonic-SupportKeymasterAlso, try re-uploading the image and also check the following:
Visit Dashboard -> Settings -> General and make sure that Address (URL) and Site Address (URL) fields contain https:// at the start of your URL.
- AuthorPosts
- You must be logged in to reply to this topic.