Thanks for the quick reply Jonah. I kept digging through your forum and found similar posts. I managed to resolve this by adding a condition int he ecp-single-template.php.
if (tribe_is_event() and is_single()) {
//get_template_part(‘page-sidebar-right’);
get_template_part(‘page-full’);
return;
}
Honestly, what threw me off was the different naming of ‘the-event-calendar’ and ‘event-calendar-pro’ directories. ?:)
Thanks for the support. Your quick response is greatly appreciated.