Does anyone know how to DISABLE the top nav menus from the automatic "active" state, based on vertical scrolling? This is common on all one-page templates. I think I've narrowed it down to either jquery.scrollTo.js or bootstrap.min.js, as possible files that do this.
My project is to convert a standard one-page template, where all [sections] can be viewed by scrolling, to look like a multi-page site by using javascript to set the CSS display to hidden on all [sections], unless the specific menu is selected. Problem is, when you choose a menu, and do any scrolling, the last menu gets highlighted instantly. I need the selected "active" menu to stay highlighted at all times.