yiister / yii2-gentelella

Free admin template for backend
MIT License
275 stars 113 forks source link

Menu auto open #31

Open ghost opened 6 years ago

ghost commented 6 years ago

Hello. How can I stop auto open menu when I redirected to some route from the menu?

fps01 commented 6 years ago

@JayMorrison hello! Menu state is kept in cookie. There is a js code that working with it https://github.com/yiister/yii2-gentelella/blob/master/assets/src/js/extension.js When page is loading the menu state is proceed by layout (https://github.com/yiister/yii2-gentelella/blob/master/views/layouts/main.php see body open tag). You can use modified js or layout template for your task. Did I answer to your question?

ghost commented 6 years ago

@fps01 Thank you for the answer but no. I'm not about this feature. If you click on submenu URL like "Players->Edit player". When this url will be open, the submenu will be open too. I'm about "li>ul.nav.child_menu" will be set "display: block". On "body.nav-md" it's okay, but if you have a little screen and "body.nav-sm" it's really annoying. Page loaded and submenu always opens too.