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!
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!
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,
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.