What does your wp_nav_menu call look like? Is it using the theme_location parameter appropriately?
Thread Starter
imkane
(@imkane)
Ahhhh..that definitely helped. I was missing that parameter. Thanks 🙂
Now on my Android the “Categories” menu is shown in the responsive style, and the “Pages” menu is shown in regular style.
Shouldn’t the “Pages” menu be completely hidden on mobile devices, based on these settings?
http://d.pr/i/weQS
If not, how do I hide the “Pages” menu?
Based on those settings, Responsive Select Menu will not act upon your Pages menu at all – it only affects those that are activated 🙂
If you want to turn the Pages menu into a responsive select menu, activate it. If not, just add some CSS in a media query to hide it at small sizes (RSM replaces existing menus with select menus, it doesn’t just hide menus as that’s generally not the expected UI behavior)