Okay
  Public Ticket #3803031
Disable Horizontal Scroll
Open

Comments

  •  1
    stizzi started the conversation

    Hi. Is there a way to disable horizontal scroll (via mouse)?

    and/or


    Is there a way to continue the scroll once we've reached the end of horizontal listing?

    So if:

    I scroll, 

    come across the horizontal listing, 

    it then scrolls to the right, through events,

    we arrive at the last listing/event,

    thus we continue to scroll down into the website.

    Thank you so much again.

  •  906
    Zhivko replied

    Hi,

    This makes perfect sense but unfortunately mousewheel feature cannot be disabled via the admin at the moment. I will see to add this option in the next update.

    However, it is possible to make a modification to the slider js file that will disable this.

    You need to open file stachethemes_event_calendar/assets/js/widgets/events-slider/lazy-events-slider-lazy.js

    and search for this text inside:

    mousewheel:!0

    edit it to 

    mousewheel:0

    and make sure to clear your browser cache for that page ( CTRL + F5 )


    Stachethemes Developer