Hi Barry,
It looks like the updated /events-calendar-pro/lib/widget-advanced-list.php on line 72 it’s prepending the pro folder to the template path, but in the List_Widget::widget_output function, it runs Tribe__Events__Templates::getTemplateHierarchy( $template_name ) – this function will run through theme, plugin and pro plugin $_namespaces (around line 613 of the-events-calendar/src/Tibe/Templates.php) and eventually prepends “pro/” to the $template_name which starts as ‘pro/widgets/list-widget’
Hopefully this helps you guys – I’m not super familiar with the code base, perhaps this has something to do with our theme setup? I’m actually only getting this on the dev site, my local implementation is fine.
I’m also wondering if that’s simply something weird with the Template Hierarchy function when the override folder is present or not (default WP themes have no folder)
We’re testing that and will get back to this thread.