Shape 5

Joomla Templates => Corpway - Club => : accupulse1 October 12, 2016, 09:25:01 AM



: Corpway template font SSL issue
: accupulse1 October 12, 2016, 09:25:01 AM
According to Google, the Corpway template is not correctly calling the Google fonts which, in turn, is preventing the site from being correctly secured. Where in the template code can I change where the template calls for the Google fonts it uses? I understand that simply removing "http" from the font call will allow the fonts to be pulled securely since my site is now under a SSL.


: Re: Corpway template font SSL issue
: mikek October 13, 2016, 07:24:32 AM
Hello,

In the template's index.php file look for:

href="http://fonts.googleapis.com/css?family=

And change to:

href="//fonts.googleapis.com/css?family=


: Re: Corpway template font SSL issue
: waltmayo July 22, 2017, 03:25:20 PM
I did this and still get the same error on those google font lines.

Walt


: Re: Corpway template font SSL issue
: mikek July 24, 2017, 09:02:08 AM
Hello,

Please be sure you are running the latest version of Vertex. Those are the only areas that these font calls exist.