Error Message after Updating

Home Forums Calendar Products Events Calendar PRO Error Message after Updating

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1032754
    Mike Smull
    Participant

    I just updated to the latest version of The Events Calendar Pro and I have this message at the top of the WordPress Dashboard. The site is http://www.lowermaclib.org

    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 The Events Calendar settings.

    Not sure what it means or what I’m supposed to change. The calendar seems to be operating as expected on the front end of the site.

    What if anything do I need to do?

    #1032906
    Brian
    Keymaster

    Hi,

    That is a overzealous warning that might notify you there is an issue.

    If everything is working then you are good.

    If you would like to remove the message add this snippet:

    // 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' ) );
    }

    To your theme’s functions.php.

    Thanks

    #1033201
    Mike Smull
    Participant

    Thanks. That seemed to do the trick. I’ll certainly let you know if we have any other issues with the calendar.

    #1033223
    Brian
    Keymaster

    Great, glad it helps, I am going to go ahead and close this ticket, but if you need help on this or something else please post a new ticket.

    Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Error Message after Updating’ is closed to new replies.