Archived topic
Display the header under a transparent menu
7 replies · Started by Tom on July 25, 2017
Hello,
On the home page I have the GP header "off" and I am using a BeaverBuilder row with a SmartSlider3 slider. I am not using the GP Header Widget and SmartSlider because I only want this on the Home page and don't want to use PHP code for each page (not afraid to but visual is better).
Question, assuming I have the above correct, the menu is sticky and transparent how can I have the slider (i.e. BB row) under the menu is the starting state? I tried giving the slider negative margin but it just cuts off the menu.
Loving GP!
Thanks,
-Tom
Hi Tom,
Any chance you can link me to the page?
Sure, this is the staging server link
Hi there,
Can you not insert the slider using BB at the top of the content?
If not try the After Header hook:
http://demo.generatepress.com/hook-locations/
https://docs.generatepress.com/article/hooks-overview/
With conditional tag:
<?php if ( is_front_page() ) : ?>
slider shortcode here
<?php endif; ?>
This is what I am trying to achieve (different server)...
http://imsafe2.creativengen.net/
The Menu is over the slider and transparent. Possible?
Thanks!
You should be able to use the Page Header addon and merge:
https://docs.generatepress.com/article/page-header-content/
https://docs.generatepress.com/article/merging-the-page-header-site-header/
Or using BB and merge:
https://docs.generatepress.com/article/merging-header-navigation-content/
Woah, that kind of blew my mind. I did not even know that was available in the page meta's. Everything I've thrown at GP so far has been doable.
The merge worked, great.
Thanks!
Glad we could help!