In the menu of the below website, there is on-page navigation and also navigation to other pages on the site. When I click the link to the section on the page, the mobile menu closes as it should and scrolls to the correct area. However when I click a link to another page like “Registry Style Weddings”, the menu closes but the requested page doesn’t load?
That is a look at the js I am using.
jQuery('.x-menu .x-anchor').on('touchend click', function() {
jQuery('.x-off-canvas').trigger('click'); });
Any assistance to fix would be much appreciated.
Cheers