phantom309 Posted January 24, 2014 Share Posted January 24, 2014 I have ssl enabled in the shop I am using presta shop 1.5.6.2 I am trying to get the addresses bare to have the Green Padlock Link to comment Share on other sites More sharing options...
Dh42 Posted January 24, 2014 Share Posted January 24, 2014 You have insecure elements on your page preventing it. Link to comment Share on other sites More sharing options...
phantom309 Posted January 24, 2014 Author Share Posted January 24, 2014 I Know But how do I fix it Link to comment Share on other sites More sharing options...
Dh42 Posted January 24, 2014 Share Posted January 24, 2014 I honestly do not know without looking at the code on your site. Do you have SSL enabled in the backend? Because your theme is loading all of the graphics with no ssl. Link to comment Share on other sites More sharing options...
phantom309 Posted January 24, 2014 Author Share Posted January 24, 2014 Yes ssl is enable Link to comment Share on other sites More sharing options...
Dh42 Posted January 24, 2014 Share Posted January 24, 2014 Hmm, are you running file system cache? Link to comment Share on other sites More sharing options...
phantom309 Posted January 24, 2014 Author Share Posted January 24, 2014 Yes Link to comment Share on other sites More sharing options...
Dh42 Posted January 24, 2014 Share Posted January 24, 2014 Try turning file system cache off, turning the smarty cache off and putting the shop in force compile. Link to comment Share on other sites More sharing options...
phantom309 Posted January 24, 2014 Author Share Posted January 24, 2014 Ok I did that it's still the same I was wondering this is a leo theme themes is the problem related to the theme and should I contact them ? Link to comment Share on other sites More sharing options...
Dh42 Posted January 24, 2014 Share Posted January 24, 2014 that might be the best option, I haven't seen this issue before; Link to comment Share on other sites More sharing options...
vekia Posted January 24, 2014 Share Posted January 24, 2014 it's a problem with logo: <img class="logo" src="http://southsidevacuum.com/img/logo.jpg?1390541467" alt="Southside Vacuum" width="260" height="75"> and also with your menu which loads images without https connection: <a href="http://southsidevacuum.com/60-upright-vacuums" target="_parent"><img src="http://southsidevacuum.com/img/cms/upright.png" alt="Upright Vacuums" width="125" height="125"></a> check this github commit: https://github.com/PrestaShop/PrestaShop/commit/640100f10f789129dc50a0d68e3e82cedf85aad3 it will fix your logo problem. Link to comment Share on other sites More sharing options...
phantom309 Posted January 24, 2014 Author Share Posted January 24, 2014 ok I went to the github and I changed the code out but the same problem is still there Link to comment Share on other sites More sharing options...
vekia Posted January 26, 2014 Share Posted January 26, 2014 are you able to say something more, especially what kind of urls hasn't got secured connection? you can verify it in page source (search for src="http) Link to comment Share on other sites More sharing options...
razaro Posted January 26, 2014 Share Posted January 26, 2014 Think problems are from lofmenu , loftabs modules and some more check The page at 'https://southsidevacuum.com/order' was loaded over HTTPS, but displayed insecure content from 'http://southsidevacuum.com/img/cms/Cords.png': this content should also be loaded over HTTPS. ... The page at 'https://southsidevacuum.com/order' was loaded over HTTPS, but displayed insecure content from 'http://southsidevacuum.com/cache/cachefs/loftabs/70_90_320.jpg': this content should also be loaded over HTTPS. ... The page at 'https://southsidevacuum.com/order' was loaded over HTTPS, but ran insecure content from 'http://s7.addthis.com/js/250/addthis_widget.js': this content should also be loaded over HTTPS. The page at 'https://southsidevacuum.com/order' was loaded over HTTPS, but displayed insecure content from 'http://southsidevacuum.com/modules/loftabs/ajax.php': this content should also be loaded over HTTPS. so most images from these two modules are not loaded with https. Link to comment Share on other sites More sharing options...
phantom309 Posted January 27, 2014 Author Share Posted January 27, 2014 And that's what I have been told but how do I make these images load in HTTPS Link to comment Share on other sites More sharing options...
razaro Posted January 27, 2014 Share Posted January 27, 2014 As that is paid theme we all don't have access to code so you could try to edit tpl files in those modules or ask developer Leotheme to fix those issues or some other kind of support. Link to comment Share on other sites More sharing options...
jstepp28 Posted June 22, 2014 Share Posted June 22, 2014 (edited) I just found this after looking for a good fix for this issue and wanted to share since I found this link before I found the base issue: https://github.com/PrestaShop/PrestaShop/commit/640100f10f789129dc50a0d68e3e82cedf85aad3 Made this change in 1.5.6.2 and it fixed all the errors and everything is in the green now! Hope this helps others... -James Edited June 22, 2014 by jstepp28 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted June 23, 2014 Share Posted June 23, 2014 I just found this after looking for a good fix for this issue and wanted to share since I found this link before I found the base issue: https://github.com/PrestaShop/PrestaShop/commit/640100f10f78968e3e82cedf85aad3 Made this change in 1.5.6.2 and it fixed all the errors and everything is in the green now! Hope this helps others... -James hello your link doesnt work :/ Link to comment Share on other sites More sharing options...
Recommended Posts