On our website https://somoscooperativismo.coop.br/, we're having problems with the mobile off-canvas menu. The problem is that all parent links aren't opening. They have the link, but they don't open anymore. When you right-click and ask to open in another tab, it opens normally. This was also happening on the desktop menu, but when we did
$('.sp-megamenu-parent li:has(ul) > a').each(function () {
$(this).replaceWith($(this).clone());
});
It worked, but I couldn't do the same for mobile. What can we do? It's an error that shouldn't be happening in Helix.
This is happening with all parent links; it's working normally with children.