Remove ticket/booking options
-
Hello,
First of all, GREAT plugin and thanks for making it available to the community.
I’m using your plugin more like a regular social network (Like Facebook), so I really just want to know if people are attending the events in a very simple way. I would like to hide the options for capacity, $, etc. I adjusted the format of the Single Events Page so that I included only a BookingButton instead of a BookingForm. I’ve also adjusted the wording and it looks pretty good from an outside perspective.
My problem is that the creator of the event still has all of those options available. I would ideally like to have the bookings/registration title have only “enable registration for this event” present with its checkbox. Everything else underneath can be hidden for my purposes. No price, spaces, etc.
I tried just about everything I could think of, but I haven’t been able to hide what’s under the checkbox.
Can this be hidden with css? Like…
#event-tickets.em-date-single {
????display: none;
}That particular css obviously didn’t work, but I’m probably not coding it properly.
I also tried to comment out some php, but I was unsuccessful. Can you please tell me how to accomplish this? I’m probably missing something silly…
Thanks!
- The topic ‘Remove ticket/booking options’ is closed to new replies.