Josh

Results 16 comments of Josh

@cenk1cenk2 I did look into that as I know it can cause issues. However, if you look at the example and use the verbose renderer you can see that the...

@mwhite444 I am unable to replicate any of the issues you are experiencing. If you could provide more information on browser and OS that would be helpful.

@reste2000, depending on your setup you could simply use the method $('.menu').slicknav('open') to open the menu when needed via javascript. If you check the readme, there are also methods to...

@johnflufin, allowing parent links is supported, but because it causes nested anchor tags it is really discouraged. The CSS has not been optimized for these use cases, but can easily...

@lionarda, can you be more specific about toggling left? Do you mean open right to left, or as a horizontal menu to the left? Or something else entirely?

@LTrane, have you tried changing the `closedSymbol` and `openedSymbol` options when initializing the menu? http://codepen.io/ComputerWolf/pen/zGwJKj

@lxspine, currently there is not. How would you envision this working? You would need to be able to choose child item positioning somehow, which does not seem to have a...

@davemoz, the easiest way to get php variables for use in js is to have php print them as javascript in the header of the page. So essentially you create...

@lmartins, you would need to somehow pass the active item to the script on initialization. A few solutions I can think of would be to add an `active` class to...

@inexuscore, the best method would be to initialize SlickNav after your external html has loaded and is inserted into the dom. This will allow it to use the proper menu...