Tagged: above the fold, header, NAV, slider
Hello, I was wondering if it’s possible to place a full screen slider above the main navigation, so that once the user scrolls down the nav becoms visible and sticks to the top.
A great example of this can be seen with the X Theme.
Thanks
Hey haydaw!
You can do this with our “Fullwidth sub menu” element. Drag it beneath your slider and make sure the “sticky submenu” option is checked in the shortcode options.
Regards,
Elliott
Hey Elliot,
Thanks for the reply. Would this be possible with the default header? It has more customization readily available and since I’ll be handing this site over to someone else, I don’t want to worry about making everything perfect through CSS.
So to reiterate, if it would be possible to get this functionality while still using the default header nav that would be perfect.
Thanks
Hi!
It would take a lot of customization and would have to be considered custom work. It would probably be easier to just add new features to the fullwidth submenu element.
Cheers!
Elliott
Hey Elliot,
Thanks for the reply. I’ve gone ahead and started editing the Submenu with some custom CSS, but I’m stuck on how to get a logo in the left corner as a normal menu would. I’m guessing I’ll need to add some code to the the function.php, however not really sure where to begin.
Any input would be greatly appreciated.
Thanks!
Hayden
Leaving URL here
Hi!
If your trying to add an image on the left hand side of it then the easiest way would be with some CSS.
#sub_menu1 { background: url("URL to your image") black no-repeat top left !important;
Regards,
Elliott