Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #718557

    shootsandmore
    Participant

    Hi Themeco,

    I just installed ssl on my website, but I get this error:

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

    I think this is a CSS setting in theme x. Could you help me out here? I want to refer to the google font API through HTTPS.

    Thanks in advance!

    #718563

    Paul R
    Moderator

    Hi,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #718586

    shootsandmore
    Participant
    This reply has been marked as private.
    #718591

    Thai
    Moderator

    Hi There,

    Please replace your custom CSS with this:

    @import url(//fonts.googleapis.com/css?family=Oswald);
    @import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,400,700,800);

    Hope it helps 🙂

    #718607

    shootsandmore
    Participant

    Hi,

    I added these lines to my custom css through the customizer. Unfortunately, no effect. What did I do wrong?

    #718614

    Christopher
    Moderator

    Hi there,

    Thanks for writing in !

    You are not fully updated.
    You can find the latest version numbers here: (http://theme.co/changelog/) Then you can compare them to what’s installed on your site.

    If you find anything to be out of date, you can review our update guide.

    Thanks.

    #718664

    shootsandmore
    Participant

    Hi there,

    I just updated to the newest version. Still, the faults of the google font api remain. Please help.

    #718666

    shootsandmore
    Participant

    see attached

    #718689

    Zeshan
    Member

    Hi there,

    These errors seem to be coming from fonts added by Revolution Slider (see: http://prntscr.com/9hmdo8). If you have added custom CSS code to add Google Fonts under your Revolution Slider settings, make sure to remove http: from the URL.

    Thank you!

    #718731

    shootsandmore
    Participant

    Hi! I changed it in the global slider settings. This worked, thanks!

    #718761

    Thai
    Moderator

    Glad it worked 🙂

    If you need anything else, please let us know.