• Hello,

    I can’t disable the scroll that happens when visitors click on a date on the calendar, to the hours they choose.
    This solution you gave in some posts is not working: to delete all line with function DOPPrototypes.scrollToY on the file dopbsp/assets/js/jquery.dop.frontend.BSPCalendar.js

    1. Is there any other way to avoid all the scrolling?
    2. Can the calendar be hidden and just show the form with the Date, Hour, Number of bookings, etc…?

    Thanks!
    Ivan

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

Viewing 1 replies (of 1 total)
  • I needed something similar. I wanted to cancel the automatic scrolling after selecting a date in the calendar. Support wrote: To remove the scroll you need to edit the file booking-system/assets/js/jquery.dop.frontend.BSPCalendar.js and comment on the lines that call the function DOPPrototypes.scrollToY.

    i find out 

    /* Init hours events & sidebar. */

    and set from .offset().top-40);

    to top-0

    But nothing change.

    • This reply was modified 1 year, 3 months ago by samlue.
Viewing 1 replies (of 1 total)
  • The topic ‘Disable scroll on Front End’ is closed to new replies.