I have installed an ssl certificate but google fonts are without https so the browser notifies the user about not secure content in the page.
How can I change http://fonts.googleapis.com to https://fonts.googleapis.com
Thank you

This topic has 4 replies, 2 voices, and was last updated 9 years, 5 months ago ago by Jack Richardson
I have installed an ssl certificate but google fonts are without https so the browser notifies the user about not secure content in the page.
How can I change http://fonts.googleapis.com to https://fonts.googleapis.com
Thank you

Hello,
Try to edit the file wp-content/themes/legenda/framework/shortcodes.php in line 1900 and change the part of code href='http://fonts.googleapis.com/css?family= to href='//fonts.googleapis.com/css?family=
Best regards,
Jack Richardson.
Problem was from revolution slider, and I had to change it from the database
Just to inform any other users that face the same issue.
<style id=’rs-plugin-settings-inline-css’ type=’text/css’>
@import url(http://fonts.googleapis.com/css?family=Dancing+Script);
Thanks for your support
Hello,
You’re welcome.
We’re glad you resolved the issue.
Best regards,
Jack Richardson.
The issue related to '‘ssl certificate google fonts’' has been successfully resolved, and the topic is now closed for further responses