after update 3.12.2

Home Forums Ticket Products Event Tickets Plus after update 3.12.2

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1009148
    Stephan Griesel
    Participant

    after updating to 3.12.2 i got the following message, all is working 100%, so not sure what to do exactly:

    “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.”

    #1009391
    Nico
    Member

    Hi Stephan,

    Thanks for reaching out on this! You are seeing this notice because you have a page name ‘events’, the notice is letting you know that the calendar will show up instead of the page. So there’s nothing wrong with it.

    We noticed this is annoying for most of users that need to have the ‘events’ page in place, so this notice will be dismissable in the future. For now, if you want to hide the notice you can add this snippet to your functions.php file (located at wp-content/themes/your-theme/):


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

    Please let me know if you can manage to hide it,
    Best,
    Nico

    #1009525
    Stephan Griesel
    Participant

    Yep that sorted it out. Thank you.

    #1009591
    Nico
    Member

    Hey Stephan,

    Glad to hear you could sort this out 🙂

    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.

    Best,
    Nico

    #1088593
    Leah
    Member

    Hi there,

    I wanted to drop in here and let you know that a fix for this problem is included in our upcoming release. Keep an eye on your Updates page for the new version and watch our blog for the release notes post.

    If you experience any issues after updating your plugins to the new versions, please open a new thread in the forum and we’d be happy to take a look.

    Thank you for your patience while we expand and improve our plugins!

    Best,
    Leah

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘after update 3.12.2’ is closed to new replies.