Hi,
I think you have a closing div in the wrong place in file:
the-events-calendar-community-events/src/views/community/modules/cost.php
The div #event_cost is not closed inside the filter tribe_events_community_display_cost_section. I am hooking into that filter and returning false to remove it, but it messes up the HTML in my page because the close div is added after action “tribe_events_community_after_the_cost” with no way to remove it without overwriting the template and manually removing the extra </div>.
This issue did not show up until I updated the plugin last week.
Thanks,
Bridget