Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #804603

    LFSdesign
    Participant

    I have added an SSL certificate to the website but am not getting a full green locked icon with error message that the page is using http and https content. In using Chrome inspector, it seems images and some media loaded icons on the page are using http but in wp-media all images are showing https on their url links. Sql isn’t finding any http urls.

    I added SSL after the page was designed. Does cornerstone hard code somewhere the urls of content added to the page. Is there an easy way to access this to edit these without having to remove all icons and images and then redo them one by one?

    WP General Settings – both options are set to https.

    url https://babingtoncarspares.com

    Thank you.

    #805155

    Christian
    Moderator

    Hey there,

    To your question:

    Does cornerstone hard code somewhere the urls of content added to the page

    No. This issue is due to incorrect WordPress SSL setup. Please seek assistance from your web host or a professional WordPress developer.

    Is there an easy way to access this to edit these without having to remove all icons and images and then redo them one by one?

    Once your SSL setup is corrected, there’s no need to edit your content as everything will be under https.

    Thanks.

    #806990

    LFSdesign
    Participant

    Hi,

    My host has checked the SSL certificate for my wordpress installation and it is installed correctly.

    So the SSL being installed incorrectly is not the problem.

    Any other suggestions?

    #807217

    Darshana
    Moderator

    Hi there,

    You will have to remove and re-attach the existing images/ background images for the pages, but the newly added images will be forced to use HTTPS.

    Hope that helps.

    #808817

    LFSdesign
    Participant

    ok i had a feeling

    what about these 2

    jY1REoIwDAUvJESHE5U20mDbYJIq3l5UBp3xh79MZndfB-O1ojwO3Xo0mQZxhm2mcjgBqmIxcqkZhAJMtU_kwS1fUxgVEg3Rep5…:2 Mixed Content: The page at ‘https://babingtoncarspares.com/#1’ was loaded over HTTPS, but requested an insecure image ‘http://placehold.it/1500×750/272727/2f2f2f’. This content should also be served over HTTPS.

    (index):1 Mixed Content: The page at ‘https://babingtoncarspares.com/#1’ was loaded over HTTPS, but requested an insecure image ‘http://theme.co/x/demo/integrity/1/wp-content/uploads/sites/2/2013/06/bg-integrity-1.png’. This content should also be served over HTTPS.

    The other thing that confused me is in chrome inspector this came up but if i have the license to the theme and its loaded on my server why would the demo blocks i loaded still be pointing at your servers. how can i change that?

    body {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: hsl(0,0%,100%);
    background: #f3f3f3url(//theme.co/x/demo/integrity/1/wp-content/uploads/sites/2/2013/06/bg-integrity-1.png) center top repeat;

    Thanks

    #809000

    LFSdesign
    Participant

    Ok i have taken care of all the image and other http issues. All i am left with now are the 3 in the jpg attached. One is to some site called placeholdit?? and one to theme.co and then a google one which i have no idea what that one is or where to look for it.

    I’m assuming the first 2 at least are to do with the theme. There is definately nothing in any of my sql tables referring to http.

    #809022

    Rupok
    Member

    Hi there,

    It seems you imported the demo contents and that’s why the placeholder images (from placehold.it) was imported too. Let’s find the image and replace with your own images.

    Cheers!

    #812336

    LFSdesign
    Participant

    Yes I did import the demo theme to get an idea of the layout. I still have this problem with the http and it also comes up as an issue for slowing my page down on various speed tests. . The http seemed to correct but once I use cornerstone to edit anything I go back to having these same insecure origin errors. I don’t have the placeholder problem anymore but maybe you fixed that?

    Origin
    chrome-extension://noojglkidnpfjbincgijbaiedldjfbhh

    Do you know what this chrome extension file is?

    Origin

    http://theme.co/x/demo/integrity/1/wp-content/uploads/sites/2/2013/06/bg-integrity-1.png‘. This content should also be served over HTTPS.

    Webpagetest.org below

    GET /x/demo/integrity/1/wp-content/uploads/sites/2/2013/06/bg-integrity-1.png HTTP/1.1
    Host: theme.co
    Connection: keep-alive
    Cache-Control: max-age=0
    Accept: image/webp,image/*,*/*;q=0.8
    If-None-Match: “402812-e04-4de7537781880”
    If-Modified-Since: Thu, 06 Jun 2013 05:02:10 GMT
    User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36
    DNT: 1
    Accept-Encoding: gzip, deflate, sdch
    Accept-Language: en-US,en;q=0.8
    Webpagetest.org

    URL: https://theme.co/x/demo/integrity/1/wp-content/uploads/sites/2/2013/06/bg-integrity-1.png
    Loaded By: https://babingtoncarspares.com/:439
    Host: theme.co
    Error/Status Code: 301
    Priority: VeryLow
    Client Port: 0
    Request Start: 7.319 s
    DNS Lookup: 347 ms
    Initial Connection: 133 ms
    SSL Negotiation: 799 ms
    Time to First Byte: 160 ms
    Content Download: 379 ms
    Bytes In (downloaded): 0.7 KB
    Bytes Out (uploaded): 0.4 KB
    WARNING – (24.0 hours) – https://theme.co/x/demo/integrity/1/wp-content/uploads/sites/2/2013/06/bg-integrity-1.png

    It mentions a javascript file calling for this png too. How can I delete these and stop my page from trying to get this and one other png from your servers?

    Thanks

    #812843

    Rue Nel
    Moderator

    Hello There,

    We went ahead and remove the said image. You should not be seeing that error now. On the other hand, we notice that you have inserted an invalid custom js in your homepage. Please update it and use this instead:

    jQuery ( 
    	function($) { 
    		$(window).on('load', function() { 
    			$(window).trigger('resize');
    		}); 
    });
    
    jQuery (
    	function($) { 
    		$(document).ready( function() { 
    			$('.x-card-outer').each(function(){ 
    				var element = $(this); element.on('touchstart', function() { 
    					element.addClass('flipped'); }); element.on('touchend', function() { 
    						element.removeClass('flipped'); 
    					}); 
    				});
    			}); 
    		}); 
    
    		$("#accordion").accordion({ header: "h3", collapsible: true, active: false });
    });	
    
    jQuery(
    	function($) {
        	$('.open-new-window .x-face-button, .open.-new-window .x-face-button').attr('target','_blank');
    });

    Hope this helps.

    #814671

    LFSdesign
    Participant

    Hi

    Thank you for all your help. The custom JS was taken from another page on the forums giving that advice to someone else having my problem. I will amend it to this one you have just given me now.

    🙂

    #815081

    Rad
    Moderator

    Sure, let us know if it works 🙂