SSL Google Fonts issue

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #13102

    My site doesn’t show as secure in Safari and I tracked it down to a Google Fonts issue using Google Dev Tools (the site does show as secure in Chrome, btw).

    The Console is saying:

    `Mixed Content: The page at ‘https://www.mikerastiello.com/’ was loaded over HTTPS, but requested an insecure stylesheet ‘http://fonts.googleapis.com/css?family=Arvo:400,700,400italic’. This request has been blocked; the content must be served over HTTPS.

    I’m also not using Arvo.

    I tried the solution here (even though it’s a different theme) but it doesn’t seem to work, even though the code is similar (and links to http). http://support.livemeshthemes.com/forums/topic/ssl-issues/

    #13103
    This reply has been marked as private.
    #13119
    Veena
    Moderator

    Have you changed the URL to https in file framework/extensions/stylizer.php at line number 163 ?
    If not pls try it and see if error that goes away or not.

    #13120

    Yes, I did that. I found the support thread for a similar issue for your Agile theme (thread linked above) but that didn’t seem to work.

    #13193
    Raghavendra
    Moderator

    Sorry for the delayed reply. Looks like the site is down but the issue probably is due to this line present in style.css –

    @import url(http://fonts.googleapis.com/css?family=Arvo:400,700,400italic);
    

    at line number 15. If you remove the same, the message should go away provided the change in stylizer.php has been made already.

    #13213

    Perfect, that did it.

    Thanks!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘SSL Google Fonts issue’ is closed to new replies.