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', ("http://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.
http://wordpress.org/extend/plugins/jquery-vertical-accordion-menu/
Also the auto-expand feature does not work.
remix4
Member
Plugin Author
Posted 2 years ago #
The plugin is loading jquery as its supposed to via WordPress. What conflicts are you seeing caused by this plugin?
Auto-expand does work - it wont work however if you are getting conflicts due to other jquery
if you are able to provide a link I would be happy to take a look and see what the problem may be
Yes, sorry for the arrogant tone, I noticed conflicts with jQuery and removed some of them to get it to work.
Take a look at http://www.viking.ee/aknad/, http://www.viking.ee/uksed/ - really would love to get the auto-expand to work.
Thanks
Robert
remix4
Member
Plugin Author
Posted 2 years ago #
Hi Robert - The auto-expand option requires the "save state" option to also be checked (something that maybe needs changing). Let me know if this helps