• Resolved lorenzovdstruik

    (@lorenzovdstruik)


    Hi there,

    For our website we have three feature requests in following order:
    1. When booking you see all available timeslots greyed out. Is there a possibility to show just the hours that we are open? I.e. Dont show anything before 5pm and after 10pm?
    2. Is it possible to have a ics hookup? So we can automatically export the data to our iPhone calendar?
    3. Is it possible to grey out the days automatically when they are fully booked?

    Thank you in advance for the great work already, even without these features we are a happy bunch over here!

    And to others reading: I contacted about sending emails through the plugin and turned out our server wasnt configured good and Five Star responded VERY quickly and helped us out. Amazing!

Viewing 1 replies (of 1 total)
  • Plugin Support jaysupport

    (@jaysupport)

    Hi Lorenzo,

    1. You can use the following Custom CSS to hide disabled time slots. You can paste it into the Additional CSS section of your theme’s customizer.

    .picker__list-item.picker__list-item--disabled {
        display: none;
    }

    2. Unfortunately, there is currently no option or way in the plugin to do this.

    3. I’m not sure what you mean here. Any day that is not included in the schedule that you create is already greyed out from the calendar. If you mean days on which you normally have availability, but which are now full, then there is no way to have that become greyed out.

Viewing 1 replies (of 1 total)

The topic ‘Feature request about this AMAZING plugin’ is closed to new replies.