Adam Scott

Results 86 comments of Adam Scott

> Since we're trialling snyk.io accounts, is having a command in the project necessary? I'd lean towards no, assuming we have a process for monitoring/resolving snyk alerts.

Hi @WPThemer - I think that you would need to manually change the positioning of that fixed element whenever you trigger the nav. This is because `fixed` position elements are...

@WPThemer this would definitely be possible, but is not a current built in feature. I'm going to add a "feature request" label to this question. Thanks!

@beau-gosse when initiating the plugin are you changing the menu option? Such as: ``` $( '#sidenav').bigSlide({ menu: "#sidenav" }); ```

Sorry for the problems @beau-gosse! I'll start looking into it, but it may take a bit before I get there.

Nice catch @jblatt! I'd welcome a pull request, or I can make this update soon.

> Hah, I'm just learning git on the command line but I'll give it shot! Yay! Hooray for open source!

That would be really useful @ethanclevenger91. Great suggestion.

That'd be great!

@JohnyOhio thanks for the kind words! Are you instantiating the plugin like so: ``` $(document).ready(function() { $('.menu-link').bigSlide(); }); ``` I didn't see that referenced anywhere in the steps you've taken....