Hi, Brian.
I understand you like the Venue single view — example: http://wpshindig.com/venue/panera-bread/
That template comes from this file: /wp-content/plugins/events-calendar-pro/src/views/pro/single-venue.php
You could reference our Themer’s Guide to override a different template file (either from our plugin or via child theme for overriding Avada’s templates) with inspiration from that single-venue.php format.
Basically, our plugin includes template files:
- /wp-content/plugins/the-events-calendar/src/views
- /wp-content/plugins/events-calendar-pro/src/views
And these view files are already overridden by Avada’s templates.
So to override their templates, you would probably have to put your template overrides in an Avada child theme.
We do not provide support for customizing Avada’s customizations of our plugin.
I hope that all made sense 🙂