• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Awesome Sticky Top Bar by XiTCLUB

Admin

Well-Known Member
Staff member
Administrator
==================
AWESOME STICKY TOP BAR
==================

LIVE DEMO : WWW.XiTCLUB.COM

INSTALLATION

1: Goto Admincp > Styles & Templates > Style manager > Your Theme > Edit additional.css

Add The Following Code at the End

#navigation.stick {
position: fixed;
top: 0;
z-index: 10000;
width:95%;
background: rgba(0,0,0, 0.8);
border-radius: 0 0 0.5em 0.5em;
}

2: Edit "headinclude" Template

Add The Following Code at the End

<script>
function sticky_relocate() {
var window_top = $(window).scrollTop();
var div_top = $('#pageWrapper').offset().top;
if (window_top > div_top) {
$('#navigation').addClass('stick');
} else {
$('#navigation').removeClass('stick');
}
}

$(function() {
$(window).scroll(sticky_relocate);
sticky_relocate();
});
</script>

That's it... Enjoy Sticky Top Navigation By XiTCLUB

You can Buy me a bear if you like this modification, paypal button is at right sidebar :D
 

Facebook Comments

New posts New threads New resources

Back
Top