1. Yu
  2. Commercial Templates
  3. Friday, 01 May 2015
  4.  Subscribe via email
The awesome fonts fail to appear in https site and the host service manager gave me this reply:

"Reviewing the site it appears that some of the issue is that you have some resources that are being called from non-secure locations such as:

<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Droid+Sans:600,400,300"; />"

Can it be rectify?

You may compare my 2 websites: https://www.silverjoy.com.sg and http://www.silverjoy.sg.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Yu

In your templates styles.php (../templates/j51_virtuoso/php/styles.php) try replacing each instance of the following..


<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com..... 


With..


<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com..... 


Basically taking out the http: allowing your browser to choose between http and https

CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!