HI, Problem when going to check out with SSL being broken. Error is….
The page at ‘https://clothdollmarket.com/checkout/onepage/’ was loaded over HTTPS, but ran insecure content from ‘http://fonts.googleapis.com/css?family=Open+Sans:400,700’: this content should also be loaded over HTTPS.
Can’t figure out how to get the googleapis to load securely https:// Or just delete it from these pages.
Thanks
Paul
2 answers
To resolve this issue of your website, please do as bellow:
Open the template file at /app/design/frontend/default/jm_kidsland/template/page/html/head.phtml
and find the code line:
Code:
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'/>
and replace it with code line:
Code:
<link href='//fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'/>
Flush magento cache and let me know if you have further questions.
Did the trick! Thanks!
This question is now closed