Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #675393

    Hello!

    on my site http://picturethisclothing.com I get warnings on Chrome about the checkout not being safe because it loads the google fonts in a non secured way.

    I’m not using google fonts and I have even disabled them with this

    add_action( ‘init’, ‘enfold_customization_switch_fonts’ );
    function enfold_customization_switch_fonts() {
    global $avia;
    $avia->style->print_extra_output = false;
    }

    but the error persists…

    How can I totally get raid of the google fonts?

    Thanks!

    #675394

    Hello,

    Have you tried disabling all third-party plugins to see if it gets fixed? the line in question is not being included by Enfold:

     	<link href='http://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
    

    Regards,
    Josue

    #677266

    That worked Thanks!

    #677368

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘SSL loads scripts/fonts in a non-secure way – How can I fix?’ is closed to new replies.