Title: Fix: HTTP should be HTTP
Last modified: August 21, 2016

---

# Fix: HTTP should be HTTP

 *  Resolved [Elliot Taylor](https://wordpress.org/support/users/raisonon/)
 * (@raisonon)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/fix-http-should-be-http/)
 * Line 53 calls JQUERY UI like this wp_enqueue_style(‘jquery-style’, ‘[http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css&#8217](http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css&#8217););
 * Two things:
 * 1) This should be // and not HTTP:// so it works with SSL / HTTPS
 * 2) JQUERY UI is bundled with WordPress so better to call from there and not from
   google
 * Any chance you could amend this in core.
 * Thanks (and great plugin)
 * Elliot
 * [https://wordpress.org/plugins/woocommerce-checkout-manager/](https://wordpress.org/plugins/woocommerce-checkout-manager/)

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

 *  Thread Starter [Elliot Taylor](https://wordpress.org/support/users/raisonon/)
 * (@raisonon)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/fix-http-should-be-http/#post-5064747)
 * Or perhaps:
 *     ```
       wp_enqueue_style( 'jquery-ui-style', (is_ssl()) ? 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css' : 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css' );
       ```
   
 *  [emark](https://wordpress.org/support/users/emark/)
 * (@emark)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/fix-http-should-be-http/#post-5065001)
 * Hi,
 * This has been added in the 3.6.4 update. Thanks alot 🙂

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

The topic ‘Fix: HTTP should be HTTP’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-checkout-manager/assets/icon-256x256.jpg?rev
   =2911736)
 * [Checkout Field Manager (Checkout Manager) for WooCommerce](https://wordpress.org/plugins/woocommerce-checkout-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-checkout-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-checkout-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-checkout-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-checkout-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-checkout-manager/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [emark](https://wordpress.org/support/users/emark/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/fix-http-should-be-http/#post-5065001)
 * Status: resolved