bookingactivities / booking-activities

Wordpress plugin booking system
GNU General Public License v3.0
29 stars 10 forks source link

Ability to Hide Time #81

Open ekamran opened 4 years ago

ekamran commented 4 years ago

Is it possible by any means that, we hide the starting and ending hours completely from the calendars?

We want the bookings to be done by DAY and not TIME.

Please guide.

yoancutillas commented 4 years ago

It is not possible to create events for a whole day, events must have a start time and an end time. However it is possible to display only the dates and hide hours.

In Appearence > Customize > Additional CSS: .fc-event-time, .fc-list-event-time, .badp-timepicker-label, .badp-timepicker-title-separator { display: none !important; }

In Booking Activities > Settings > Messages :

Then, you will need to display the calendar in a non-agenda view thanks to the Display Pack add-on:

yabdali commented 3 weeks ago
  • M, j Hi, I really appreciate your hard work and I understand that you are making a living out of the time spent on developing and maintain this wonderful plugin.

However, I must admit that the mobile view of the calendar needs some work around as the text of the heading (day/month) and the activity names besides the time are squeezed and makes it look premature design. The content width is maximum 4-5 characters with font size that's readable for different ages of viewers. I would suggest you consider adding a feature where the text in the cell that contains the event time/name will show an icon and when the customer hovers over it will get a tooltip or small popup shows with the text like time/name. This will greatly help as mobile users of most of the websites are the majority beyond 70%. Again, I really appreciate your dedication and amazing work.

yoancutillas commented 3 weeks ago

Hi, I have created a new issue for your request: https://github.com/bookingactivities/booking-activities/issues/210