Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Hamburger Menus on Tablet / Desktop #512

Closed
nicolepaschen opened this issue Oct 5, 2021 · 9 comments
Closed

[Feature Request] Hamburger Menus on Tablet / Desktop #512

nicolepaschen opened this issue Oct 5, 2021 · 9 comments
Labels
Feature Request Feature Request
Milestone

Comments

@nicolepaschen
Copy link
Member

I would like to design websites that use a hamburger menu on tablet and/or desktop as well as mobile. Can a control please be added to menus for this functionality?

@joe9663
Copy link

joe9663 commented Oct 6, 2021

@nicolepaschen user had a similar request about 6 months ago. i was able to get the hamburger menu displayed on desktops with this CSS

@media only screen and (min-width: 768px) {
    .standard-menu-enabled .bgtfw-sticky-header input:not(:checked):not(.hidden)~.sm-clean {
        display: none;
    }
    .standard-menu-enabled .bgtfw-sticky-header label[id$=-menu-btn] {
        position: relative;
        top: unset;
    }
}

that might help you make your design until we add a solution within the framework.

@jamesros161 jamesros161 added the Feature Request Feature Request label Nov 16, 2021
@jamesros161
Copy link
Contributor

jamesros161 commented Nov 16, 2021

Add a control to the 'Hamburger Menu' panel to let user select which device sizes use hamburger menus
consider adding alignment controls as well.

@jamesros161 jamesros161 added this to the Stable milestone Dec 9, 2021
@nicolepaschen
Copy link
Member Author

Beta 1 - I installed the Coherent Inspiration:
image

On tablet there is a horizontal scrollbar. This doesn't happen on stable. It's coming from the social menu in the footer.
footer-social-scroll

@nicolepaschen
Copy link
Member Author

Please move this new control above the Hamburger Style selection otherwise it could get missed
image

@nicolepaschen
Copy link
Member Author

nicolepaschen commented Jan 10, 2022

Beta 1 - I cannot get menus in Custom Header Templates to use a hamburger menu on any screensize.

@nicolepaschen
Copy link
Member Author

I cannot align the hamburger menu when working with the Custom Header Layouts in the Customizer.
menu-location

@nicolepaschen
Copy link
Member Author

The alignment in Custom Page Headers doesn't work either:

image

@nicolepaschen
Copy link
Member Author

Still an issue in RC2
hamburger-menu-custom-header

@nicolepaschen
Copy link
Member Author

nicolepaschen commented Jan 26, 2022

Hamburger menu doesn't not work as expected with the side header (Monument) Inspiration when enabled on desktop
monument-side-header

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Feature Request
Projects
None yet
Development

No branches or pull requests

3 participants