adding the appearance menu behind the parallax menu
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 30 Mar 2018 17:51:31 +0000 (13:51 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 30 Mar 2018 17:51:31 +0000 (13:51 -0400)
pushing the appearance menu behind the parallax menu

header.php

index 996939d..3ab3968 100644 (file)
     
                <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; ?>