pushing the appearance menu behind the parallax menu
<div class="menu-toggle">d<?php _e( 'Menu', 'accesspress-parallax' ); ?></div>
- <?php
+ <?php
+ wp_nav_menu( array(
+ 'theme_location' => 'primary' ,
+ 'container' => false
+ ) );
$sections = of_get_option('parallax_section');
if((of_get_option('enable_parallax') == 1 && of_get_option('enable_parallax_nav') == 1) || (is_page_template('home-page.php') && of_get_option('enable_parallax_nav') == 1)):
?>
endif; ?>
</ul>
<?php
- wp_nav_menu( array(
- 'theme_location' => 'primary' ,
- 'container' => false
- ) );
+
else:
endif; ?>