Quote:
Originally Posted by shimei
I'm interested especially if the navigation bar is fixed in position.
I loved Vbsocial but they stopped supporting the menu system. After chat became available it was outdated. Vbsocial was based on MegaNavbar: https://codecanyon.net/item/meganavb...&ref=alicantin
If yours is anything like vbsocial count me in for a sale.
|
I actually just got it to work with position:sticky; (BS4 class "position-sticky sticky-top") this morning. position:fixed (BS4 class "position-fixed") has always worked. The problem is I need to put any bootstrap stuff into a container class otherwise it conflicts with vBulletin native classes.
So, you end up with:
Code:
<div class="bootstrap">
<nav class="navbar ...">...</nav>
</div>
--------------- Added [DATE]1518561703[/DATE] at [TIME]1518561703[/TIME] ---------------
An Update, I should be releasing this tomorrow.