From 4a5e54d73f5cb021f0af76ffde05549d11ba7a04 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 21 Feb 2018 11:55:36 -0500 Subject: [PATCH] Testing new theme location names for oc meuns --- lib/navigation.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 -- 2.17.1