sunnyb0y Posted September 24, 2013 Share Posted September 24, 2013 (edited) Hello, After I activated an SSL certificate for a PrestaShop website... I was having an issue in secure pages with the SSL padlock showing momentarily in the address bar and then disappearing. This behaviour appeared to indicate that the secure pages were serving both secure and insecure content. In the back office, disabling the Merchant Expertise module fixed it. In the front office, changing the google font address by removing the http: in the theme's header.tpl file fixed this - eg from <link href='http://fonts.googleapis.com/css?family=Fontname' rel='stylesheet' type='text/css'> to <link href='//fonts.googleapis.com/css?family=Fontname' rel='stylesheet' type='text/css'> I hope this helps someone. Edited September 24, 2013 by sunnyb0y (see edit history) 1 Link to comment Share on other sites More sharing options...
vekia Posted September 24, 2013 Share Posted September 24, 2013 i just want to say that modern browsers (newest firefox, chrome from 31) blocking unsecured content, so it is worth to say that all we have to change the "unsecured" contents to secured, in some cases website will not work (for example, unsecured important js scripts etc.) 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