Comments Cristian started the conversationSeptember 30, 2014 at 4:54pmHi,we want to use the Image Pattern for Home Layout, but we want to put the main menu header, in the top of the page. How we can do that?best regards 1,973Support repliedSeptember 30, 2014 at 9:14pmHi Cristian,There are two solutions:either use the fourth version of the menu which has a transparent background displayed on topormodify one-page.phpmoveif( $display_menu ){ get_template_part('sections/menu_section'); } $display_menu = false;at the beginning of the while loopThanksThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Sign in to reply ...
Hi,
we want to use the Image Pattern for Home Layout, but we want to put the main menu header, in the top of the page. How we can do that?
best regards
Hi Cristian,
There are two solutions:
either use the fourth version of the menu which has a transparent background displayed on top
or
modify one-page.php
move
if( $display_menu ){
get_template_part('sections/menu_section');
}
$display_menu = false;
at the beginning of the while loop
Thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy