Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Reply To: hamburger menu not being removed

Home Forums Older releases 1.0.x hamburger menu not being removed Reply To: hamburger menu not being removed

#3120
admin
Keymaster

Put the code right after your SmartMenus init code:

                $("#main-menu").smartmenus({
                    hideOnClick: true  //, isPopup: true;
//subMenusSubOffsetX: 1,
//                  subMenusSubOffsetY: -8
                }
);

so that it’s called ondomready just like the above and it should work.