Hide recurring events in the list view for the end user.

Home Forums Calendar Products Events Calendar PRO Hide recurring events in the list view for the end user.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1335628
    Nancy LeVasseur
    Participant

    Hi There,
    I would like to hide the Recurring Event (See all) in the list view of events.
    See screenshot in next message

    I tried using some css I saw in the forum, but it didn’t work.

    thanks for your help!
    Nancy

    #1335630
    Nancy LeVasseur
    Participant

    This reply is private.

    #1335805
    Patricia
    Member

    Hey Nicolette,

    Thank you for reaching out to us!

    I’ve accessed your site and was able to hide the “Recurring Event (See all)” text by adding this code to your style.css file:

    .recurringinfo {
    display: none !important;
    }

    I hope this helps! Let me know if you need anything else and I’ll be happy to assist!

    Regards,

    Patricia

    #1338193
    Nancy LeVasseur
    Participant

    Hi Patricia,
    Thanks so much for your reply and solution. There is another issue/problem
    with the form that I am hoping you can help me with. I am using breadcrumbs
    on my site, and when I go to the events calendar, the breadcrumb says
    “Archive.” I’d like it to say “Events.”

    And, I’f I am logged into WordPress, the WP admin bar at the top goes away.
    When I click the back arrow on my browser, I go to the previous page, and
    the WordPress Admin bar returns. I’ve downloaded and added the php file (
    https://theeventscalendar.com/knowledgebase/altering-or-removing-titles-on-calendar-views/
    )

    and added it to the php editor. Is there something in there i can change so
    the breadcrumb is correct?

    Thanks again; I really appreciate your help.

    #1338716
    Patricia
    Member

    Hi Nicolette,

    If you add the following code to your style.css file, you might be able to achieve what you want:

    .x-breadcrumb-wrap .current {
        display: none;
    }
    .x-breadcrumbs:after {
        content: 'Event';
    }

    Please note that you might need to customize this code a little bit ( i.e. change the HTML class names to something more specific) if you see that it affects the breadcrumbs in your entire site.

    I hope this helps you get started!

    Let me know if you need anything else in the mean time and I’ll be happy to assist!

    Regards,

    Patricia

    #1348669
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Hide recurring events in the list view for the end user.’ is closed to new replies.