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
Post a Comment