Support Forum
oh... looks like you need to also comment out:
wp_deregister_script('jquery');
Visit Cruise Talk Central and Mr Papa's World
This is what I did to comment the two lines out...
//wp_deregister_script('jquery');
//wp_register_script('jquery', ("http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"), false, '');
I also replaced the other two lines with:
wp_enqueue_script('jquery-ui-core');
wp_enqueue_script('jquery-ui-widget');
still no luck... aarrgghh!
I sent you a PM...
yup... still throwing jquery errors... but getting better... this is the problem with using an outdated theme or one that does not follow the wp standards...
looking at the custom ui js loaded... lets try adding these:
wp_enqueue_script('jquery-ui-mouse');
wp_enqueue_script('jquery-ui-tabs');
wp_enqueue_script('jquery-effects-core');
wp_enqueue_script('jquery-effects-fade');
if that doesnt get it, you might have to edit the js of the theme to replace the $ namespace with jquery...
Visit Cruise Talk Central and Mr Papa's World
I see... glad we resolved it...
please be advised you should make a copy of your wp theme changes... should the plugin ever get updated to be current with wp, you would lose your changes...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)