Okay
  Public Ticket #2533045
Exclusion of unavailable events
Closed

Comments

  •  1
    Mark Saunders started the conversation

    When presenting a preset list of courses/events even those that are fully booked appear. Is it possible to add a filter so I can determine if I want them showing or not.

    As a sidenote - I intend to use JS to update the DOM and just show course name with 'booked', no need to advertise the price/dates - so perhaps there could be an option to 

    [ ] show minimal for closed/booked
    [ ] Hide closed/booked

  • [deleted] replied

    Hello Mark, 

    There isn't an option not to show the fully booked events on the front-end, and that couldn't be changed, but you can hide them with adding custom CSS probably.

    You can try adding this HTML to the page where you have Amelia: 

    <style>
    .am-event-list .closed {display: none !important;}
    </style>

    and let me know if it helped.

  •  1
    Mark Saunders replied

    Hi Marja - when you say "that couldn't be changed" do you mean it's literally impossible?

    Is there some sort of 'ideas' or 'possible improvements' program being managed?

    I've lots of ideas for extending the flexibility of this tool and wonder how you assess which would have the widest appeal to users?

  • [deleted] replied

    Hi Mark, 

    What I meant is that it isn't possible with the plugin's current built-in features. 

    Yes, you can suggest features and vote for the feature requests for Amelia here https://wpamelia.cnflx.io/boards/feature-requests

    If you have any other questions or concerns feel free to open a new ticket and we will gladly help out.