Hi all,
I managed to get the fix from WPZoom below & it works:
Open file /functions/wpzoom-core.php, and replace this line:
wp_register_script('jquery', ("https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"), false, '');
with:
wp_register_script('jquery', ("https://ajax.googleapis.com/ajax/libs/jquery/1.6.0/jquery.min.js"), false, '');