3.12 – Don't understand/can't close notification

Home Forums Calendar Products Events Calendar PRO 3.12 – Don't understand/can't close notification

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1003622
    Lisa League
    Participant

    I’m getting a notification in the new version when testing on my staging site and can’t turn it off – I’m not sure I understand the message and don’t understand what action I’m supposed to take.

    (see screenshot above system info)

    My slug is supposed to be – /page-slug/ and the calendar shows there. That is what I want.

    The only thing I can see is that the URL in the notification does not show the trailing slash. The page does not seem to be redirecting from /page-slug to /page-slug/

    So it seems as if working properly, but there’s no little x to the right to close the notification.

    #1003629
    Lisa League
    Participant

    This reply is private.

    #1003980
    Nico
    Member

    Hi Lisa,

    Thanks for reaching out and sorry to hear about the issue you describe 🙁

    I cannot reach the screenshot -I get the following error: ‘Evernote Service is unavailable’. I guess it’s the URL slug notice, Can you paste the message in your reply?

    Regarding photo view you need to enable it in the back-end first, please go to ‘WP-Admin > Events > Settings > Display > Enable event views’ and check the Photo option to enable the view on the frontend. After that the view should be available in the ‘event-bar’.

    Please let me know about those,
    Best,
    Nico

    #1003995
    Lisa League
    Participant

    This reply is private.

    #1004224
    Nico
    Member

    Hi Lisa,

    Thanks for following up on this with the message and the screenshot!

    Regarding the message it indicates that there are is a page with the same slug as the calendar. Can you find that page and change the slug?

    On the Map view, I think this is because you don’t have installed or activated Events Calendar PRO – I can’t see it in the system info you shared. If the plugin is not installed just go to the top menu on this site: My Account > Downloads and re-download and install the plugin.

    Please let me know if you can manage to get these right,
    Best,
    Nico

    #1004245
    Lisa League
    Participant

    This reply is private.

    #1004868
    Nico
    Member

    This reply is private.

    #1004889
    Lisa League
    Participant

    This reply is private.

    #1005414
    Nico
    Member

    Hi Lisa,

    Thanks for following up on this, I think you have a valid point there! I’ll add a ticket for this in our product backlog. If you want to, I can craft a code snippet to hide this in the meantime, please let me now if that would help.

    Regarding the trailing slash, you settings are correct. In fact if you add the trailing slash there it will result in a validation error.

    Please let me know about the snippet,
    Best,
    Nico

    #1005423
    Lisa League
    Participant

    Please post the snippet. I have a customization plugin for the events calendar I can add it to.

    Thanks!

    #1005532
    Nico
    Member

    Hey Lisa,

    Here’s the snippet, add it to your theme functions.php file or if you prefer you can add it to the plugin you mention:


    // 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 this works for you,
    Best,
    Nico

    #1005547
    Lisa League
    Participant

    Yep that worked.

    #1005624
    Nico
    Member

    Glad to hear Lisa 🙂

    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

    #1088587
    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 14 posts - 1 through 14 (of 14 total)
  • The topic ‘3.12 – Don't understand/can't close notification’ is closed to new replies.