Remove mobile menu
-
Hello there,
please i need help as i use a theme that provide a menu, but after installed WP Responsive menu plugin, there are tow menus appears on my devise, the theme menu and WP Responsive menu.
so i need to remove the theme Menu for mobile.Gratefully
-
Hello.
Are you using WP Responsive Menu? If you are, you can disable the mobile navigation in the settings.
Regards,
InVisionCodeHello,
Yes, i’m using WP Responsive Menu, but i need to disable the theme menu and keep the WP menu.
I’m using Tesseract themeGratefully,
Add below code in theme style.css file. It will remove theme responsive menu
#mobile-menu-trigger-wrap { display: none; }Thanks for the hint!
Hello Clarion,
is there a specific place to add this code in theme style.css,
i added at the end of the CSS file, but the mobile minue still found i have 2 menus 🙁Thanks a lot,
You can add anywhere in css file.
Can you provide your site address, we will check#mobile-menu-trigger-wrap {
display: none !important;
}the site address is: http://elhejaz.com/
Open theme header.php file and search for “mobile-menu-trigger-wrap”. If you found remove total div.
Before doing this take header.php file backup
For reference click on this http://d.pr/i/4AcW
Open theme header.php file and search for “mobile-menu-trigger-wrap”. If you found remove total div.
No, don’t do that. Really, don’t. You’ll lose all of your work when the theme updates. Bad thing will happen.
Instead create and activate a child theme.
https://codex.ww.wp.xz.cn/Child_Themes
Then make a copy of the original
header.phpfile into the child theme directory. Once you’ve done that, then you can safely edit the child theme copy of that file.Clarion,
i got it, and the mobile menu is went away, thanks for your support,
but please i has another request at this page: http://elhejaz.com/gallery/ferforge/doors/
the images is merged with the footer, how can i solve this bug.
if i must send this request to a new thread no problem
Gratefully,
Create new thread and add this ticket as resolved.
The topic ‘Remove mobile menu’ is closed to new replies.