• Resolved souljony

    (@souljony)


    Hello,

    I’m currently using the time slot function to limit the available time slots of reservations.
    The function works correctly on the normal computer browser, although, on the iOS browser the time picker shows all the time slots, leading the customer to select it. The systems recognizes the time is not available so it defaults to the first available slot. Any chance implementing a function that deletes the limited slots from the time picker, or an alert that warns the user when it selects the limited the slot?

    Thanks very much. 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @souljony,

    I haven’t had reports of any issues like the one you describe. Users should not be able to select disabled times on any device.

    Can you tell me which iOS version and device you’re running? I assume you are using the Safari browser? And please send a link to the form on your site so I can take a look.

    Thread Starter souljony

    (@souljony)

    Hey there,

    That’s correct, Safari on iOS running the last released version.
    Here’s the link of the website: http://manzo.pt/en/bookings

    If there’s a need I can also send a screenshot showing the problem.

    Thanks again 🙂

    Hi @souljony,

    It looks like you’re using the Berg theme. Unfortunately, that theme has had issues with this plugin in the past. Can you try switching to a default theme and then test again to see if you have the same problem?

    Thread Starter souljony

    (@souljony)

    Hello!

    After debugging the problem a lot I found the solution. The theme seems to override the mobile html input styles, causing the browser timepicker to popup instead of the on included in the plugin. To solve that I just added this CSS and it solved the problem 🙂

    
    #mobile-select {
    display: none;
    }
    

    Thanks 🙂

    Hi @souljony,

    Yeah, theme conflicts are the most common. Glad you were able to find a solution!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Time Slots Function’ is closed to new replies.