Title: Time Slots Function
Last modified: July 4, 2017

---

# Time Slots Function

 *  Resolved [souljony](https://wordpress.org/support/users/souljony/)
 * (@souljony)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/time-slots-function/)
 * 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)

 *  [NateWr](https://wordpress.org/support/users/natewr/)
 * (@natewr)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/time-slots-function/#post-9287609)
 * Hi [@souljony](https://wordpress.org/support/users/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](https://wordpress.org/support/users/souljony/)
 * (@souljony)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/time-slots-function/#post-9287768)
 * 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](http://manzo.pt/en/bookings)
 * If there’s a need I can also send a screenshot showing the problem.
 * Thanks again 🙂
 *  [NateWr](https://wordpress.org/support/users/natewr/)
 * (@natewr)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/time-slots-function/#post-9290153)
 * Hi [@souljony](https://wordpress.org/support/users/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](https://wordpress.org/support/users/souljony/)
 * (@souljony)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/time-slots-function/#post-9290754)
 * 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 🙂
 *  [NateWr](https://wordpress.org/support/users/natewr/)
 * (@natewr)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/time-slots-function/#post-9302333)
 * Hi [@souljony](https://wordpress.org/support/users/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.

 * ![](https://ps.w.org/restaurant-reservations/assets/icon-128x128.png?rev=2205491)
 * [Five Star Restaurant Reservations - WordPress Booking Plugin](https://wordpress.org/plugins/restaurant-reservations/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/restaurant-reservations/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/restaurant-reservations/)
 * [Active Topics](https://wordpress.org/support/plugin/restaurant-reservations/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/restaurant-reservations/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/restaurant-reservations/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [NateWr](https://wordpress.org/support/users/natewr/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/time-slots-function/#post-9302333)
 * Status: resolved