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?
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?
-
- 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/
-
- Platinum Boarder
- GK User
- Sun Dec 14, 2014 8:56 pm
p.s.
You can start from this code:
And How to use custom CSS: http://goo.gl/6yHkKo
You can start from this code:
- Code: Select all
#gkHeaderNav {
position: fixed;
}
And How to use custom CSS: http://goo.gl/6yHkKo
-
- 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:
As you see I also fixed some paddings.
Final result
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
-
- Platinum Boarder
- GK User
- Mon Dec 22, 2014 4:08 pm
Thank you very much !!!
-
- 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
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
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
-
- Platinum Boarder
6 posts
• Page 1 of 1