I’m wondering how the Events and Event pages are created? Are they custom post types that the functionality is placed within? I’m asking because I’m working with a theme (ROSA from Pixelgrade) that behaves very strangely with your plugin.
The theme creates single page layouts with sections by creating a section for each child page. Meaning if you have a homepage with three child pages, you would have a four section long homepage. Your plugin seems to break this functionality by pulling in every page as a section and creating one long page for both the Events and Event pages. I’ll attach some images and the theme files in a followup post.
I know this is theme specific but it seems that the way your event calendar and specific event pages are generated go outside of a standard custom post implementation and I’m trying to understand if this is fixable.