site: https://www.dentalgoodbuys.com/
how can I make the menu open on the mobile version?
site: https://www.dentalgoodbuys.com/
how can I make the menu open on the mobile version?
Hi @NGM2022 ,
I saw HTML tag is missing “no-js” class.
To fix it.
May I suggest to update code these steps:
In case this class is being removed by a script. You can add class to body tag
I cannot find any HTML tag there, perhaps due to some app?
Hi @NGM2022
So you only need add “no-js” class to HTML tags like the screenshot.
Refer screenshot below to add it
it did not work
Hi @NGM2022
May I suggest to update code these steps:
details[open] > .menu-drawer,
details[open].menu-opening > .menu-drawer,
details[open].menu-opening > .menu-drawer__submenu {
transform: translate(0)!important;
visibility: visible!important;
}
it worked, many thanks. how did you learn that coding skill? web design?
Hi @NGM2022
I’m a Frontend developer.
Hello,
I am using the Refresh theme and I had the same issue. I copied the code and now the menu opens successfully.
Although, the navigation doesn’t work properly. The buttons that go backwards don’t work.
Also, the search menu still cant close using the X button
Any ideas on that?
Thank you!