Shape 5

Joomla Templates => Traction - Club => : jambo90210 May 14, 2017, 08:47:04 PM



: HTTPS Fonts
: jambo90210 May 14, 2017, 08:47:04 PM
Our site is now HTTPS and the font as not working, looking at the console logs can see the following which is the problem

Mixed Content: The page at 'https://www.hsvownersclubofwa.com.au/2/index.php/clubinfo/join-today' was loaded over HTTPS, but requested an insecure stylesheet 'http://fonts.googleapis.com/css?family=Exo:800,600,400'. This request has been blocked; the content must be served over HTTPS.
[Deprecation] "zoom: reset" is deprecated and will be removed in M59, around June 2017. See https://www.chromestatus.com/features/4997605029314560 for more details.
join-today:1 Mixed Content: The page at 'https://www.hsvownersclubofwa.com.au/2/index.php/clubinfo/join-today' was loaded over HTTPS, but requested an insecure stylesheet 'http://fonts.googleapis.com/css?family=Exo:800,600,400'. This request has been blocked; the content must be served over HTTPS.


: Re: HTTPS Fonts
: mikek May 15, 2017, 08:36:21 AM
Hello,

First make sure you are running the latest version of Vertex:

https://www.shape5.com/documentation/Vertex-Framework/Joomla-Specific/How-To-Patch-Vertex-In-Joomla-and-Changelog

After that edit the template's index.php file and look for:

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

And change it to:

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


: Re: HTTPS Fonts
: jambo90210 May 17, 2017, 07:25:19 AM
edited the index.php .. that fixed it.. thanks