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(https://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(https://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!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Styles loading icon PNGs over http instead of https’ is closed to new replies.