Theme support is offered to verified customers by forum only. Support requests and solutions made by email, Skype, Envato or any other method will be redirected back to the forum.
-
Hello there folks!
I noticed that i get a mixed content warning on my website while using https and the gameaddict template. To fix this, i just changed two lines from the functions.php of the theme:
Line 422:
wp_register_style( ‘custom-style’, ‘https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800,400italic,600italic,700italic’, array(), ‘20130401’);Line 910:
wp_enqueue_style( “options_typography_$font”, “https://fonts.googleapis.com/css?family=$font”, false, null, ‘all’ );Just add an “s”
I wanted to share this here, if someone got the same issue.Cheers!