The page "Events" uses the "/events" slug: the Events Calendar plugin will show

Home Forums Calendar Products Events Calendar PRO The page "Events" uses the "/events" slug: the Events Calendar plugin will show

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1097799
    Simon Groves
    Participant

    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

    #1098308
    Nico
    Member

    Hi Simon,

    Thanks for reaching out to us! I’ll help you here…

    It seems the class name for the slug notice has changed since the snippet was given to you. Please try using the following with the updated class name:

    /* The Events Calendar - Don't show the slug conflict notice */
    if ( class_exists( 'Tribe__Admin__Notice__Archive_Slug_Conflict' ) ) {
    remove_action( 'admin_init', array( Tribe__Admin__Notice__Archive_Slug_Conflict::instance(), 'maybe_add_admin_notice' ) );
    }

    This notice has been made dismiss-able but then that behaviour broke. I can see there’s a ticket to fix this in the upcoming maintenance release, once that’s out the snippet won’t be necessary.

    Please let me know if the updated code works for you,
    Best,
    Nico

    #1098311
    Simon Groves
    Participant

    Ah! Perfect.

    Thanks Nico

    #1100167
    Nico
    Member

    Glad to hear Simon 🙂

    I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.

    Have a great weekend,
    Nico

    #1101030
    Geoff
    Member

    Hey there!

    I just wanted to chime in and let you know that The Events Calendar 4.1.2 was just released and included a patch for this issue. Please update to the latest version when you have a chance and please feel free to open a new thread if you continue to have any issues with this or anything else down the road.

    Thanks so much for your patience while we worked on this!

    Geoff

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘The page "Events" uses the "/events" slug: the Events Calendar plugin will show’ is closed to new replies.