alsalmicom Posted October 26, 2016 Share Posted October 26, 2016 Hello guys, I had an online store still working on it. I recently installed a SSL certificate. It worked but it showed some errors like: Mixed Content: The page at 'https://www.maad.store/en/' was loaded over HTTPS, but requested an insecure stylesheet 'http://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,700italic'. This content should also be served over HTTPS. jquery-1.11.0.min.js:2 GET https://www.maad.store/upload/stadvancedbanner/tra02.jpg 404 (Not Found)(anonymous function) @ jquery-1.11.0.min.js:2j @ jquery-1.11.0.min.js:2fireWith @ jquery-1.11.0.min.js:2ready @ jquery-1.11.0.min.js:2K @ jquery-1.11.0.min.js:2 (index):774 GET https://www.maad.store/upload/stbanner/d3dd427943d6645aaf2bb1604504d476.jpg 404 (Not Found) How can we fix this issue? Please help your friend. Thank you www.maad.store Link to comment Share on other sites More sharing options...
bellini13 Posted October 26, 2016 Share Posted October 26, 2016 locate the following resource usage in your theme files http://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,700italic and change it to //fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,700italic 1 Link to comment Share on other sites More sharing options...
alsalmicom Posted October 26, 2016 Author Share Posted October 26, 2016 locate the following resource usage in your theme files http://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,700italic and change it to //fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,700italic Thank you for your fast reply. But where can I find the source code to change it? It took me a lot of time to locate it and find nothing. Thank you Link to comment Share on other sites More sharing options...
bellini13 Posted October 27, 2016 Share Posted October 27, 2016 you are using a custom theme, so i can't tell you exactly where it is located. but it will be somewhere under the themes folder 1 Link to comment Share on other sites More sharing options...
alsalmicom Posted October 27, 2016 Author Share Posted October 27, 2016 Thank you bellini13 I also tested the SSL connection with the default theme and the same result... It will make my mind blowing... Thank you Link to comment Share on other sites More sharing options...
razaro Posted October 27, 2016 Share Posted October 27, 2016 It is in modules/sexycart/css/front.css at firstline. Change it like bellini suggested. 1 Link to comment Share on other sites More sharing options...
alsalmicom Posted October 27, 2016 Author Share Posted October 27, 2016 It is in modules/sexycart/css/front.css at firstline. Change it like bellini suggested. Thanks for you two guys. I changed it like razaro said and worked great. You saved my time. Really Really thank you. 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