oamedia Posted September 20, 2016 Share Posted September 20, 2016 I'm about completing an eCommerce store and I instlled the SSL certificate but I get the error insecure content on Google chrome. I use the Leo Theme Emarket theme and I noticed the error is from: <link href='http://fonts.googleapis.com/css?family=Lato:400,700,900' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Oswald:400,700' rel='stylesheet' type='text/css'> I tried to change it but no luck since please can anyone help with a possible solution? Link to comment Share on other sites More sharing options...
endriu107 Posted September 20, 2016 Share Posted September 20, 2016 It supposed to be in header.tpl file, after change clear cache. Link to comment Share on other sites More sharing options...
bellini13 Posted September 20, 2016 Share Posted September 20, 2016 Change those lines in the themes header.tpl file to the following. Then make sure you clear your smarty cache and browser cache and try again <link href='//fonts.googleapis.com/css?family=Lato:400,700,900' rel='stylesheet' type='text/css'> <link href='//fonts.googleapis.com/css?family=Oswald:400,700' rel='stylesheet' type='text/css'> Link to comment Share on other sites More sharing options...
oamedia Posted September 20, 2016 Author Share Posted September 20, 2016 Thanks yall. I did and it still shows the error. Link to comment Share on other sites More sharing options...
bellini13 Posted September 21, 2016 Share Posted September 21, 2016 well either you did not clear your smarty cache appropriately, or these lines are in a different theme/module template. You'll need to dig deeper to find these resources, not much we can do to help you here. Link to comment Share on other sites More sharing options...
Logical IT Posted September 29, 2016 Share Posted September 29, 2016 Hello, Bellini solution should work. Also try adding in the 's' in https link as per below: <link href='https://fonts.googlea...ato:400,700,900' rel='stylesheet' type='text/css'> also 'view source code' from browser and manually look for images, iframes, and all other assets served via HTTP instead of HTTPS. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now