Title: problem with datepicker theme when running on https
Last modified: August 22, 2016

---

# problem with datepicker theme when running on https

 *  Resolved [Becki Beckmann](https://wordpress.org/support/users/becki/)
 * (@becki)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/problem-with-datepicker-theme-when-running-on-https/)
 * hello one more time 😉
 * just ran into another issue. my wordpress site is running on SSL via https://
 * and then it could not load the datepicker css theme smooth from googleapis ->
 * `wp_enqueue_style('jquery-style', 'http://ajax.googleapis.com/ajax/libs/jqueryui/
   1.8.2/themes/smoothness/jquery-ui.css');`
 * updating the function to the following solved the problem for me:
 * `wp_enqueue_style('jquery-style', '//ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/
   themes/smoothness/jquery-ui.css');`
 * i think not using any http: or https: before the URL makes the webbrowser always
   use the proper protocol?
 * thanks again & all the best
    becki
 * [https://wordpress.org/plugins/taskfreak/](https://wordpress.org/plugins/taskfreak/)

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

 *  Plugin Contributor [HerveRenault](https://wordpress.org/support/users/herverenault/)
 * (@herverenault)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/problem-with-datepicker-theme-when-running-on-https/#post-5391311)
 * Thanks again! This is fixed in version 1.0.14.
 *  Thread Starter [Becki Beckmann](https://wordpress.org/support/users/becki/)
 * (@becki)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/problem-with-datepicker-theme-when-running-on-https/#post-5391316)
 * my pleasure … glad i could make myself useful 😉

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

The topic ‘problem with datepicker theme when running on https’ is closed to new
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/taskfreak_949494.svg)
 * [[UNMAINTAINED] TaskFreak! Free](https://wordpress.org/plugins/taskfreak/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/taskfreak/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/taskfreak/)
 * [Active Topics](https://wordpress.org/support/plugin/taskfreak/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/taskfreak/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/taskfreak/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Becki Beckmann](https://wordpress.org/support/users/becki/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/problem-with-datepicker-theme-when-running-on-https/#post-5391316)
 * Status: resolved