End of Support for Joomla 3 - Forum closed
[SOLVED] sticky navigation
ah ok, take the demo, it is the same effect. the first 200px you scroll, the navigation disappears.
demo.joomlaplates.com/jp_perfect/
demo.joomlaplates.com/jp_perfect/
by mhp
Please Log in or Create an account to join the conversation.
Here the Code:
Code:
/** with top-toolbar */
.toolbar-outer.uk-clearfix {
position: fixed;
z-index: 1000;
}
nav.tm-navbar.uk-navbar {
position: fixed;
top: 30px;
width: 100%;
z-index: 1000;
}
/** Without top-toolbar:*/
.toolbar-outer.uk-clearfix {
display: none;
}
nav.tm-navbar.uk-navbar {
position: fixed;
z-index: 1000;
top: 0;
}
Last Edit:5 years 11 months ago
by cg
Last edit: 5 years 11 months ago by cg.
Please Log in or Create an account to join the conversation.
thanks but with that code the navi is overlaying the other modules even without scrolling.
by mhp
Please Log in or Create an account to join the conversation.
Code:
sprocket-features.layout-slideshow {
margin-top: 100px;
}
by cg
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
You have to edit the file:
...\templates\jp-perfect\layouts\theme.php
Before:
After:
...\templates\jp-perfect\layouts\theme.php
Before:
Attachment Screenshot_5-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18-19-20-21-22-23-24-25-26.jpg not found
After:
Attachment Screenshot_6-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18-19-20-21.jpg not found
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Attachments:
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates