• Resolved stedsch04

    (@stedsch04)


    Is it possible to not have the page auto scroll to the top of the page when a user selects a “Start At” option? In my application the auto scroll kind of bypasses the user from selecting more than one booking item.

    Thanks!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author DOTonPAPER

    (@dotonpaper)

    Hello,

    You can disable auto scroll by changing the code in dopbsp/assets/js/jquery.dop.frontend.BSPCalendar.js

    Find the line DOPPrototypes.scrollToY($('#DOPBSPCalendar-reservation'+ID).offset().top+$('#DOPBSPCalendar-reservation'+ID).height()-$(window).height()+50); and comment it (add // in front ).

    Thank you!

    Thread Starter stedsch04

    (@stedsch04)

    Thank you for your response. I commented out the line but it didn’t disable the auto scroll. Suggestions?

    Plugin Author DOTonPAPER

    (@dotonpaper)

    Hello,

    Please send a message to support@dotonpaper.zendesk.com with your issue.

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Scrolling’ is closed to new replies.