- Posts: 7
- Thank you received: 0
H
-
yiannisps
Inactive member - Topic Author
- New Member
Less
More
8 years 2 months ago #46813
by yiannisps
Am using this template some time ago and now i enabled the https support. Browsers sowing errors. I found the problem but i dont know where to correct it. Its on links for google fonts. Am sending an attachment.
website: www.pediatricare.gr
website: www.pediatricare.gr
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
8 years 2 months ago #46814
by milos
Hello,
In Extensions > Templates > hot_fitness > Features > Google Web Fonts, change this default value:
with this:
Basically, you should change each "http://" with "//".
Thanks,
Milos
In Extensions > Templates > hot_fitness > Features > Google Web Fonts, change this default value:
Code:
@import url(http://fonts.googleapis.com/css?family=Montserrat);
@import url(http://fonts.googleapis.com/css?family=Exo+2);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,500);
with this:
Code:
@import url(//fonts.googleapis.com/css?family=Montserrat);
@import url(//fonts.googleapis.com/css?family=Exo+2);
@import url(//fonts.googleapis.com/css?family=Raleway:400,500);
Basically, you should change each "http://" with "//".
Thanks,
Milos
Please Log in to join the conversation.
-
yiannisps
Inactive member - Topic Author
- New Member
Less
More
- Posts: 7
- Thank you received: 0
Time to create page: 0.228 seconds