Home › Forums › Support › Help with header and nav positioning This topic has 4 replies, 3 voices, and was last updated 6 years, 3 months ago by Leo. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts September 5, 2017 at 12:48 pm #379740 Chris I built this site a couple of years ago using X Theme and revolution slider. Both softwares have become to bloated and code heavy to use any longer. http://postmonroe.com/ Can you please tell me what settings I need to use to get the header and navigation working and looking the same at the site above on this site? It’s the first time I’m trying to use a page header and I’m not quite sure how to get the same effect. http://postmonroe.giantishere.com/ Thanks a ton! I have about 15 more site rebuilds to do to start moving sites from the old software to the new. CDS September 5, 2017 at 3:05 pm #379818 TomLead Developer Lead Developer Instead of using Page Header to add your slider, I would use the Inside Header Content hook in GP Hooks. That way it will display above the navigation on all pages. As for the navigation, are you looking to add the blue border on hover? September 6, 2017 at 11:03 am #380508 Chris For the nav, I’m mostly looking to see if we can have it be active when scrolling down the page like the sample site. I’ll try the GP hooks. That’s a super cool feature by the way. Just starting to get into it. September 6, 2017 at 1:32 pm #380562 Chris Is there a way to tell gp_hooks to only display on the landing/home page? September 6, 2017 at 2:42 pm #380603 LeoStaff Customer Support Yup do this with Execute PHP checked: <?php if ( is_front_page() ) : ?> slider shortcode here <?php endif; ?> Here are all the conditional tags you can use: https://codex.wordpress.org/Conditional_Tags Author Posts Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In