[Plugin: Admin Menu Editor] plugin admin page broken (when cfrom enabled, jquery conflict ?)
-
Hello,
When I activate cforms II plugin, all menu blocks (blocks blue) are disappearing from the admin page of AdminMenuEditor (but I still have top icons and buttons save/ undo/load default, and i keep my menu modifications). if I disable cforms everything is back to normal.
Safari’s Inspector give me the following errors:
ReferenceError: Can't find variable: jQuery - load-scripts.php:17 TypeError: Result of expression 'd.widget' [undefined] is not a function. -load-scripts.php:24 TypeError: Result of expression 'menuBox.sortable' [undefined] is not a function. menu-editor.js:459
it looks like there’s a jquery conflict somewhere , no ?
If i disable Cform II this alerts are disapearing.
I’ve tried loading jquery latest version in my theme’s function.php with :
wp_deregister_script('jquery'); wp_register_script('jquery', ("https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"), false, ''); wp_enqueue_script('jquery');
and the the error is apearing again (even with cform disabled)
are you using the last jquery version ?I have these plugins enabled:
Admin Menu Editor 1.1.3
Advanced Custom Fields 2.0.5
AJAX Thumbnail Rebuild 1.05
Category Checklist Tree 1.1
cforms 12.1
Custom Taxonomy Columns 1.0
TinyMCE Advanced 3.4.2.1has anyone encountered the same problem or have an idea about what’s going on?
(Another thing, if I disable and reenable the plugin are my changes will be applied on the menu again, or should I redo everything? I’m scared to disable it for testing)
thanks ??
(sorry for my english )
- The topic ‘[Plugin: Admin Menu Editor] plugin admin page broken (when cfrom enabled, jquery conflict ?)’ is closed to new replies.