05/17/2013 at 5:17 pm
#260239
Keymaster
@ Damon
Yep, there are some problems here … I think the source of which is the theme, but it is hard to tell for certain.
It appears that the theme has two versions of jQuery being loaded from the Google AJAX Libraries. I would remove them completely from the header.php file of the theme. Having them will just cause you a lot of trouble with plugins.
You’ll have to remove both instances of where jQuery is being set in no conflict mode. The one time it is called, it is being called before jQuery is even loaded which is causing a fatal error which is causing JavaScript to stop running which is affecting other plugins as well.
Once you clear that up, things should work fine.