Tagged: ,

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #410793

    Hi friends,

    My website is missing it’s font after going from “http” to “https” on IE.
    Active WooCommerce.

    Thank you guys,

    #411268

    Hey mooshonov!

    I checked your link but your site looks the same to me in both Firefox and IE. I didn’t see any errors either. Did you get this sorted?

    If your still having problems then take a screenshot and highlight what your seeing so we can get a better idea.

    Best regards,
    Elliott

    #411315
    This reply has been marked as private.
    #411846

    Hi!

    I maybe missing something but did you create the /fontstyle.css file? Use https instead of http.

    Regards,
    Ismael

    • This reply was modified 9 years, 4 months ago by Elliott.
    #411931
    This reply has been marked as private.
    #412753

    Hey!

    How did you enqueue or included the script? Try to use https there instead of http.

    Cheers!
    Ismael

    #415736
    This reply has been marked as private.
    #416421

    Hey!

    Please try to replace:

    <style>
    @import url(https://psbook.co.il/wp-content/themes/enfold/css/fontstyle.css);
    body{
    font-family: 'Open Sans Hebrew', serif;
    }
    </style>
    

    with:

    <style>
    @import url(https://psbook.co.il/wp-content/themes/enfold/css/fontstyle.css);
    body{
    font-family: 'Open Sans Hebrew', serif;
    }
    </style>
    

    Cheers!
    Ismael

    #419919
    This reply has been marked as private.
    #421269

    Hi!

    It’s most likely inside one of your stylesheets. It’s not a part of our theme code so you had to have added it manually yourself. Or perhaps a plugin is adding it.

    Cheers!
    Elliott

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.