getgrav / grav-premium-issues

Official Grav Premium Issues repository to report problems or ask questions regarding the Premium products offered.
https://getgrav.org/premium
7 stars 2 forks source link

[typhoon] Mobile menu open state by default #318

Closed Sogl closed 1 year ago

Sogl commented 1 year ago

What I see if I click on hamburger on mobile devices:

image

What I want by default:

image
w00fz commented 1 year ago

You can achieve this by overriding the mobile menu twig Template templates/partials/mobile-navigation.html.twig and replace the constant MENU_STATE to true.

Around line 20:

parent: 'x-data="{ selected: MENU_STATE }"',
Sogl commented 1 year ago

Thanks, it works.

Sogl commented 1 year ago

@w00fz Can this be done with an option in the Admin panel?

rhukster commented 1 year ago

No needs to be done in the template twig that djamil referred to.