Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • ibewguy Friend
    #695186

    I found the thread below on the forum, and now I am having the same problem, but I can’t find the culprit file

    http://www.joomlart.com/forums/topic/google-font-call-causes-insecure-url-errors-in-https/

    I receive the following error:
    <blockquote>Mixed Content: The page at ‘https://mysite/index.php/donate/campaign’ was loaded over HTTPS, but requested an insecure stylesheet ‘http://fonts.googleapis.com/css?family=Lato:300,400,700’. This request has been blocked; the content must be served over HTTPS</blockquote>

    Can you point me to the file calling the google fonts?

    Thank you!

    ibewguy Friend
    #695238

    Hello @pavit – your answer on this thread worked on JA Charity.

    The head.php file fixed the issue!

    Thanks!

    ibewguy Friend
    #750517

    Hello @pavit – your answer on this thread worked on JA Charity.

    The head.php file fixed the issue!

    Thanks!

    jooservices Friend
    #695240

    Hi there
    templatesja_charitytplsblockshead.php

    Replace

    <link href='http://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
    <link href='http://fonts.googleapis.com/css?family=Old+Standard+TT:400,700' rel='stylesheet' type='text/css'>

    By

    <link href='https://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
    <link href='https://fonts.googleapis.com/css?family=Old+Standard+TT:400,700' rel='stylesheet' type='text/css'>

    jooservices Friend
    #750519

    Hi there
    templatesja_charitytplsblockshead.php

    Replace

    <link href='http://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
    <link href='http://fonts.googleapis.com/css?family=Old+Standard+TT:400,700' rel='stylesheet' type='text/css'>

    By

    <link href='https://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
    <link href='https://fonts.googleapis.com/css?family=Old+Standard+TT:400,700' rel='stylesheet' type='text/css'>

    ibewguy Friend
    #695246

    Yessir – that worked!

    Thank you both!

    ibewguy Friend
    #750525

    Yessir – that worked!

    Thank you both!

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 2 voices, and was last updated by  ibewguy 8 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum