We're Moving to a New Support Platform – Starting June 1st!

We’re excited to let you know that starting June 1st, we’ll be transitioning to a new support system that will be available directly on our product websites – Amelia, wpDataTables, and Report Builder. In fact, the new support platform is already live for Amelia and wpDataTables, and we encourage you to reach out to us there.

You'll always be able to reach us through a widget in the bottom right corner of each website, where you can ask questions, report issues, or simply get assistance.

While we still do not offer live support, a new advanced, AI-powered assistant, trained on our documentation, use cases, and real conversations with our team, is there to help with basic to intermediate questions in no time.

We're doing our best to make this transition smooth and hassle-free. After June 1st, this current support website will redirect you to the new "Contact Us" pages on our product sites.

Thanks for your continued support and trust – we’re excited to bring you an even better support experience!

Okay
  Public Ticket #2797405
hide old events
Closed

Comments

  • Emanuele started the conversation

    Hi! I wish to make all old events automatically hidden from calendar. Is possible?

    I don't want that a customer can see how many people has booked the "old dates" and I wish the closed dates were not visible to people so as not to create confusion to go and book an old event. (I will use recursive events to have even 1-2 bookings in a day but when an event is "closed" the bookings must not arrive).

    Adding a filter in the LIST or CALENDAR block for open or closed events could solve the problem.

    Thanks so much, Emanuele

  • [deleted] replied

    Hi, Emanuele!

    Thank you for choosing Amelia.

    Please try to apply this script on the booking page:

    window.ameliaBooking = {
        pastEventsDays: 10,
        cabinet: {
            pastDays: 0,
            futureDays: 10,
            disableAuthorizationHeader: false
        }
    }

    In this script,  futureDays indicates the number of days in the future that will be displayed. You can set it to any number that suits you the most.

    If you need help with adding custom JS to the page, please take a look at this article.

    Looking forward to hearing from you. 

  • Shelley Upton replied

    I have tried to apply this to my site using the Snippet Plugin but it doesn't work.  Is there anything else I can try?