Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Brian

    (@brianjessee)

    Hi,

    Sorry for the issues. If you site is still working fine the message is just being overzealous.

    You can remove the message by adding the following to your 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 you have any follow up questions.

    Thanks

    Thread Starter norm4u

    (@norm4u)

    Im still having issues with the detailpages of events that are not visible. The event pages are simply white. What could be the issue here? any other users having the same problem?

    https://www.bvnederhoven.nl/evenementen/introduce-avond/

    Sorry to hear that. Please follow our Testing for Conflicts Guide?and see if that helps narrow down the cause of this.

    Let us know what you find out.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘slug suddenly doesn't work anymore’ is closed to new replies.