-
AuthorPosts
-
February 20, 2016 at 10:32 am #804603
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.
February 21, 2016 at 2:59 am #805155Hey 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.
February 22, 2016 at 10:16 am #806990Hi,
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?
February 22, 2016 at 12:49 pm #807217Hi 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.
February 23, 2016 at 10:30 am #808817ok 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
February 23, 2016 at 12:21 pm #809000Ok 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.
February 23, 2016 at 12:36 pm #809022Hi 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!
February 25, 2016 at 12:35 pm #812336Yes 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://noojglkidnpfjbincgijbaiedldjfbhhDo 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.orgURL: 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.pngIt 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
February 25, 2016 at 8:25 pm #812843Hello 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.
February 27, 2016 at 8:16 am #814671Hi
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.
🙂
February 27, 2016 at 7:13 pm #815081Sure, let us know if it works 🙂
-
AuthorPosts