/events slug

Home Forums Calendar Products Events Calendar PRO /events slug

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1009736
    Susan
    Participant

    Since the last round of updates I’ve been seeing the following warning in the site admin:
    “The page “Events” uses the “/events” slug: the Events Calendar plugin will show its calendar in place of the page.”
    That is the calendar page, and has been for a number of months. Do I need to change something, and if not how do I make the warning go away (it doesn’t have a close link)?

    #1009784
    Brian
    Member

    Hi,

    Sorry for the issues. That is an overzealous warning message to help people find conflicts if they exist.

    Since everything is working you do not have to change a thing.

    To remove the message please add the following to your theme’s functions.php:

    // remove slug conflict admin notice
    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' ) );
    }

    Let me know if that helps.

    Thanks

    #1010086
    Susan
    Participant

    Is this something that will be changed so that it only displays if there actually is a conflict in a future update? If that’s the case I’ll wait. If there are no plans to change it I’ll install the functions.php code.
    Thanks, Susan

    #1010150
    Brian
    Member

    We are working on a way to make it dismissable.

    I am not sure when that might happen though.

    #1014882
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘/events slug’ is closed to new replies.