@theonlymann I had a look at your site, and your theme, “theme1506”, seems to be loading an old version of jQuery instead of using the version that comes bundled with WordPress.
It can create multiple conflicts with WordPress and with other plugins like Jetpack. You can read more about it here:
https://www.ads-software.com/support/topic/troubleshooting-wordpress-35-master-list?replies=4#post-3547424
You’ll want to look for the function loading jQuery in your theme’s header.php file, or in the functions.php file. Once you find that function, you can remove it and enqueue the proper version of jQuery as explained here:
https://codex.www.ads-software.com/Function_Reference/wp_enqueue_script
If you do not feel comfortable editing PHP files, you can also contact the theme or plugin author and ask them to solve the issue.
@erikzett I’d be happy to help, but I would need to know your site URL to be able to investigate further.