You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
Using latest FP version, what is the protocol for disabling the desktop menu completely and using the mobile menu always? Modifying that breakpoint is doable but I can't seem to get it fully disabled. Thanks much in advance for any help!
The text was updated successfully, but these errors were encountered:
Updating here with the solution that worked for me. Rather than disabling the switch, I created a new breakpoint called 'uber' (> 9999px) which would never match. Then, I added data-hide-for="uber" to the .title-bar element: <div class="site-title-bar title-bar" <?php foundationpress_title_bar_responsive_toggle(); ?> data-hide-for="uber">
I also needed to adjust the breakpoints in _navigation.scss:
Using latest FP version, what is the protocol for disabling the desktop menu completely and using the mobile menu always? Modifying that breakpoint is doable but I can't seem to get it fully disabled. Thanks much in advance for any help!
The text was updated successfully, but these errors were encountered: