Conversation
supportAdmin panel for this plugin doesnt render the UI properly. Also cannot edit or delete profiles.
Yup, I’m having this same problem. The lightbox for adding/uploading media is broken, the ability to schedule posts is broken, and the post tagging dialogue has become ridiculously slow. Once I deactivated CDN Rewrited plugin, everything went back to normal. The fix located in FAQ section of the plugin’s homepage didn’t work either.
I was actually able to remedy the code. It required upgrades to jquery ui, and it produces a duplicate yet older version of jquery that conflicts with the WP Admins jquery. So I had to delete the ref to the old jquery in the plugin! Not too hard, but not too fun either. Also the admin.js in the plugin is not using standard/best practice javascript, so some of the functions break in chrome and firefox. A number of fixes need to be done in order to upgrade this plugin. I just may repackage this plugin so others who want to use it in 3.1 up can get the benefit of the work ive done!
Yup, I’m having this same problem. The lightbox for adding/uploading media is broken, the ability to schedule posts is broken, and the post tagging dialogue has become ridiculously slow. Once I deactivated CDN Rewrited plugin, everything went back to normal. The fix located in FAQ section of the plugin’s homepage didn’t work either.
I was actually able to remedy the code. It required upgrades to jquery ui, and it produces a duplicate yet older version of jquery that conflicts with the WP Admins jquery. So I had to delete the ref to the old jquery in the plugin! Not too hard, but not too fun either. Also the admin.js in the plugin is not using standard/best practice javascript, so some of the functions break in chrome and firefox. A number of fixes need to be done in order to upgrade this plugin. I just may repackage this plugin so others who want to use it in 3.1 up can get the benefit of the work ive done!