• Resolved pothound

    (@pothound)


    The rest only takes reservations for lunch and dinner.
    So I set rules
    11am-3pm
    6.30-pm-9pm

    This now opens a huge pop-up and you can not see it all. Any chance this can be a pull-down menu?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @pothound,

    I’m afraid you’d need to do a fair amount of custom coding to turn it into a pull-down menu.

    The time picker is normally scrollable. It looks like something on your site is hijacking the default scroll behaviour, which is interfering with the time picker. This is most likely caused by your theme.

    I’d recommend switching to a default theme, like TwentySeventeen, and trying it out. If it works, you can reach out to your theme developer to ask them to fix this issue.

    Thread Starter pothound

    (@pothound)

    Hi Nate
    ok I see what you mean. Not sure if they can fix it.
    Found the solution, I am just hiding the not available times:
    li.picker__list-item.picker__list-item–disabled {display: none !important; height: 0 !important;}

    Thanks for your help!

    • This reply was modified 7 years, 2 months ago by pothound.

    Thanks for the CSS tip to hide the unavailable times, @pothound! That’s a nice improvement to the usability of the plugin.

    Thread Starter pothound

    (@pothound)

    You are welcome! Yes I think it is a very easy and nice ‘work-around’ ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Time in Dropdown’ is closed to new replies.