You have an older version of the jquery library included on your template page, which was being added after the jquery library added by the plugins and causing conflicts.
I resolved the problem by moving the older library file above the theme and plugin scripts on the template page.


