Hi,
It seems a small issue since I’m hiding the nav elements(to hide the current theme menu) when WP Mobile Menu is active.
Add this code to the custom css field in the WP Mobile Menu general options tab, will fix this in the next update.
.main-navigation, .secondary-navigation{
display: none!important;
}
nav{
display: block!important;
}
Clear the cache and test again. Let me know if it worked.
-Takanakui
Hi Takanakui:
Thank you very much for the quick response. Sorry for my delay in utilizing it. It worked perfectly.
Note: If plugged into the “Custom CSS” options within the Mobile Menu Options, it does not work. The script you provided had to be placed in Appearance>Edit CSS.
-Thanks again,
Grim
hhumm it should have worked inside the custom css, probably was only a cache issue.
The important is that is sorted. 🙂
-Takanakui
I tried clearing my cache on both my computer, WP, and mobile devices (cell and tablet).
-Grim
strange, I used this solution in another Storefront theme.
Nevermind, glad it’s sorted.
-Takanakui
Hi,
Great Plugin! I had the same issue and added the code to Appearance > Edit CSS (since it’s not working on WP Mobile Menu) and it worked! Is it possible to have it centered?

But it created a new problem: the Primary Menu is showing below the header.

How can I keep the pagination but with no Primary Menu?
Here’s my site: http://www.deportes514.com
-
This reply was modified 9 years, 2 months ago by
deportes514.
Nevermind! Just added to the WP Mobile Menu Custom CSS:
.pagination {
display: block!important;
}
@deportes514
Thanks for using WP Mobile Menu, and glad it’s sorted.
Will fix that issue with Storefront in the next update(probably April)
-Takanakui