bookingactivities / booking-activities

Wordpress plugin booking system
GNU General Public License v3.0
27 stars 8 forks source link

Hide fully booked activities (within a period) #167

Closed rayedgar closed 1 year ago

rayedgar commented 1 year ago

Hi,

We have a long list of activities. They become fully booked. Soon we have to add allot more activities, but the result is that there is a very long list. And they will only disappear after that date has passed. Or is there another way?

I can remove the no-available activity in css but not the dateheader it seems?

https://www.hetamsterdamskleibedrijf.nl/pottenbakken_cursus_beginners/

yoancutillas commented 1 year ago

Hello Ray, That's right, you can hide them with CSS in Appearence > Customize > Additional CSS: .bookacti-event-unavailable { display: none !important } but not the dateheader row.

You would need to remove them at the source, in PHP for that.

rayedgar commented 1 year ago

thank you