Shape 5

General Category => Joomla Talk => : igerman July 18, 2013, 12:22:48 PM



: Google Fonts
: igerman July 18, 2013, 12:22:48 PM
I just installed SSL for my joomla site. But I get and SSL error code because some content on the site is not secure.

Insecure URL: http://fonts.googleapis.com/css?family=Abel:800,600,400

I know that google offers secure (https://) links to all of the fonts, where do I edit this url link?


: Re: Google Fonts
: jonahh July 18, 2013, 12:25:05 PM
It can be edited on line 40 of:

vertex\css_and_js.php

<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=<?php echo $s5_fonts_with_style;?>" />


: Re: Google Fonts
: igerman July 18, 2013, 12:43:08 PM
Made the change to https:// but the issue still prosiest.


: Re: Google Fonts
: mikenicoll July 18, 2013, 01:11:46 PM
Hello,

In the index.php change the URL for the fonts to the following:

From:

"http://fonts.googleapis.com"

To:

"//fonts.googleapis.com"

Doing it this way will automatically toggle between http and https depending on the current mode selected.

-Mike


: Re: Google Fonts
: igerman July 18, 2013, 01:29:50 PM
That Worked! Thanks!


: Re: Google Fonts
: mikenicoll July 18, 2013, 04:20:03 PM
NP

-Mike