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.
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 8 years, 8 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.
You are welcome! Yes I think it is a very easy and nice ‘work-around’ 🙂