For those of you who are having issues with this theme and the sliders, the author of the theme has fixed it in the latest release of the Scope theme. It was an issue with the latest version of jQuery.
If you want a quick fix, here it is:
Find the following in functions.php
// comment out the next two lines to load the local copy of jQuery
wp_deregister_script('jquery');
wp_register_script('jquery', 'https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js');
and replace with:
// comment out the next two lines to load the local copy of jQuery
// wp_deregister_script('jquery');
// wp_register_script('jquery', 'https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js');