I figured the issue had to be with the FSE detection since the template selection was disabled. I went to:
src/Tribe/Views/V2/Template_Bootstrap.php:355
I removed
if ( !tec_is_full_site_editor() ) {
return $template;
}
The calendar now displays correctly.
-
This reply was modified 2 years, 3 months ago by Turtle Club.
-
This reply was modified 2 years, 3 months ago by Turtle Club.