Agelonwl, thank you for responding…
The link is:
https://www.middlesexcountyfair.com/events
And this is the page where the javascript isn’t loading:
https://www.middlesexcountyfair.com/multimedia/photo-gallery
Of the two sites one is using a provided theme and the problem one is custom. Probably my problem.
I viewed the photo page with my browser and saved source and uploaded to my root. I then started to eliminate things. When I eliminated the event-manager.js from this static page, the jQuery worked. I am thinking of taking out the call for it in the public_enqueue() and then load it just for the template in the header that is being used for the Events Manager. My only problem with this is that I am new to WordPress and since the EM uses the default template for result pages, I’m not sure I know how to target the page.php default template. Do you know?
Would it be something like
<?php if (is_page_template('events_template.php,page.php')) { ?>
path to .js file here
<?php } ?>
I’m just not sure about default.