Yes.
Your theme is force-loading an old version of jQuery. Please look at your header.php file for the following:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
jQuery version 1.4.2 was included with WordPress 3.0 and this plugin requires WordPress 3.3 or higher which included jQuery 1.7.1.
Check your header.php and functions.php file for the above script and rip that trash code out of there! Also, you might write a kind note to the makers of your theme and let them know they need to read this: https://msyk.es/blog/prevent-jquery-wordpress-theme/
Best of luck!