Title: HTTPS issue
Last modified: August 22, 2016

---

# HTTPS issue

 *  Resolved [yochanan.g](https://wordpress.org/support/users/yochanang/)
 * (@yochanang)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/https-issue-7/)
 * Hi,
    Thank you for the beatiful theme that is Travelify!
 * [My website](https://ohev.com/) is served with HTTPS.
    Google fonts are not loaded(
   Google Chrome 39.0.2171.95 m, Windows 7). Google Chrome shows this error in the
   dev. console:
 * Mixed Content: The page at ‘[https://ohev.com/&#8217](https://ohev.com/&#8217);
   was loaded over HTTPS, but requested an insecure stylesheet ‘[http://fonts.googleapis.com/css?family=Ubuntu&ver=4.1&#8217](http://fonts.googleapis.com/css?family=Ubuntu&ver=4.1&#8217);.
   This request has been blocked; the content must be served over HTTPS.
 * Any help will be much appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Theme Author [Silkalns](https://wordpress.org/support/users/silkalns/)
 * (@silkalns)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/https-issue-7/#post-5660283)
 * 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](https://wordpress.org/support/users/yochanang/)
 * (@yochanang)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/https-issue-7/#post-5660294)
 * The fix has already been applied.
    In function **travelify_scripts_styles_method**,
   this change was made:
 * from:
    wp_register_style( ‘google_font_ubuntu’, ‘[http://fonts.googleapis.com/css?family=Ubuntu&#8217](http://fonts.googleapis.com/css?family=Ubuntu&#8217););
 * 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](https://wordpress.org/support/users/silkalns/)
 * (@silkalns)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/https-issue-7/#post-5660321)
 * Sorry, my bad. It was fixed on Github version for this theme as you [can see here](https://github.com/puikinsh/Travelify/blob/master/library/functions/functions.php#L43)
   but I haven’t pushed it to WordPress.org. Didn’t know that.
 * Sorry about that! Will push theme version to WordPress.org shortly.
 *  Thread Starter [yochanan.g](https://wordpress.org/support/users/yochanang/)
 * (@yochanang)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/https-issue-7/#post-5660324)
 * Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘HTTPS issue’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/travelify/3.0.9/screenshot.png)
 * Travelify
 * [Support Threads](https://wordpress.org/support/theme/travelify/)
 * [Active Topics](https://wordpress.org/support/theme/travelify/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/travelify/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/travelify/reviews/)

## Tags

 * [HTTPS](https://wordpress.org/support/topic-tag/https/)

 * 4 replies
 * 2 participants
 * Last reply from: [yochanan.g](https://wordpress.org/support/users/yochanang/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/https-issue-7/#post-5660324)
 * Status: resolved