• Hi,

    I have 2 questions/problems with this plugin.

    1) When I set a schedule with timeslot limit (lets say 19.00h until 22.00h) this works fine with Google Chrome and Mozilla Firefox, but with Microsoft Edge it just shows everything (all 24 hours) Is this a bug?

    2) Also I found that in Google Chrome when I select a date that is full due to the capacity has reached its limit (Max Reservations), than selecting another date that is still available, than go select the date that was full BAM I now can still select a time (no reload/refresh?) this is obvious unwanted behaviour.

    • This topic was modified 4 years, 10 months ago by schourend.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support jaysupport

    (@jaysupport)

    Hi schour,

    1) This could just be the browser not obeying the disabled command. You could always just add some custom CSS to hide the fields with the disabled class. For example:

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

    2) I was unable to reproduce this issue on our test sites. Are you able to provide the URL to your booking page so I can take a look?”

    Thread Starter schourend

    (@schourend)

    Hi Jay,

    I already found that CSS code and added it, but it does nog fix the first issue.
    This is my test link: https://www.thetacomm.nl/reserveringen/
    Date januari 22 should not be available for booking.

    I did find that a plugin called ‘Fusion Builder’ is responsible for the second problem.

    • This reply was modified 4 years, 10 months ago by schourend.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘All timeslots available on Edge browser’ is closed to new replies.