Hi,
I don’t think I understand what you mean with “make the tabs navigation sticky”, could you please explain it in more details?
By default the first tab will be active…
Take care!
I wanna make the tabs navigation sticky like this example: http://demo.hongkiat.com/css-sticky-position/index2.html (refer to the sticky navigation)
Hi,
aha, I get it now, but I’m sorry, there is no such option in our plugin, to make the tabs section sticky…
You could probably do it with some custom code (JS and CSS), but that would be outside of the scope of this plugin (it would be a custom solution).
Take care!
Thanks for the tips, I’ve made it worked 🙂
Besides, can we make it jump to top of content when we click the tabs?
Hi,
you can do that by hooking to the Bootstrap tabs JS events: http://v4-alpha.getbootstrap.com/components/navs/#events
When the tab is changed, you can jump/animate to the top of the content with some custom jQuery, something like this: http://stackoverflow.com/questions/12772648/jquery-animate-to-scroll-to-top-of-div
Take care!