Why does my mobile menu drawer sometimes fail to open?

sometimes the mobile menu it opens and sometimes it doesnt on mobile can u help ? I press the hamburger button and background becomes dark and menu drawer doesnt show sometimes.

website: lslelegance.com

Hi @lslelegance ,

I’ve investigated the menu drawer issue on the site. First of all, when we open the website and press the hamburger button it opens Mobile Menu Drawer, So in that case, it seems okay and working properly.

But the menu drawer does not open while page loading and for that case, we need to take care of some things to resolve it:

  • Normally, In the HTML page the head goes first to call with all the scripts inside, in the order they were placed.
  • If we add a script in the body part then it will take a time to load.
  • That’s why we need to add scripts related to Menu Drawer in the head part.
  • If you need to include JS files, always put the least dependent ones at the top.

Please let me know if you need help to place the related JS in head part of the page.

Thank You