Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress

Brandon Brigham
Brandon Brigham
3,716 Points

Plugin for left side sidebar menu

Hello -

Does anyone know of any plugins or a way to build out a left sidebar menu that is sticky? Thanks!

Similar to http://demo.simplifymedical.com/simplify-disc/

Doru Marginean
Doru Marginean
2,290 Points

Hi Brandon,

There are a few ways you could achieve this:

  1. You could try a free WordPress plugin. For eg. https://ro.wordpress.org/plugins/q2w3-fixed-widget/
  2. Implement a jQuery plugin or front-end framework like Materialize, Pushpin component (http://materializecss.com/pushpin.html), here is a demo https://codepen.io/dorumarginean/pen/AXGEjG
  3. Use Bootstrap, Affix component (http://getbootstrap.com/javascript/#affix)

Cheers,