From: Laury GvR Date: Wed, 21 Feb 2018 16:55:36 +0000 (-0500) Subject: Testing new theme location names for oc meuns X-Git-Tag: v1.0.15^2~2^2~13 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=4a5e54d73f5cb021f0af76ffde05549d11ba7a04;p=WP-Themes%2Fbaragacounty.git Testing new theme location names for oc meuns --- diff --git a/lib/navigation.php b/lib/navigation.php index 076c60e..7283416 100644 --- a/lib/navigation.php +++ b/lib/navigation.php @@ -49,7 +49,7 @@ if ( ! function_exists( 'government_mobile_off_canvas' ) ) { 'container' => false, // remove nav container 'container_class' => '', // class of container 'menu' => '', // menu name - 'menu_class' => 'gov', // adding custom nav class + 'menu_class' => 'government', // adding custom nav class 'theme_location' => 'gov-nav', // where it's located in the theme 'before' => '', // before each link 'after' => '', // after each link @@ -73,7 +73,7 @@ if ( ! function_exists( 'chamber_mobile_off_canvas' ) ) { 'container_class' => '', // class of container 'menu' => '', // menu name 'menu_class' => 'chamber', // adding custom nav class - 'theme_location' => 'chamber-nav', // where it's located in the theme + 'theme_location' => 'chamber', // where it's located in the theme 'before' => '', // before each link 'after' => '', // after each link 'link_before' => '', // before each link text @@ -95,8 +95,8 @@ if ( ! function_exists( 'visitors_mobile_off_canvas' ) ) { 'container' => false, // remove nav container 'container_class' => '', // class of container 'menu' => '', // menu name - 'menu_class' => 'cvb', // adding custom nav class - 'theme_location' => 'cvb-nav', // where it's located in the theme + 'menu_class' => 'visitors', // adding custom nav class + 'theme_location' => 'visitors-bar', // where it's located in the theme 'before' => '', // before each link 'after' => '', // after each link 'link_before' => '', // before each link text @@ -118,8 +118,8 @@ if ( ! function_exists( 'economic_mobile_off_canvas' ) ) { 'container' => false, // remove nav container 'container_class' => '', // class of container 'menu' => '', // menu name - 'menu_class' => 'edc', // adding custom nav class - 'theme_location' => 'edc-bar', // where it's located in the theme + 'menu_class' => 'economic', // adding custom nav class + 'theme_location' => 'edc-nav', // where it's located in the theme 'before' => '', // before each link 'after' => '', // after each link 'link_before' => '', // before each link text