Disable auto scrollToElement functionality as needed

I love Beaver Builder and find most things in it so easy - thank you!

Many of the sites I build have hidden sections/elements that I need to show/hide based on user clicks on buttons/triggers/links. I can script this in without major hassle, but I find that the auto _scrollToElement method causes extra scrolling around the page, especially if the element being clicked is triggering the display of a hidden section which can’t be scrolled to.
I’d love a handy class or option to disable this scrollToElement feature on an as-needed basis, while leaving it as default for most links.

Hi,

It sounds like you’re using the same ID multiple times on the same page which is what is causing the strange behaviour. An ID has to be unique on the page meaning it can’t be used more than once. If you have multiple ID’s on the same page you will need to change the ID’s so all of them are unique on that page. This isn’t an issue with Beaver Builder, but how ID’s work and disabling our smooth scrolling functionality won’t resolve your issue only changing the ID’s will.