Menu becomes dead after navigating a while on mobile and tablet.
-
Hello, I installed and configured MMM successfully. Everything behaves to my convenience from any screen size when viewing my site from a personal computer, whether I’m logged in as WordPress administrator or logged out as an anonymous viewer.
However, when viewing my site from Samsun Galaxy S7 mobile phone or my Galaxy tab S3 Tablet, the menu quickly becomes dead. By that I mean that if I move around the menus a bit, everything looks good. But after several clicks around, the MMM menu goes dead.
The current settings under Max Mega Menu -> Menu Themes -> Custom Styling is as follows :
/** Push menu onto new line **/
#{$wrap} {
clear: both;
}
/** TwentySixteen Integration to MMM **/
@media screen and (max-width: 44.375em) {
#site-header-menu {
width: 100%;
margin: 0;
display: block;
}
}
#site-header-menu .main-navigation {
margin: 0;
}
#menu-toggle {
display: none;
}
/** Hide duplicate footer menu on mobile **/
footer #{$wrap} {
display: none;
}I also did some testing without inserting the MMM twenty-sixteen integration code to the MMM Menu Theme Custom Styling, and I also tried with nothing at all in the MMM Menu Theme Custom Styling. Everything works fine with full-size computer window, but not my Galaxy S7 phone and Galaxy S3 tablet, nor or in a reduced size from an Opera browser on my Dell XPS 15 9570 PC operating under Win 10 Pro version 20H2.
Thank you in advance for any help you might be willing to provide.
- This topic was modified 3 years, 9 months ago by .
- This topic was modified 3 years, 9 months ago by .
The page I need help with: [log in to see the link]
- The topic ‘Menu becomes dead after navigating a while on mobile and tablet.’ is closed to new replies.