Hi,
since i am using the uber menu on http://www.musikzentrale.net, both menues, enfold and ubermeu appear in responsive mode.
is there any chance tuning off enfold`s responsive menu when viewed on a mobile device?
thanks for you tipps.
Cheers, Sebastian
Hi,
You have multiple errors and warning …
1) Warning: you have included the Google Maps API multiple times on this page. This may cause unexpected errors. main.js:48
2) Failed to load resource: the server responded with a status of 404 (Not Found) — http://www.musikzentrale.net/scripts/common_scripts/frontend/common_frontend.js?ver=1.10-standard
3) Uncaught Error: Script error — http://requirejs.org/docs/errors.html#scripterror — default.include.af1d95.js:5
This css below will remove the mobile menu. Please add it to quick css located in enfold > (theme options) > layout styling … the text area at the page bottom OR add it to /css/custom.css at the end of the file.
#top #advanced_menu_toggle {
display: none;
}
Thanks,
Nick