Hi, see logoglo.com
I had this code provided by you guys:
jQuery(document).ready(function($){
$('.x-one-page-navigation-active .x-navbar .mobile .x-nav > .menu-item:not(.menu-item-has-children)').on('click touchend', function(e) {
document.getElementsByClassName("x-btn-navbar")[0].click()
});
});
It is to make the menu on a mobile, and tablet act in a certain way…so you click prices, it scrolls down, but hides the menu in doing so (by default, it stayed open and covered the screen) and also kept the menu fixed up top…
After the update, it scrolls ok, and I think it closes the menu, but the menu is no longer fixed top.
Please advise.