Cannot find code

Home Forums Iconic One Pro Support Cannot find code

This topic contains 4 replies, has 4 voices, and was last updated by  Themonic-Support 6 years, 3 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #4944

    Shazar
    Participant

    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.

    #5121

    loop7media
    Participant

    Hello, 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!

    #5123

    Hi,

    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' ) );
    #5128

    settlersoman
    Participant

    Hi,

    it does not work. I replaced what you mentioned but still the header image is loaded via HTTP.

    #5130

    Also, 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.

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

You must be logged in to reply to this topic.