combinging navigation menu with parallax menu
</div>
<nav id="site-navigation" class="main-navigation">
-
- <div class="menu-toggle"><?php _e( 'Menu', 'accesspress-parallax' ); ?></div>
-
+
+ <div class="menu-toggle">d<?php _e( 'Menu', 'accesspress-parallax' ); ?></div>
+
<?php
$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)):
endforeach;
endif; ?>
</ul>
- <?php
- else:
- wp_nav_menu( array(
+ <?php
+ wp_nav_menu( array(
'theme_location' => 'primary' ,
'container' => false
) );
+ else:
+
endif; ?>
</nav><!-- #site-navigation -->