Update mobile menu for noggin room.
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 19 Jan 2018 18:44:42 +0000 (13:44 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 19 Jan 2018 18:44:42 +0000 (13:44 -0500)
Updating text for mobile menu for the noggin room.

lib/menu-walker.php
style.css

index 75edab9..4aebdd3 100644 (file)
@@ -13,11 +13,11 @@ class Feature_Top_Bar_Walker extends Walker_Nav_Menu {
 //        $element->classes[] = ( $element->post_parent == 0 && $mainLevelCounter < 3 ) ? '' : 'drop-left';
         parent::display_element( $element, $children_elements, $max_depth, $depth, $args, $output );
     }
-    
+
 //    function start_el( &$output, $object, $depth = 0, $args = array(), $current_object_id = 0 ) {
 //        $item_html = '';
 //        parent::start_el( $item_html, $object, $depth, $args );
-// 
+//
 //        // Insert style to display page's thumbnail
 //        $item_style = '';
 //        if ($depth == 0 && has_post_thumbnail((int)$object->object_id)) {
@@ -142,7 +142,7 @@ if ( ! function_exists( 'bridge_mobile_off_canvas' ) ) {
   function bridge_mobile_off_canvas() {
       echo '<ul class="left-off-canvas-list">';
       echo '<li class="page_item"><a href="' . get_bloginfo('url') . '">Stafford\'s Home</a></li>';
-      echo '<h3 class="propertyLabel"> Drawbridge Bistro </h3>';
+      echo '<h3 class="propertyLabel"> Noggin Room Pub </h3>';
       wp_nav_menu(array(
           'container' => false,                           // remove nav container
           'container_class' => '',                        // class of container
index 4441f2b..957deff 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Staffords
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for Staffords
-Version: 1.0.42
+Version: 1.0.43
 */