Hello,
No, this is not a feature of the plugin.
Thank you.
Okay, thank you!
Then I have another problem.
When I click a date on the calendar, the page scrolls a little bit to the bottom.
The next step is to choose a time, but that option is only vissible when a scroll back up a little. Can i turn the scrolling of?
-
This reply was modified 8 years, 8 months ago by
Clubkop.
If you want to remove the scrolling down when selecting the hours you must open booking-system/assets/js/jquery.dop.frontend.BSPCalendar.js file , find and remove or comment this code :
DOPPrototypes.scrollToY($(‘#DOPBSPCalendar’+ID+’ .DOPBSPCalendar-hours’).offset().top-40);
Thank you.