Slug notification

Home Forums Calendar Products Events Calendar PRO Slug notification

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1017630
    rich
    Participant

    Hello getting the message “The page “Calendar” uses the “/calendar” slug: the Events Calendar plugin will show its calendar in place of the page. ”

    cant seem to get rid of the message.

    Suggestions?

    Also my key will not stick in the field.

    Rich

    #1017847
    Brian
    Member

    Hi Rich,

    Thanks for using our plugins I can help out.

    To remove the message add the following to your child 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 works.

    Thanks

    #1018790
    rich
    Participant

    all good thank you

    #1018801
    Brian
    Member

    Great glad it helps.

    I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Slug notification’ is closed to new replies.