Hello all. Was hoping someone might be able to shed a little light on my problem. Also, please excuse my lack of knowledge and if I use any terms incorrectly.
Website at http://www.homemoviepreservation.com and using version 1.4.8b
I just recently noticed while using the Chrome browser that any page that uses https:// has the little red "X" over the lock icon and has a message that says "this page includes resources that are not secure".
https://homemoviepreservation.com/index ... ount/login
I did some looking around on the forums here and came to the conclusion that the problem is the site having some links to "http://" instead of "https://".
Can anyone tell me if that is the problem? Also, if that is indeed the problem, which files would I edit to change the "http://" to "https://"?
Any help would be greatly appreciated. Thank you in advance.
That's correct, more or less - though it's content, rather than just links, that will trigger a warning (eg an image, or script).mikepham wrote:I did some looking around on the forums here and came to the conclusion that the problem is the site having some links to "http://" instead of "https://".
The problem here seems to be the addthis script, which is in the header:
Code: Select all
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4c44052274824f7f"></script> <div class="addthis_toolbox addthis_default_style" style="float:left; display:block; padding-left:5px; padding-top:10px; width:180px; ">
<a href="http://www.addthis.com/bookmark.php?v=250&username=xa-4c44052274824f7f" class="addthis_button_compact">Share</a>
Solving it may be tricky - or quite simple. Ideas that may work:
1. Move the addthis button code from the header to somewhere within the product.tpl - then it will only appear on the product pages, not in the checkout pages (this is what I do)
2. Here's what addthis suggest you do:
http://www.addthis.com/help/sslIn the code of the widget replace:
http://s7.addthis.com or http://s5.addthis.com
with:
https://s7.addthis.com/
That's it. All features will continue to work the same.
But Opencart pages are loaded dynamically - if you change the code to https: , it will load addthis over SSL on every single page, not just the secure ones. I think this might slow down your pages - but you could try it.
3. Something to try: remove the http: from the addthis widget script altogether.
Code: Select all
<script type="text/javascript" src="//s7.addthis.com/js/250/addthis_widget.js#username=xa-4c44052274824f7f">
Backup first, as always
HI,
I am having the same issue here https://www.thewqgiftcompany.com/index. ... ount/login
Where do you think my error is coming from?
Thanks
I am having the same issue here https://www.thewqgiftcompany.com/index. ... ount/login
Where do you think my error is coming from?
Thanks
Click Business Solutions,
http://www.clickbusinesssolutions.co.uk
Info@clickbusinesssolutions.co.uk
Who is online
Users browsing this forum: No registered users and 7 guests