Mixed content warning on https sites – how to fix it

  • In Progress
    Posted in: Game Addict  
  • Member
    Simon00200
    May 1, 2014 at 1:58 pm #31276

    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!

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.