Marc Woodyard
asked 9 years ago

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.

1 Answers
DominicStaff
answered 9 years ago

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 !

Marc Woodyard
replied 9 years ago

I tried that and it didn’t work 🙁

Marc Woodyard
replied 9 years ago

I had to clear my cache plugin’s files. Works now! Thanks for the help 😀

daniel
replied 8 years ago

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

daniel
replied 8 years ago

ok i figured it out, tryed with a cache plugin but it didnt work, i still got a unsecure hompage.

Dominic Staff
replied 8 years ago
Powered by DW Question & Answer Pro