[Plugin: JQuery Accordion Menu Widget] Plugin includes jquery in a bad way
-
Your plugin does not work when one adds jquery via the functions file like this:
if( !is_admin()){
wp_deregister_script(‘jquery’);
wp_register_script(‘jquery’, (“https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js”), false, ‘1.3.2’);
wp_enqueue_script(‘jquery’);
}also whenevrr I want to use my own custom jquery code the plugin conflicts as well, especially with jquery cycle.
https://www.ads-software.com/extend/plugins/jquery-vertical-accordion-menu/
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘[Plugin: JQuery Accordion Menu Widget] Plugin includes jquery in a bad way’ is closed to new replies.