I’ve just added Events Manager to my website (in development) and somehow on the events pages the footer is being overridden and repeating the page content. Any suggestions? I’ve tried overriding the footer settings on the individual pages, and that does not work.
It sounds like your theme is perhaps using the_content() in the footer somewhere, perhaps using custom queries that don’t reset properly or take CPTs into account.
You can also try to install and activate WP Safe Mode to rule-out or confirm if it’s a possible theme conflict. (trying WP twenty-twenty-one theme in WP Safe Mode settings)