migration - Mixed Content warnings google fonts

admin2025-01-08  3

I installed a ssl certificate to my blog and moved everything from http to https. But I still get duplicate content warnings that the google fonts are loaded via http. I can't seem to find where I can change this. I am using the theme SmartAdapt. Can anyone give me a tip, where i can change these font includes to https?

Thank you very much, Michael

I installed a ssl certificate to my blog and moved everything from http to https. But I still get duplicate content warnings that the google fonts are loaded via http. I can't seem to find where I can change this. I am using the theme SmartAdapt. Can anyone give me a tip, where i can change these font includes to https?

Thank you very much, Michael

Share Improve this question asked Feb 5, 2016 at 14:27 4lcapwned4lcapwned 92 bronze badges 1
  • This page is not about theme support. Please ask the theme developers to assist you with that. – flomei Commented Feb 5, 2016 at 14:32
Add a comment  | 

1 Answer 1

Reset to default 0

Search the place in your theme where you're including the google fonts script, and remove the leading part http: , at the beginning of google fonts api url.

The part you're going to leave should look like

//fonts.googleapis.com/css?family= and so on (leave what is after family but nothing before // )

Make a search replace in your theme to find

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1736268389a1271.html

最新回复(0)