piccarda Posted September 10, 2020 Share Posted September 10, 2020 Hi everyone, I have a problem with the standard top menu: the menu items are clickable only in the desktop version, in mobile they simply do not go to the defined url. Only categories work on mobile. Here the site to test the situation : https://shoplevelcaffe.datexit.com/it/ Any idea? thanks in advance I use 1.7.6.7 PS version Link to comment Share on other sites More sharing options...
elburgl69 Posted September 11, 2020 Share Posted September 11, 2020 The click is intercepted by some javascript in you js-script: https://shoplevelcaffe.datexit.com/themes/classic/assets/cache/bottom-11881470.js. $(document).on('mousedown','button, a',function(){jconfirm.lastClicked=$(this)})})(jQuery,window); It apperntly dos not function on small screens, does not work if you make your browser screen small. In the compacted JS script it hard to find the cause. IS seems to be part of the jquery-confirm module (https://github.com/craftpip/jquery-confirm). Hope it sets you on the right track. Link to comment Share on other sites More sharing options...
piccarda Posted September 11, 2020 Author Share Posted September 11, 2020 Hi Elburg thanks a lot for your reply. I modify che js and now it works fine. I dont understand where to change the original js to avoid to lose the modifications on the next clear cache. I don't think the module you said, craftpip, is installed. Piccarda Link to comment Share on other sites More sharing options...
piccarda Posted September 11, 2020 Author Share Posted September 11, 2020 Hi Elburg thanks, I found the original module to fix the problem. Thanks a lot Piccarda Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now