plugin conflict

Hi.

Just as an FYI.

A plugin called “TheThe Tabs and Accordions” causes form calculations and logic to not work.

Regards,

The plugin is doing this:
wp_deregister_script( 'jquery' );
wp_register_script( 'jquery', 'http://code.jquery.com/jquery-latest.min.js', false, 'latest');

It's generally not a good idea to use jquery version other than the one packaged with WordPress. Please contact that theme author for a solution.

Topic closed.