-{"version":3,"file":"glm-dev.css","sources":["glm-dev.scss","_body.scss"],"sourcesContent":["@import 'body';\n","body{\n #page{\n #content{\n .mid-content{\n .interior-page-content{\n width: 100%;\n } \n }\n }\n }\n}"],"mappings":"ACAA,AAIgB,IAJZ,CACA,KAAK,CACD,QAAQ,CACJ,YAAY,CACR,sBAAsB,AAAA,CAClB,KAAK,CAAE,IAAK,CACf","names":[]}
\ No newline at end of file
+{"version":3,"file":"glm-dev.css","sources":["glm-dev.scss","_body.scss"],"sourcesContent":["@import 'body';\n","body{\n #page{\n header#masthead{\n .menu-login{\n display: block;\n }\n }\n #content{\n .mid-content{\n .interior-page-content{\n width: 100%;\n } \n }\n }\n }\n &.logged-in{\n #page{\n header#masthead{\n .menu-login{\n display: none;\n }\n }\n }\n }\n}"],"mappings":"ACAA,AAGY,IAHR,CACA,KAAK,CACD,MAAM,AAAA,SAAS,CACX,WAAW,AAAA,CACP,OAAO,CAAE,KAAM,CAClB,AALb,AASgB,IATZ,CACA,KAAK,CAMD,QAAQ,CACJ,YAAY,CACR,sBAAsB,AAAA,CAClB,KAAK,CAAE,IAAK,CACf,AAXjB,AAkBgB,IAlBZ,AAeC,UAAU,CACP,KAAK,CACD,MAAM,AAAA,SAAS,CACX,WAAW,AAAA,CACP,OAAO,CAAE,IAAK,CACjB","names":[]}
\ No newline at end of file
// This theme uses wp_nav_menu() in one location.
register_nav_menus( array(
- 'primary' => __( 'Primary Menu', 'accesspress-parallax' ),
+ 'primary' => __( 'Primary Menu', 'accesspress-parallax' ),
+ 'login' => __( 'Login Menu', 'accesspress-parallax' ),
) );
/*
<div class="menu-toggle">d<?php _e( 'Menu', 'accesspress-parallax' ); ?></div>
- <?php
+ <?php
+
+ wp_nav_menu( array(
+ 'theme_location' => 'login' ,
+ 'container' => false
+ ) );
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)):
?>