• Just did an update of WordPress and some of the plugins I had and found that my plugin “Admin Menu Editor Pro” stopped functioning.

    After deactivating some of the plugins to test I found that “Use Google Libraries” was the cause of the problem.

    I’m not sure what the problem is but rolling back to previous version for now.

    https://wordpress.org/plugins/use-google-libraries/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Same here. The problem (apparently) is regarding the JQuery UI and colorpick. I don’t know why yet..

    My console log error:

    TypeError: a.widget is not a function iris.min.js:4
    TypeError: a.widget is not a function color-picker.min.js:1
    TypeError: b.val(...).wpColorPicker is not a function customize-controls.min.js:1

    The plugin is enabled network wide and some sites doesn’t have this issue.

    Plugin Author Jason Penney

    (@jczorkmid)

    Sounds like a dependency out of whack somewhere in a script registration. color-picker has iris, which has parts of ‘jquery-ui-*’ as dependencies. Once UGL is in place there’s only one ‘jquery-ui’ file loaded (it contains all of the other files), so it should actually make these problems better, not worse. I’ll dig into it a bit.

    Are you both using “Admin Menu Editor Pro”?

    Plugin Author Jason Penney

    (@jczorkmid)

    OK, I think I found the problem. There are some additional jquery-ui modules in the latest version that weren’t getting re-registered. I’ve updated the list, and added a unit test so it shouldn’t happen again. I’ll try to get a new release out tonight once testing is complete.

    Thanks so much for the console output, that’s what led me to the problem.

    You’re welcome! As soon as I update the plugin, I’ll let you know if everything worked.

    Thank you for your efforts.

    Thanks for your efforts in identifying the problem here. I disabled Use Google Libraries, and that solved my issue as well.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Version 1.6.1 | Plugin conflict with Admin Menu Editor Pro’ is closed to new replies.