Viewing 6 replies - 1 through 6 (of 6 total)
  • I am experiencing this as well. Following…

    Thread Starter merlinbiz

    (@merlinbiz)

    We wait with baited breath then montanagrafix

    Brook

    (@brook-tribe)

    Howdy guys,

    Do either of you have pages named something similar to the error message? If the error message is for “Stowmarket Local Events”, check for a similarly named page in WP Admin > Pages or WP Admin > Posts. Do you have one? If so, that’s what it’s referring to. If not, check your trash bin of your pages and posts. Is there anything in there?

    Does that all make sense? Cheers!
    – Brook

    Thread Starter merlinbiz

    (@merlinbiz)

    Hi Brook. yes i do the page my calendar is on is “https://mystowmarket.co.uk/stowmarket-local-events/” but the message says “”The page “Stowmarket Local Events” uses the “/stowmarket-local-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.”

    That’s fine but it doesn’t tell you what is advised that you do to sort it, it just says Edit the page slug, edit it to what ? something different ? I tried that & still got message

    Plugin Author Brian

    (@brianjessee)

    Hi,

    You can remove that message with this function:

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

    (@leahkoerper)

    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 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Message since update – re Slug’ is closed to new replies.