How to disable previous events functionality

Home Forums Calendar Products Events Calendar PRO How to disable previous events functionality

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1231494
    Stefan
    Participant

    Hello everybody,

    I constantly delete our past events because there is no need for us to document old events.

    On the event list there is still a link that says “previous events”. How can I disable this link or disable the whole functionality of showing previous events?

    Thank you very much!

    Best wishes,
    Stefan

    #1231696
    Geoff
    Member

    Hi Stefan,

    You can hide the link to past events by adding something like this either to your theme’sĀ style.css file or on the Appearance > Customize > Additional CSS screen:

    .tribe-events-nav-previous {
    display: none;
    }

    Does this help answer your question? Please let me know. šŸ™‚

    Cheers!
    Geoff

    #1231922
    Stefan
    Participant

    Hi Geoff,

    thank you very much for your reply.

    Unfortunately this does not resolve my issue.
    Just in case I was unclear about it I attached a screenshot from https://www.nordicfit.com/termine/

    (I assume that this is already out of your support-scope which makes me a guilty conscience.)

    Best wishes,
    Stefan

    #1232021
    Geoff
    Member

    Hey Stefan,

    Give this a try instead:

    #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-left, #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-left {
    display: none;
    }

    Hopefully that does the trick. šŸ™‚

    Cheers!
    Geoff

    #1232182
    Stefan
    Participant

    Hi Geoff,

    thank you!
    Unfortunately this also does not work. Thank you anyway for your contribution.

    Best wishes,
    Stefan

    #1232215
    Geoff
    Member

    Well, shoot. Sorry about that, Stefan! That seemed to work on my test site, but sorry to hear it’s not doing the trick on your site as well.

    I’ll keep this thread open in case any other ideas come up. šŸ™‚

    Cheers,
    Geoff

    #1249026
    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 7 posts - 1 through 7 (of 7 total)
  • The topic ‘How to disable previous events functionality’ is closed to new replies.