Title: Styles loading icon PNGs over http instead of https
Last modified: August 22, 2016

---

# Styles loading icon PNGs over http instead of https

 *  Resolved [imageDESIGN](https://wordpress.org/support/users/imagedesign/)
 * (@imagedesign)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/styles-loading-icon-pngs-over-http-instead-of-https/)
 * Just flipped one of my sites to full SSL admin, and your plugin is loading mixed
   content within your css/styles.css file for the icons.
 * For example:
 *     ```
       #adminmenu li ul.admin-menu-tree-page-tree a .admin-menu-tree-page-view-edit {
       	background: transparent url(http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.3/themes/ui-darkness/images/ui-icons_cccccc_256x240.png) no-repeat -16px -126px;
       }
   
       .admin-menu-tree-page-view-protected {
       	background: url(http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.3/themes/ui-darkness/images/ui-icons_cccccc_256x240.png) no-repeat -194px -98px;
       }
       .admin-menu-tree-page-filter-reset {
       	background: transparent url(https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.3/themes/ui-darkness/images/ui-icons_cccccc_256x240.png) no-repeat -32px -194px;
       }
       ```
   
 * These should either all be https:// or just use the prefix free // so it loads
   whatever protocol is being used. Please update if you could. Appreciate the plugin!
 * [https://wordpress.org/plugins/admin-menu-tree-page-view/](https://wordpress.org/plugins/admin-menu-tree-page-view/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Pär Thernström](https://wordpress.org/support/users/eskapism/)
 * (@eskapism)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/styles-loading-icon-pngs-over-http-instead-of-https/#post-5272202)
 * Thanks for reporting this. Will fix in next version.

Viewing 1 replies (of 1 total)

The topic ‘Styles loading icon PNGs over http instead of https’ is closed to new
replies.

 * ![](https://ps.w.org/admin-menu-tree-page-view/assets/icon-256x256.png?rev=2984432)
 * [Admin Menu Tree Page View](https://wordpress.org/plugins/admin-menu-tree-page-view/)
 * [Support Threads](https://wordpress.org/support/plugin/admin-menu-tree-page-view/)
 * [Active Topics](https://wordpress.org/support/plugin/admin-menu-tree-page-view/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/admin-menu-tree-page-view/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/admin-menu-tree-page-view/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Pär Thernström](https://wordpress.org/support/users/eskapism/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/styles-loading-icon-pngs-over-http-instead-of-https/#post-5272202)
 * Status: resolved