From: Anthony Talarico Date: Fri, 30 Mar 2018 17:51:31 +0000 (-0400) Subject: adding the appearance menu behind the parallax menu X-Git-Tag: v1.0.0^2~47 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=30a59cfd74adca0f02fe0549e71cbe3a7d3beceb;p=WP-Themes%2Fhospitalitymentality.git adding the appearance menu behind the parallax menu pushing the appearance menu behind the parallax menu --- diff --git a/header.php b/header.php index 996939d..3ab3968 100644 --- a/header.php +++ b/header.php @@ -42,7 +42,11 @@ - '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)): ?> @@ -74,10 +78,7 @@ endif; ?> 'primary' , - 'container' => false - ) ); + else: endif; ?>