• Resolved MPG

    (@rpawly)


    Hello,

    Calendar working well. I have a nagging message at the top of admin screens

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

    Edit the page slug or edit The Events Calendar settings.

    I dont really get it, i saw some posts on it but still dont fully understand the issue / message.

    Thanks

    https://www.ads-software.com/plugins/the-events-calendar/

Viewing 1 replies (of 1 total)
  • Plugin Author Brian

    (@brianjessee)

    Hi,

    Sorry for the late reply.

    Add this to your theme’s functions.php to remove the message:

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

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘The page "Calendar" uses the "/calendar" slug’ is closed to new replies.