Title: Browser blocks admin page resources on HTTPS sites
Last modified: September 1, 2016

---

# Browser blocks admin page resources on HTTPS sites

 *  Resolved [Gal Baras](https://wordpress.org/support/users/galbaras/)
 * (@galbaras)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/browser-blocks-admin-page-resources-on-https-sites/)
 * When visiting the plugin’s admin page, Google Chrome shows this in the console:
 * Mixed Content: The page at ‘[https://www.ronitbaras.com/wp-admin/options-general.php?page=democracy-poll&subpage=l10n&#8217](https://www.ronitbaras.com/wp-admin/options-general.php?page=democracy-poll&subpage=l10n&#8217);
   was loaded over HTTPS, but requested an insecure stylesheet ‘[http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/themes/smoothness/jquery-ui.css?ver=4.5.3&#8217](http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/themes/smoothness/jquery-ui.css?ver=4.5.3&#8217);.
   This request has been blocked; the content must be served over HTTPS.
 * Line 72 in class.DemAdmininit.php should be changed to:
 * `wp_enqueue_style('jquery-style', '//ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/
   themes/smoothness/jquery-ui.css');`
 * [https://wordpress.org/plugins/democracy-poll/](https://wordpress.org/plugins/democracy-poll/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Timur Kamaev](https://wordpress.org/support/users/tkama/)
 * (@tkama)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/browser-blocks-admin-page-resources-on-https-sites/#post-7551368)
 * fix it, thanks! Update to ver 2.5.7

Viewing 1 replies (of 1 total)

The topic ‘Browser blocks admin page resources on HTTPS sites’ is closed to new 
replies.

 * ![](https://ps.w.org/democracy-poll/assets/icon-256x256.png?rev=2832208)
 * [Democracy Poll](https://wordpress.org/plugins/democracy-poll/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/democracy-poll/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/democracy-poll/)
 * [Active Topics](https://wordpress.org/support/plugin/democracy-poll/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/democracy-poll/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/democracy-poll/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Timur Kamaev](https://wordpress.org/support/users/tkama/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/browser-blocks-admin-page-resources-on-https-sites/#post-7551368)
 * Status: resolved