Thanks for sending me the login info Steve. I took a look at the theme in the theme editor but I couldn’t figure out what is dequeuing the scripts for Meteor Slides.
I tested this by enqueuing jQuery in eComFramework’s header.php file, it was removed when I tested the site, so some file deeper in the site is removing them, but I can only access the top level theme files in the theme editor. The way this theme is setup will break many plugins that use JavaScript, so a big thumbs down from me!
It’s not pretty, but I did fix this problem on your site. I manually hard-coded the scripts to eComFramework’s header.php file so that the theme couldn’t dynamically remove them. This should work fine, but you can update the transition or other settings from the settings page, you need to do it in that file’s code. To make sure that you don’t undo these changes by updating the eComFramework Theme, I would FTP into your site and copy the header.php file into your child theme, WP Store.
For a more elegant solution, you would have to ask the theme’s developer to figure out why it is removing scripts for plugins and fix this problem.