danielrc15
Forum Replies Created
-
Forum: Plugins
In reply to: [EventPrime – Events Calendar, Bookings and Tickets] Events CalendarI would double check the font colour, as my data defaulted to white on white. Although that may not be the issue.
Thanks for this. I decided to also remove the ‘Month and Year’ heading (child(2)?) in the footer:
footer #ep_event_calendar .fc-header-toolbar .fc-toolbar-chunk:nth-child(1) { display: none; }
footer #ep_event_calendar .fc-header-toolbar .fc-toolbar-chunk:nth-child(2) { display: none; }
footer #ep_event_calendar .fc-header-toolbar .fc-toolbar-chunk:nth-child(3) { display: none; }The only problem now is that the text has disappeared, but the outer box still remains, do you know how to remove that as well with CSS?
Also, can the outer ‘Types’ that are displayed also be removed with CSS?Thanks
Forum: Plugins
In reply to: [Appointment Hour Booking - Booking Calendar] Booking times won’t changeIt’s now fixed itself, I think after adding extra days and times.
It would be good if you could vary the booking session times for each day, instead of only being able to changing the session time duration for a single ‘service’.
Thanks
Daniel