• Resolved Sinkadus

    (@niwin)


    Hi

    For my site I want to use the same word as my slug for my event page, as the page that I use for events. I build this page with page builder, so the archive page is not used. But I still get a warning that pops back up no matter how often I put it to sleep:

    https://share.getcloudapp.com/o0uYdrGn

    Is there a way to disable this notification?

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Support Darian

    (@d0153)

    Hi @niwin

    Thanks for reaching out.

    Unfortunately, you can only allow your page?(page builder)?or the events calendar page to use the “utbildningar” slug. This is to ensure that both pages will load as expected.

    Once the plugin does not detect a slug similar to the events calendar page slug, the notification will not appear.

    I hope this helps.

    Thread Starter Sinkadus

    (@niwin)

    Thanks for the answer. However, I need this slug for the permalink structure to be correct (and the breadcrumbs), not to use the archive page. So I’ll have to get used to this error message?

    The page works fine, so I don’t really see why the need for this error message…

    Plugin Support Darian

    (@d0153)

    Hi @niwin

    Could you try clicking the “x” button of the slug notification (upper right corner) and see if that helps?

    If not, I’ll check if I could provide a custom CSS to hide that one.

    Let me know how it goes.

    Thread Starter Sinkadus

    (@niwin)

    It does help, for a little while. But it comes back…

    Plugin Support Darian

    (@d0153)

    Hi @niwin

    That’s weird. After I clicked the “x” button, the slug notification is not appearing anymore.

    Could you provide the version of the following? This will help me understand how your system is set up.

    • PHP
    • WordPress
    • The Events Calendar
    • Theme
    Thread Starter Sinkadus

    (@niwin)

    It comes back, sometimes within a few hours, this last time it took almos a week. I don’t think my system setup has anything to do with this. Your plugin does NOT want me to use the same /name/ for the single-event slug, and my event page. There really should be a setting like “Use only for permalink/URL, not page archive” (for us Users who prefer to build our event page with a page builder but still want permalink structure to be accurate – which is important for breadcrumbs).

    Anyway, here is my setup:

    Plugin: latest (free)

    WordPress: Latest

    Php version: 8.1.16

    Theme: Impeka (1.5.0)

    Plugin Support Darian

    (@d0153)

    Hi @niwin

    Could you try adding this snippet code and see if it helps?

    add_action('admin_head', 'custom_admin_css');
    
    function custom_admin_css() {
      echo '<style>
        .tribe-notice-archive-slug-conflict{
            display:none;
        }
      </style>';
    }

    You can use Code Snippets plugin to add your custom snippets.

    Let me know how it goes.

    Thread Starter Sinkadus

    (@niwin)

    It seems to! Will let you know if it shows up again.

    Did you consider my suggestion, regarding the option to only use the slug for pretty permalinks, and not the archive page?

    Thread Starter Sinkadus

    (@niwin)

    Nope, notification popped back again. Solved it with a plugin: https://www.ads-software.com/plugins/wp-hide-backed-notices/

    Plugin Support Darian

    (@d0153)

    Hi @niwin

    Thanks for your confirmation and I’m glad you got it resolved.

    If you have some time to review, that would be amazing!
    https://www.ads-software.com/support/plugin/the-events-calendar/reviews/

    Regarding your suggestion, could you send a feature request at this link: https://evnt.is/ideas. This would help us track users needing this feature.

    I cannot provide you with an exact date for when this feature will be available. However, we take user ideas and contributions very seriously, and often, ideas our customers contribute end up in our future releases as they collect votes.

    In the meantime, I’d be closing this thread, and please do not hesitate to bump a new thread on our way. This allows us to track topics/issues efficiently and follow the WordPress Forum Guidelines

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Remove slug notification’ is closed to new replies.