Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Silkalns

    (@silkalns)

    Could you please say what tool you did for testing? It appears that fonts are being loaded properly and they are also correctly enqueued via functions.php to support HTTPS.

    Thread Starter yochanan.g

    (@yochanang)

    The fix has already been applied.
    In function travelify_scripts_styles_method, this change was made:

    from:
    wp_register_style( ‘google_font_ubuntu’, ‘https://fonts.googleapis.com/css?family=Ubuntu’ );

    to:
    wp_register_style( ‘google_font_ubuntu’, ‘//fonts.googleapis.com/css?family=Ubuntu’ );

    The latter method is protocol agnostic and browsers don’t throw errors for https pages.

    Theme Author Silkalns

    (@silkalns)

    Sorry, my bad. It was fixed on Github version for this theme as you can see here but I haven’t pushed it to www.remarpro.com. Didn’t know that.

    Sorry about that! Will push theme version to www.remarpro.com shortly.

    Thread Starter yochanan.g

    (@yochanang)

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘HTTPS issue’ is closed to new replies.