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.

Re: Vertical menu expanded on page load

Home Forums Older releases 0.9.x Vertical menu expanded on page load Re: Vertical menu expanded on page load

#1541
admin
Keymaster

OK, as far as I can see, you will just need to use the hideOnClick: false option – i.e.:

	$('#left-menu').smartmenus({
		subMenusSubOffsetX: 1,
		subMenusSubOffsetY: -8,
		hideOnClick: false
	});

Let me know if you have any questions.

Cheers!