Menu not working after update

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.

Hi Gary,

I can’t replicate this issue, this looks like a caching-related issue too. Please clear all your caching features (plugin, server-side, CDN, and browser’s cache) after updating so that the code from the latest release is always in use. This will help you to avoid any potential errors.

Thanks,

You are right! Everything is fine. Thanks.

Thanks for confirming! Glad to hear it’s all working again.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.