Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1188156
    Arden R
    Participant

    Hi there –

    I have a secure site and I’ve been getting a few errors surrounding the background.png and the convertplug cross.png. Wondering if you can tell me what’s happening.

    1) First error has been plaguing me for over a year. I used to have a background.png assigned about 1.5 years ago and when we were using Visual Composer. I transferred all my pages to Cornerstone about a year ago. I do not have a background.png assigned in my settings and I don’t know where I can find the code for it so it will stop requesting it.

    Mixed Content: The page was loaded over HTTPS, but requested an insecure image ‘/wp-content/uploads/2014/11/background.png’. This content should also be served over HTTPS.

    2) Second error started happening within the last month or so. It’s searching for the close cross.png and hell if I know where it is. 😛 Any input on what I can do to solve would be helpful.

    /wp-content/plugins/a_convertplug/modules/info_bar/functions/config/img/cross.png Failed to load resource: the server responded with a status of 404 ()

    Thanks!

    #1188383
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1188411
    Arden R
    Participant
    This reply has been marked as private.
    #1188710
    Rue Nel
    Moderator

    Hello There,

    Thanks for providing the url of your site.

    1] To resolve the https/http mixed content issue, please install a 3rd party plugin Search Regex. You need to do a search and replace. You have to replace any occurrence of http://www.ardenreececolor.com/wp-content/uploads/ into https://www.ardenreececolor.com/wp-content/uploads/

    2] You’ll need to re install Convertplug plugin. Simply deactivate it and delete it. You can re install it by going to X Addons > Extensions.

    3] I did noticed that there is a JS error on the page. It turns out that you have inserted an invalid JS code in the customizer. Please update it and make use of this code instead:

    jQuery(function($){
      $('.smooth-scroll').click(function(e){
        e.preventDefault();
       
        $('html,body').animate({
          scrollTop: $('#' + $(this).attr('href').split("#").slice(-1)[0] ).offset().top - $('.x-navbar').height()
        },700 ,'swing');
      });
    });
    
    var $mcGoal = {'settings':{'uuid':'b9b93ffaedbdc925e343df5f4','dc':'us5'}};
    (function() {
    	 var sp = document.createElement('script'); sp.type = 'text/javascript'; sp.async = true; sp.defer = true;
    	sp.src = ('https:' == document.location.protocol ? 'https://s3.amazonaws.com/downloads.mailchimp.com' : 'http://downloads.mailchimp.com') + '/js/goal.min.js';
    	var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(sp, s);
    })(); 
    <!-- Facebook Pixel Code -->

    Hope this helps.

    #1196140
    Arden R
    Participant

    Thanks Rue!

    I just had the time today to work on this and I did all three steps as you suggested. I’m still seeing a Mixed content error for the background.png and I think it’s because I deleted it a while back. It is not listed in my customizer for X. I am stumped!!

    #1196294
    Darshana
    Moderator

    Hi there,

    I’m sorry, but it seems that you have enabled under construction mode. Could you please try re-attaching background image so that it should pickup with HTTPS link.

    Thanks!

    #1196370
    Arden R
    Participant

    Hmmm….reinstated a while back so I cleared my cache. I just added a background image to fix it. Thanks! I’m good.

    #1196794
    Rue Nel
    Moderator

    Hello There,

    We are glad that you have figured it out a way to correct the said issue.
    Thanks for letting us know!

    Best Regards.

  • <script> jQuery(function($){ $("#no-reply-1188156 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>