I am experiencing trouble with the sidebar as well, I would like to remove it but haven’t figured out how exactly.
I found a fix in this topic:
https://www.ads-software.com/support/topic/plugin-the-events-calendar-how-to-remove-sidebar-widgets-from-individual-events-pages?replies=9
————————–
The fix is an easy one, I just installed the calendar and removed the sidebars from the single events page by doing the following:
– Create an “event” folder in your main theme.
– Copy the file “ecp-single-template.php” (located in the “views” folder of your EC files) into the new “event” folder.
– Open the “ecp-single-template.php” file that you copied into your “event” folder and delete line 29 “<?php get_sidebar(); ?>”
– Save, upload and the sidebars are gone.
—————-
By saying ‘create an ‘event’ folder in your main theme’ does he mean a folder on the server? I haven’t been able to figure out a way do it through the admin panel…