Problem with links from modal navigater menu

Hi!
The links of modal navigater menu do not work when I do it from a mobile or tablet.
I do not understand why. Until a while ago they worked.
The menu works but clicking on the links redirects me to the home page.

Thanks!

Sorry! in this website: Festefort.cat

Hi @albking,

Thank you for writing in, actually, the entire container including the text becomes a link. That is because there is a script applied on the container that links to your homepage when the container is clicked.

This code is added somewhere, it could be on Theme Options > JS or Page > JS. Please remove it, or modify it that it won’t affect the mobile menu.

// Header clickable 
// ==============================
jQuery ( document ).on('click', '.homeclick', function() {
window.location.href = 'http://www.festefort.cat';
} );

Cheers,

1 Like

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