SSL Problem due to googleapix.com not being https

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

Profile photo of Mall Staff 184060.00 $tone October 1, 2014
Public

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.

#1

This question is now closed

Written By

Comments