php - Mixed Content Error -


few days back,i installed ssl certificate site securing site i'm getting below error while inspecting page mixed content:the page @ 'https://www.example.com/' loaded on https, requested insecure stylesheet 'http://fonts.googleapis.com/css?family=open+sans:300,400,600,700'. request has been blocked; content must served on https.

i not find url in theme's function.php or header.php i'm using

the7 — responsive multi-purpose wordpress theme

does have idea it

since site uses https, must include resources like, js, css, images etc https otherwise error.

for fix problem, change url http://fonts.googleapis.com/css?family=open+sans:300,400,600,700

to

https://fonts.googleapis.com/css?family=open+sans:300,400,600,700


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -