Raam Dev
Member
Posted 1 year ago #
On line 78 of custom-admin-bar/lib/class_wdcab_admin_pages.php, the non-HTTPS URL to jquery-ui.css causes problems on sites that are using HTTPS for the WordPress Administration panels.
You can either change the full URL to https://ajax.googleapis.com/ajax/libs/... or write some code that detects if HTTPS is being used and set the correct prefix.
http://wordpress.org/extend/plugins/wp-custom-admin-bar/
Wes Todd
Member
Plugin Author
Posted 1 year ago #
This plugin does not use any version of jQuery UI, nor does it have a file structure like "/lib/class_wdcab_admin_pages.php". So I am really not sure how you got this problem.
I think maybe you are reporting this error using this plugin: http://wordpress.org/extend/plugins/custom-admin-bar/
Raam Dev
Member
Posted 1 year ago #
Hmm, whoops! You're right. I'm using 'custom-admin-bar' not 'wp-custom-admin-bar'. Thank you for pointing that out! :)
Wes Todd
Member
Plugin Author
Posted 1 year ago #
Haha, no problem. Good luck!