You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Gumby's documentation, I really like the pinned sidebar navigation. However, on the site I'm working on, I need more than one sidebar nav. Is there an easy way I can have two or more #sidebar -nav instances (unique of course) without having to completely rewrite docs.js?
Everything in docs.js is statically defined to specific ids, but is there a way I can load them dynamically on Gumby.ready?
I have several sidebar navs that need to scroll with the content in each respective section. I tried everything I could to rewrite it to support classes, but no luck.
Thanks in advance
The text was updated successfully, but these errors were encountered:
In Gumby's documentation, I really like the pinned sidebar navigation. However, on the site I'm working on, I need more than one sidebar nav. Is there an easy way I can have two or more #sidebar -nav instances (unique of course) without having to completely rewrite docs.js?
Everything in docs.js is statically defined to specific ids, but is there a way I can load them dynamically on Gumby.ready?
I have several sidebar navs that need to scroll with the content in each respective section. I tried everything I could to rewrite it to support classes, but no luck.
Thanks in advance
The text was updated successfully, but these errors were encountered: