Title: jQuery-UI and https error
Last modified: August 31, 2016

---

# jQuery-UI and https error

 *  [jsites](https://wordpress.org/support/users/jsites/)
 * (@jsites)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/jquery-ui-and-https-error/)
 * I’ve come across a small error in the Mad Mimi plugin that I wanted to bring 
   to the developer’s attention.
 * If your site is hosted on a secure server ([https://www.mydomain.com](https://www.mydomain.com))
   the Mad Mimi plugin returns an error about mixed content, because it tries to
   call the jQuery-UI plugin from [http://code.jquery.com/ui/1.11.4/jquery-ui.js](http://code.jquery.com/ui/1.11.4/jquery-ui.js)
 * I would recommend that the dev go to line 142 of madmimiofficial.php which is
   this:
 * `wp_enqueue_script('jquery-ui', 'http://code.jquery.com/ui/1.11.4/jquery-ui.js',
   array('jquery'), '1.11.4');`
 * and change it to:
 * `wp_enqueue_script('jquery-ui', '//code.jquery.com/ui/1.11.4/jquery-ui.js', array('
   jquery'), '1.11.4');`
 * If you drop the “http:” from the call, it will use the protocol that the site
   is currently on. I’ve made this change on my copy on a site I’ve developed, and
   it seems to work just fine, and resolves the mixed content error.
 * Hope this helps.
 * [https://wordpress.org/plugins/mad-mimi-sign-up-forms/](https://wordpress.org/plugins/mad-mimi-sign-up-forms/)

Viewing 1 replies (of 1 total)

 *  [Matt](https://wordpress.org/support/users/mzak/)
 * (@mzak)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/jquery-ui-and-https-error/#post-9030776)
 * Any chance the plugin authors could release and update for this?

Viewing 1 replies (of 1 total)

The topic ‘jQuery-UI and https error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/mad-mimi-sign-up-forms_84c3ec.svg)
 * [Mad Mimi Signup Forms](https://wordpress.org/plugins/mad-mimi-sign-up-forms/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mad-mimi-sign-up-forms/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mad-mimi-sign-up-forms/)
 * [Active Topics](https://wordpress.org/support/plugin/mad-mimi-sign-up-forms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mad-mimi-sign-up-forms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mad-mimi-sign-up-forms/reviews/)

## Tags

 * [bug fix](https://wordpress.org/support/topic-tag/bug-fix/)
 * [change request](https://wordpress.org/support/topic-tag/change-request/)

 * 1 reply
 * 2 participants
 * Last reply from: [Matt](https://wordpress.org/support/users/mzak/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/jquery-ui-and-https-error/#post-9030776)
 * Status: not resolved