sticky menu possible in university?

GK User
Sun Dec 14, 2014 5:44 pm
Hello,
I was just wondering if it would be possible to make the top menu (or any other menu) "sticky" on each page, so if you scroll down the content goes scrolls behind the menu? Like it works with steakhouse template I used before for this job?
User avatar
Expert Boarder

GK User
Sun Dec 14, 2014 8:36 pm
Yes, But it request some css customization. It our guides we have only for footer: https://www.gavick.com/documentation/jo ... ky-footer/
User avatar
Platinum Boarder

GK User
Sun Dec 14, 2014 8:56 pm
p.s.
You can start from this code:
Code: Select all
#gkHeaderNav {
    position: fixed;
}


And How to use custom CSS: http://goo.gl/6yHkKo
User avatar
Platinum Boarder

GK User
Wed Dec 17, 2014 8:00 am
p.s.
But I suggest to add background color with transparency effect under only menu or better under whole header , use this code:
Code: Select all
#gkHeaderNav {
    position: fixed;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    padding-bottom: 10px;
    padding-top: 15px;
}

As you see I also fixed some paddings.
Final result
User avatar
Platinum Boarder

GK User
Mon Dec 22, 2014 4:08 pm
Thank you very much !!! :)
User avatar
Senior Boarder

GK User
Wed Dec 24, 2014 5:05 pm
MGFM according to your question about K2 profile from PM.
K2 component in v.2.x uses it's own users.
1) K2 -> K2 user group -> Create a new group full privileges
K2 groups.png

2) K2 -> K2 Users - you have to set selected user as a k2 user , Open user and edit, there you will see all extra fields.
Assign to K2 user group
User avatar
Platinum Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.