Hi
I seem to have the following message:
The page “Events” uses the “/events” slug: the Events Calendar plugin will show its calendar in place of the page.
Edit the page slug or edit Events settings.
I’ve previously raised a ticket and be told its fixed but I still have the issue
I’ve also tried the following:
if ( class_exists( 'Tribe__Events__Admin__Notice__Archive_Slug_Conflict' ) ) {
remove_action( 'admin_init', array( Tribe__Events__Admin__Notice__Archive_Slug_Conflict::instance(), 'maybe_add_admin_notice' ) );
}
I’m pretty much running as little as possible plugin wise but it would be good to resolve. Far short of CSS display: none I can’t see a way around the issue?
Any help would be much appreciated
Thanks