hellow, sorry for bringing this up again but i’m having similar issue.
bought one theme from themeforrest that use
wp_enqueue_script( 'jtools', get_stylesheet_directory_uri().'/style/js/jquery.tools.min.js', array('jquery'));
while i need jj-nextgen-jquery-slider that enqueues:
/plugins/jj-nextgen-jquery-slider/script/jquery.nivo.slider.pack.js?ver=2.4’
/plugins/jj-nextgen-jquery-slider/script/jquery.jj_ngg_shuffle.js?ver=3.1.2’
/plugins/jj-nextgen-jquery-slider/script/jjnggutils.js?ver=3.1.2’
found that if jquery.tools.min.js is commented, nivo slider works but theme basic sliders, toggles, etc. disfunction.
tried added jquery.noConflict() but no effect.
any help is appreciated… thanks