These two aren't playing very nicely... if I link to the js to make the tabs work, then the slider doesnt work... but if I take away the links to the js for the tabs then (surprise) the tabs dont work.
here is a link to my development site http://texasspineandjoint.724impact.com/
as you can see the UnPointZero slider is working but the tabs in the widget area on the left are just displayed as a list (not working correctly)
things ive tried- these may or may not make any sense to do, but this is what I tried
put the links to the js for the tabs right before the code for the tabs, instead of in the head (the tabs worked, the slider didnt)
writing links for the path to the js for the slider in the /head as well as the js for the tabs. (same result)
someone told me to put this code in my functions:
if( !is_admin()){
wp_deregister_script('jquery');
wp_register_script('jquery', ("http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"), false, '1.7.1');
wp_enqueue_script('jquery');
wp_deregister_script('jquery-ui');
wp_register_script('jquery-ui',("http//ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"), false, '1.8.16');
wp_enqueue_script('jquery-ui');
}
yea that did nothing.
so.... what to do? if someone has a solution PLEASE let me know! i really need to get this fixed the deadline on this site is already passed and i am no where near done (as you can see...)