I just installed DW Timeline and loaded it over SSL. Everything else loads except for Google Fonts. I have the SSL insecure content fixer installed but it still doesn’t work.
Hi,
You can try with the following solution:
Please open the main.css file in the folder path “wp-content\themes\dw-timeline\assets\css”. Line 1.
Replace the following code:
@import url(http://fonts.googleapis.com/css?family=Bitter);
With new code:
@import url(//fonts.googleapis.com/css?family=Bitter);
Hope this helps !
I tried that and it didn’t work 🙁
I had to clear my cache plugin’s files. Works now! Thanks for the help 😀
hello, can you tell me more about cache plugins? i have the same issue.
Mixed Content: The page at ‘https://pinupchart.com/’ was loaded over HTTPS, but requested an insecure stylesheet ‘http://fonts.googleapis.com/css?family=Oswald%3A700%3Alatin&text=1234567890MK.&ver=1.2.7’. This request has been blocked; the content must be served over HTTPS.
jquery-migrate.min.js:2 JQMIGRATE: Migrate is installed, version 1.4.0
thanks in forward
daniel
ok i figured it out, tryed with a cache plugin but it didnt work, i still got a unsecure hompage.
I have answered your question here: https://www.designwall.com/question/ssl-font-loaded-https-requested-insecure-stylesheet/
Please login or Register to submit your answer