The tribe-events.min.js file is being loaded into the single page used for Gravity Views’ “views” post type which is causing the following error:
Uncaught ReferenceError: tribe_js_config is not defined
Since this file is output in the head it is causing the rest of the JS on the page to fail.
Any idea why that would be loaded into a page that isn’t using the Events Calendar in any way? It’s not output on our homepage or other pages not using any events calendar functionality.
Right now the site has W3 Total Cache’s auto-minify setting turned on as this at least allows the map to load despite the above referenced error.