Hi, there I like you theme a lot. I'm using TRENT and I would like to control navigation bar.
On homepage it comes after first scroll, on subpage after I scroll the whole header section. I would like to have it from begging in a form a and then in form b after scroll. How I can achieve this? Thank you.
Hi, there I like you theme a lot. I'm using TRENT and I would like to control navigation bar.
On homepage it comes after first scroll, on subpage after I scroll the whole header section. I would like to have it from begging in a form a and then in form b after scroll. How I can achieve this? Thank you.
Hi there, any help on this?
Hi apologize for my late reply.
just to make sure I understand correctly:
you want to have one menu type when there is the homepage displayed
then, when first section underneath is displayed, you want to have a different menu?
Is this correct?
thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Yes, correct - like here
http://www.newyorker.com/
Hi, that's a bit of custom work
for start
go to one-page.php in theme root folder and then
move this code block
if( $display_menu ){
get_template_part('sections/menu_section');
}
$display_menu = false;
after the if statement
if ( $section_page && ( $post_id != $main_page_id ) ) {
...
}
thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy