Hey,
on my site
I have added the Navigatin Collapsed element. The Menu looks good BUT if you try to click the “shop” button, it is not working.
Could you help me here?
Thanks!
Hey @kaiserberg,
It’s caused by the custom code. Please remove this custom code in your Global JS. It’s function is also not needed anymore since an official fix was added in Pro 2.1.
UPDATED: Close modal, off canvas, or dropdown when navigating to a “one page” link.
jQuery(function($) {
$('.x-menu li.menu-item a.x-anchor').on('click touchend', function(event) {
var button = $(".x-off-canvas-close");
if( button.length > 0 ){
button.trigger('click');
}
});
Thanks.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.