Title: Get HTTPS to be default for css/fonts/images
Last modified: August 20, 2016

---

# Get HTTPS to be default for css/fonts/images

 *  Resolved [supah](https://wordpress.org/support/users/supah/)
 * (@supah)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/get-https-to-be-default-for-cssfontsimages/)
 * Lost on where to tweak this.
 * My settings are set properly for https at
    [http://(myurl)/wp-admin/options-general.php](http://(myurl)/wp-admin/options-general.php)
 * HOWEVER, when I check the “System Status” at [http://(myurl)/wp-admin/admin.php?page=woocommerce_status](http://(myurl)/wp-admin/admin.php?page=woocommerce_status)
   it says”
 * Home URL: [https://(myurl)](https://(myurl))
    Site URL: **[http://(myurl)](http://(myurl))**
 * I don’t know where this is breaking. I’ve tried the plugins to get everything
   to switch to https, but it doesn’t “take”.
 * [http://wordpress.org/extend/plugins/woocommerce/](http://wordpress.org/extend/plugins/woocommerce/)

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

 *  Thread Starter [supah](https://wordpress.org/support/users/supah/)
 * (@supah)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/get-https-to-be-default-for-cssfontsimages/#post-3600149)
 * i added <link href=’[https://fonts.googleapis.com/css?family=Varela+Round&#8217](https://fonts.googleapis.com/css?family=Varela+Round&#8217);
   rel=’stylesheet’ type=’text/css’>
    to the header in header.php but i know this
   is a shoddy fix.
 * I want to know where and how these urls are called in. this is terribly frustrating.
 *  [Patrick Garman](https://wordpress.org/support/users/patrickgarman/)
 * (@patrickgarman)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/get-https-to-be-default-for-cssfontsimages/#post-3600210)
 * I’d suggest just using the Force SSL option of WooCommerce and dropping any other
   HTTPS forcing plugins. Then you would want to enable Unforce SSL as well because
   SSL on at all times isn’t that great for performance 😉
 * When in SSL WordPress will automatically make all properly enqueued assets load
   via HTTPS, if your google font is loading over HTTP instead you may have it hard
   coded instead of enqueued.
 *  Thread Starter [supah](https://wordpress.org/support/users/supah/)
 * (@supah)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/get-https-to-be-default-for-cssfontsimages/#post-3600214)
 * Hey Patrick!
    Thanks so much for the suggestions, and you’re right – it should
   have worked with the forcing, but it would break the styles etc. I used every
   which setting set up possible and none of them solved the problem. If I could
   have found where the dynamic code was generated and alter it, i would have done
   that, but for my skill level: wordpress plus my theme plus my woocommerce plugin
   means so much dynamic stuff that I was unable to find it. Probably the combination
   of developing the site pre-ssl plus having a shared host on networksolutions 
   was the issue that made all the logical solutions such as your suggestion fail.
 * Overnight I found this solution and it’s solved all my problems – A this plugin
   [http://snippets.webaware.com.au/snippets/wordpress-is_ssl-doesnt-work-behind-some-load-balancers/](http://snippets.webaware.com.au/snippets/wordpress-is_ssl-doesnt-work-behind-some-load-balancers/)
   
   The problem was actually this function is_ssl(), and this plugin did the trick.
   Go team! thanks again!

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

The topic ‘Get HTTPS to be default for css/fonts/images’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [supah](https://wordpress.org/support/users/supah/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/get-https-to-be-default-for-cssfontsimages/#post-3600214)
 * Status: resolved