uncomplicating thing
authorIan Weller <ian@gaslightmedia.com>
Mon, 26 Oct 2015 20:57:15 +0000 (16:57 -0400)
committerIan Weller <ian@gaslightmedia.com>
Mon, 26 Oct 2015 20:57:15 +0000 (16:57 -0400)
24 files changed:
assets/calendar-icon.jpg [new file with mode: 0644]
functions.php
page_about-interior.php [deleted file]
page_about.php
page_art-gallery-interior.php
page_bay-view-interior.php
page_crooked-river-interior.php
page_drawbridge-interior.php
page_perry-interior.php
page_pier-interior.php
page_pointer-boat-interior.php
page_vacation-interior.php
page_weathervane-interior.php
parts/off-canvas_about.php
parts/off-canvas_art-gallery.php
parts/off-canvas_bay-view.php
parts/off-canvas_crooked-river.php
parts/off-canvas_drawbridge.php
parts/off-canvas_main.php
parts/off-canvas_perry.php
parts/off-canvas_pier.php
parts/off-canvas_pointer-boat.php
parts/off-canvas_vacation.php
parts/off-canvas_weathervane.php

diff --git a/assets/calendar-icon.jpg b/assets/calendar-icon.jpg
new file mode 100644 (file)
index 0000000..2093562
Binary files /dev/null and b/assets/calendar-icon.jpg differ
index b090603..bcd2888 100644 (file)
@@ -92,17 +92,6 @@ register_nav_menus(array(
     'vacation-bar' => 'Vacation Rental Navigation',
     'weathervane-bar' => 'Weathervane Restaurant Navigation',
     'about-bar' => 'About Navigation',
-    'art-canvas' => 'Art Gallery Mobile',
-    'property-canvas' => 'Properties Mobile',
-    'bay-canvas' => 'Bay View Inn Mobile',
-    'river-canvas' => 'Crooked River Lodge Mobile',
-    'bridge-canvas' => 'Drawbridge Bistro Mobile',
-    'perry-canvas' => 'Perry Hotel Mobile',
-    'pier-canvas' => 'Pier Restaurant Mobile',
-    'boat-canvas' => 'Pointer Boat Mobile',
-    'vacation-canvas' => 'Vacation Rental Mobile',
-    'weathervane-canvas' => 'Weathervane Mobile',
-    'about-canvas' => 'About Mobile',
 //  'footer' => 'Footer'
 ));
 
@@ -408,282 +397,6 @@ if (!function_exists('glm_get_clientinfo_option')) {
  * Generate the list of pages as nested ul li list
  */
 
-if ( ! function_exists( 'stafford_mobile_off_canvas' ) ) {
-  function stafford_mobile_off_canvas() {
-      echo '<ul class="left-off-canvas-list">';
-      echo '<li class="page_item"><a href="' . get_bloginfo('url') . '">Home</a></li>';
-      wp_nav_menu(array(
-          'container' => false,                           // remove nav container
-          'container_class' => '',                        // class of container
-          'menu' => '',                                   // menu name
-          'menu_class' => 'off-canvas-list',              // adding custom nav class
-          'theme_location' => 'top-bar',        // where it's located in the theme
-          'before' => '',                                 // before each link <a>
-          'after' => '',                                  // after each link </a>
-          'link_before' => '',                            // before each link text
-          'link_after' => '',                             // after each link text
-          'depth' => 5,                                   // limit the depth of the nav
-          'fallback_cb' => false,                         // fallback function (see below)
-          'items_wrap' => '%3$s',
-          'walker' => new Stafford_Offcanvas_Walker()
-      ));
-      echo '</ul>';
-  }
-}
-if ( ! function_exists( 'art_mobile_off_canvas' ) ) {
-  function art_mobile_off_canvas() {
-      echo '<ul class="left-off-canvas-list">';
-      echo '<li class="page_item"><a href="' . get_bloginfo('url') . '">Home</a></li>';
-      wp_nav_menu(array(
-          'container' => false,                           // remove nav container
-          'container_class' => '',                        // class of container
-          'menu' => '',                                   // menu name
-          'menu_class' => 'off-canvas-list',              // adding custom nav class
-          'theme_location' => 'art-canvas',        // where it's located in the theme
-          'before' => '',                                 // before each link <a>
-          'after' => '',                                  // after each link </a>
-          'link_before' => '',                            // before each link text
-          'link_after' => '',                             // after each link text
-          'depth' => 5,                                   // limit the depth of the nav
-          'fallback_cb' => false,                         // fallback function (see below)
-          'items_wrap' => '%3$s',
-          'walker' => new Stafford_Offcanvas_Walker()
-      ));
-      echo '</ul>';
-  }
-}
-if ( ! function_exists( 'bay_mobile_off_canvas' ) ) {
-  function bay_mobile_off_canvas() {
-      echo '<ul class="left-off-canvas-list">';
-      echo '<li class="page_item"><a href="' . get_bloginfo('url') . '">Home</a></li>';
-      wp_nav_menu(array(
-          'container' => false,                           // remove nav container
-          'container_class' => '',                        // class of container
-          'menu' => '',                                   // menu name
-          'menu_class' => 'off-canvas-list',              // adding custom nav class
-          'theme_location' => 'bay-canvas',        // where it's located in the theme
-          'before' => '',                                 // before each link <a>
-          'after' => '',                                  // after each link </a>
-          'link_before' => '',                            // before each link text
-          'link_after' => '',                             // after each link text
-          'depth' => 5,                                   // limit the depth of the nav
-          'fallback_cb' => false,                         // fallback function (see below)
-          'items_wrap' => '%3$s',
-          'walker' => new Stafford_Offcanvas_Walker()
-      ));
-      echo '</ul>';
-  }
-}
-if ( ! function_exists( 'river_mobile_off_canvas' ) ) {
-  function river_mobile_off_canvas() {
-      echo '<ul class="left-off-canvas-list">';
-      echo '<li class="page_item"><a href="' . get_bloginfo('url') . '">Home</a></li>';
-      wp_nav_menu(array(
-          'container' => false,                           // remove nav container
-          'container_class' => '',                        // class of container
-          'menu' => '',                                   // menu name
-          'menu_class' => 'off-canvas-list',              // adding custom nav class
-          'theme_location' => 'river-canvas',        // where it's located in the theme
-          'before' => '',                                 // before each link <a>
-          'after' => '',                                  // after each link </a>
-          'link_before' => '',                            // before each link text
-          'link_after' => '',                             // after each link text
-          'depth' => 5,                                   // limit the depth of the nav
-          'fallback_cb' => false,                         // fallback function (see below)
-          'items_wrap' => '%3$s',
-          'walker' => new Stafford_Offcanvas_Walker()
-      ));
-      echo '</ul>';
-  }
-}
-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') . '">Home</a></li>';
-      wp_nav_menu(array(
-          'container' => false,                           // remove nav container
-          'container_class' => '',                        // class of container
-          'menu' => '',                                   // menu name
-          'menu_class' => 'off-canvas-list',              // adding custom nav class
-          'theme_location' => 'bridge-canvas',        // where it's located in the theme
-          'before' => '',                                 // before each link <a>
-          'after' => '',                                  // after each link </a>
-          'link_before' => '',                            // before each link text
-          'link_after' => '',                             // after each link text
-          'depth' => 5,                                   // limit the depth of the nav
-          'fallback_cb' => false,                         // fallback function (see below)
-          'items_wrap' => '%3$s',
-          'walker' => new Stafford_Offcanvas_Walker()
-      ));
-      echo '</ul>';
-  }
-}
-if ( ! function_exists( 'perry_mobile_off_canvas' ) ) {
-  function perry_mobile_off_canvas() {
-      echo '<ul class="left-off-canvas-list">';
-      echo '<li class="page_item"><a href="' . get_bloginfo('url') . '">Home</a></li>';
-      wp_nav_menu(array(
-          'container' => false,                           // remove nav container
-          'container_class' => '',                        // class of container
-          'menu' => '',                                   // menu name
-          'menu_class' => 'off-canvas-list',              // adding custom nav class
-          'theme_location' => 'perry-canvas',        // where it's located in the theme
-          'before' => '',                                 // before each link <a>
-          'after' => '',                                  // after each link </a>
-          'link_before' => '',                            // before each link text
-          'link_after' => '',                             // after each link text
-          'depth' => 5,                                   // limit the depth of the nav
-          'fallback_cb' => false,                         // fallback function (see below)
-          'items_wrap' => '%3$s',
-          'walker' => new Stafford_Offcanvas_Walker()
-      ));
-      echo '</ul>';
-  }
-}if ( ! function_exists( 'pier_mobile_off_canvas' ) ) {
-  function pier_mobile_off_canvas() {
-      echo '<ul class="left-off-canvas-list">';
-      echo '<li class="page_item"><a href="' . get_bloginfo('url') . '">Home</a></li>';
-      wp_nav_menu(array(
-          'container' => false,                           // remove nav container
-          'container_class' => '',                        // class of container
-          'menu' => '',                                   // menu name
-          'menu_class' => 'off-canvas-list',              // adding custom nav class
-          'theme_location' => 'pier-canvas',        // where it's located in the theme
-          'before' => '',                                 // before each link <a>
-          'after' => '',                                  // after each link </a>
-          'link_before' => '',                            // before each link text
-          'link_after' => '',                             // after each link text
-          'depth' => 5,                                   // limit the depth of the nav
-          'fallback_cb' => false,                         // fallback function (see below)
-          'items_wrap' => '%3$s',
-          'walker' => new Stafford_Offcanvas_Walker()
-      ));
-      echo '</ul>';
-  }
-}
-if ( ! function_exists( 'boat_mobile_off_canvas' ) ) {
-  function boat_mobile_off_canvas() {
-      echo '<ul class="left-off-canvas-list">';
-      echo '<li class="page_item"><a href="' . get_bloginfo('url') . '">Home</a></li>';
-      wp_nav_menu(array(
-          'container' => false,                           // remove nav container
-          'container_class' => '',                        // class of container
-          'menu' => '',                                   // menu name
-          'menu_class' => 'off-canvas-list',              // adding custom nav class
-          'theme_location' => 'boat-canvas',        // where it's located in the theme
-          'before' => '',                                 // before each link <a>
-          'after' => '',                                  // after each link </a>
-          'link_before' => '',                            // before each link text
-          'link_after' => '',                             // after each link text
-          'depth' => 5,                                   // limit the depth of the nav
-          'fallback_cb' => false,                         // fallback function (see below)
-          'items_wrap' => '%3$s',
-          'walker' => new Stafford_Offcanvas_Walker()
-      ));
-      echo '</ul>';
-  }
-}
-if ( ! function_exists( 'vacation_mobile_off_canvas' ) ) {
-  function vacation_mobile_off_canvas() {
-      echo '<ul class="left-off-canvas-list">';
-      echo '<li class="page_item"><a href="' . get_bloginfo('url') . '">Home</a></li>';
-      wp_nav_menu(array(
-          'container' => false,                           // remove nav container
-          'container_class' => '',                        // class of container
-          'menu' => '',                                   // menu name
-          'menu_class' => 'off-canvas-list',              // adding custom nav class
-          'theme_location' => 'vacation-canvas',        // where it's located in the theme
-          'before' => '',                                 // before each link <a>
-          'after' => '',                                  // after each link </a>
-          'link_before' => '',                            // before each link text
-          'link_after' => '',                             // after each link text
-          'depth' => 5,                                   // limit the depth of the nav
-          'fallback_cb' => false,                         // fallback function (see below)
-          'items_wrap' => '%3$s',
-          'walker' => new Stafford_Offcanvas_Walker()
-      ));
-      echo '</ul>';
-  }
-}
-if ( ! function_exists( 'weathervane_mobile_off_canvas' ) ) {
-  function weathervane_mobile_off_canvas() {
-      echo '<ul class="left-off-canvas-list">';
-      echo '<li class="page_item"><a href="' . get_bloginfo('url') . '">Home</a></li>';
-      wp_nav_menu(array(
-          'container' => false,                           // remove nav container
-          'container_class' => '',                        // class of container
-          'menu' => '',                                   // menu name
-          'menu_class' => 'off-canvas-list',              // adding custom nav class
-          'theme_location' => 'weathervane-canvas',        // where it's located in the theme
-          'before' => '',                                 // before each link <a>
-          'after' => '',                                  // after each link </a>
-          'link_before' => '',                            // before each link text
-          'link_after' => '',                             // after each link text
-          'depth' => 5,                                   // limit the depth of the nav
-          'fallback_cb' => false,                         // fallback function (see below)
-          'items_wrap' => '%3$s',
-          'walker' => new Stafford_Offcanvas_Walker()
-      ));
-      echo '</ul>';
-  }
-}
-if ( ! function_exists( 'about_mobile_off_canvas' ) ) {
-  function about_mobile_off_canvas() {
-      echo '<ul class="left-off-canvas-list">';
-      echo '<li class="page_item"><a href="' . get_bloginfo('url') . '">Home</a></li>';
-      wp_nav_menu(array(
-          'container' => false,                           // remove nav container
-          'container_class' => '',                        // class of container
-          'menu' => '',                                   // menu name
-          'menu_class' => 'off-canvas-list',              // adding custom nav class
-          'theme_location' => 'about-canvas',        // where it's located in the theme
-          'before' => '',                                 // before each link <a>
-          'after' => '',                                  // after each link </a>
-          'link_before' => '',                            // before each link text
-          'link_after' => '',                             // after each link text
-          'depth' => 5,                                   // limit the depth of the nav
-          'fallback_cb' => false,                         // fallback function (see below)
-          'items_wrap' => '%3$s',
-          'walker' => new Stafford_Offcanvas_Walker()
-      ));
-      echo '</ul>';
-  }
-}
-if ( ! class_exists( 'Stafford_Offcanvas_Walker' ) ) :
-class Stafford_Offcanvas_Walker extends Walker_Nav_Menu {
-
-    function display_element( $element, &$children_elements, $max_depth, $depth = 0, $args, &$output ) {
-        $element->has_children = ! empty( $children_elements[ $element->ID ] );
-        $element->classes[] = ( $element->current || $element->current_item_ancestor ) ? 'active' : '';
-        $element->classes[] = ( $element->has_children && 1 !== $max_depth ) ? 'page_item_has_children' : '';
-        $element->classes[] = 'page_item';
-
-        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 );
-
-        $classes = empty( $object->classes ) ? array() : (array) $object->classes;
-
-        if ( in_array( 'label', $classes ) ) {
-            $item_html = preg_replace( '/<a[^>]*>(.*)<\/a>/iU', '<label>$1</label>', $item_html );
-        }
-
-        $output .= $item_html;
-    }
-
-    function start_lvl( &$output, $depth = 0, $args = array() ) {
-        $output .= "\n<ul class=\"children\">\n";
-    }
-
-    function end_lvl(&$output, $depth = 0, $args = array()){
-        $output .= '</ul>';
-    }
-
-}
-endif;
 add_theme_support('post-thumbnails');
 set_post_thumbnail_size(120, 100, true);
 /**
diff --git a/page_about-interior.php b/page_about-interior.php
deleted file mode 100644 (file)
index 6a99367..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-/*
-Template Name: About Page Interior
-*/
-?>
-<?php get_header(); ?>
-    <header id="about-head">
-        <?php get_template_part('parts/top-bar_about');?>
-    </header>
-    <?php get_template_part('parts/off-canvas_about');?>
-    <?php get_template_part('parts/head-image');?>
-    <?php get_template_part('parts/interior-page');?>    
-<?php get_footer(); ?>
\ No newline at end of file
index 856df1c..cb1d0e7 100644 (file)
@@ -7,7 +7,7 @@ Template Name: About Page
     <header id="about-head">
         <?php get_template_part('parts/top-bar_about');?>
     </header>
-    <?php get_template_part('parts/slide-show');?>
+    <?php get_template_part('parts/head-image');?>
     <?php get_template_part('parts/off-canvas_about');?>
-    <?php get_template_part('parts/first-page');?>    
+    <?php get_template_part('parts/interior-page');?>    
 <?php get_footer(); ?>
\ No newline at end of file
index 389c5ad..b92f9b7 100644 (file)
@@ -6,8 +6,8 @@ Template Name: Stafford's Art Gallery Interior
 <?php get_header(); ?>
     <header id="art-head">
         <?php get_template_part('parts/top-bar_art-gallery');?>
+        <?php get_template_part('parts/head-image');?>
     </header>
-    <?php get_template_part('parts/head-image');?>
     <?php get_template_part('parts/off-canvas_art-gallery'); ?>
     <?php get_template_part('parts/interior-page');?>    
 <?php get_footer(); ?>
\ No newline at end of file
index fde8d0d..4eb5775 100644 (file)
@@ -6,8 +6,8 @@ Template Name: Bay View Inn Interior
 <?php get_header(); ?>
     <header id="bay-head">
         <?php get_template_part('parts/top-bar_bay-view');?>
+        <?php get_template_part('parts/head-image');?>
     </header>
-    <?php get_template_part('parts/head-image');?>
     <?php get_template_part('parts/off-canvas_bay-view'); ?>
     <?php get_template_part('parts/interior-page');?>    
 <?php get_footer(); ?>
\ No newline at end of file
index 969ccdd..592fc85 100644 (file)
@@ -6,8 +6,8 @@ Template Name: Crooked River Lodge Interior
 <?php get_header(); ?>
     <header id="crooked-head">
         <?php get_template_part('parts/top-bar_crooked-river');?>
+        <?php get_template_part('parts/head-image');?>
     </header>
     <?php get_template_part('parts/off-canvas_crooked-river'); ?>
-    <?php get_template_part('parts/head-image');?>
     <?php get_template_part('parts/interior-page');?>    
 <?php get_footer(); ?>
\ No newline at end of file
index ee520ae..ef65eaf 100644 (file)
@@ -6,8 +6,8 @@ Template Name: Drawbridge Bistro Interior
 <?php get_header(); ?>
     <header id="drawbridge-head">
         <?php get_template_part('parts/top-bar_drawbridge');?>
+        <?php get_template_part('parts/head-image');?>
     </header>
     <?php get_template_part('parts/off-canvas_drawbridge');?>
-    <?php get_template_part('parts/head-image');?>
     <?php get_template_part('parts/interior-page');?>    
 <?php get_footer(); ?>
\ No newline at end of file
index 8d99dce..a34eee9 100644 (file)
@@ -6,8 +6,8 @@ Template Name: Perry Hotel Interior
 <?php get_header(); ?>
     <header id="perry-head">
         <?php get_template_part('parts/top-bar_perry');?>
+        <?php get_template_part('parts/head-image');?>
     </header>
-    <?php get_template_part('parts/head-image');?>
     <?php get_template_part('parts/off-canvas_perry');?>
     <?php get_template_part('parts/interior-page');?>    
 <?php get_footer(); ?>
\ No newline at end of file
index f274eb0..8b9ec02 100644 (file)
@@ -6,8 +6,8 @@ Template Name: Pier Restaurant Interior
 <?php get_header(); ?>
     <header id="pier-head">
         <?php get_template_part('parts/top-bar_pier');?>
+        <?php get_template_part('parts/head-image');?>
     </header>
     <?php get_template_part('parts/off-canvas_pier');?>
-    <?php get_template_part('parts/head-image');?>
     <?php get_template_part('parts/interior-page');?>    
 <?php get_footer(); ?>
\ No newline at end of file
index 55debb0..aa15cc4 100644 (file)
@@ -6,8 +6,8 @@ Template Name: The Pointer Boat Interior
 <?php get_header(); ?>
     <header id="boat-head">
         <?php get_template_part('parts/top-bar_pointer-boat');?>
+        <?php get_template_part('parts/head-image');?>
     </header>
     <?php get_template_part('parts/off-canvas_pointer-boat');?>
-    <?php get_template_part('parts/head-image');?>
     <?php get_template_part('parts/interior-page');?>    
 <?php get_footer(); ?>
\ No newline at end of file
index 1834ed0..ceaa80f 100644 (file)
@@ -6,8 +6,8 @@ Template Name: Vacation Rentals Interior
 <?php get_header(); ?>
     <header id="vacation-head">
         <?php get_template_part('parts/top-bar_vacation');?>
+        <?php get_template_part('parts/head-image');?>
     </header>
     <?php get_template_part('parts/off-canvas_vacation');?>
-    <?php get_template_part('parts/head-image');?>
     <?php get_template_part('parts/interior-page');?>    
 <?php get_footer(); ?>
\ No newline at end of file
index 83f9189..288fcef 100644 (file)
@@ -6,8 +6,8 @@ Template Name: Weathervane Resturant Interior
 <?php get_header(); ?>
     <header id="weathervane-head">
         <?php get_template_part('parts/top-bar_weathervane');?>
+        <?php get_template_part('parts/head-image');?>
     </header>
     <?php get_template_part('parts/off-canvas_weathervane');?>
-    <?php get_template_part('parts/head-image');?>
     <?php get_template_part('parts/interior-page');?>    
 <?php get_footer(); ?>
\ No newline at end of file
index 82f78d4..f3e42a7 100644 (file)
@@ -1,35 +1,37 @@
 <aside class="left-off-canvas-menu hide-for-large-up">
-    <?php about_mobile_off_canvas(); ?>
+    <?php about_top_bar(); ?>
     <?php get_template_part('parts/client-info-offcanvas');?>
 </aside>
 <aside class="right-off-canvas-menu">
     <div class="row">
         <div class="small-11 small-centered columns text-center">
-            <span>Book Now</span>
+            <span>Reservations</span>
         </div>
     </div>
     <form method="post">
         <div class="row">
             <div class="small-12 res-search columns">
-                <input type="text" placeholder="Search by property, keywords, or destination" name="s">
+                <input type="text" placeholder="Property" name="s">
             </div>
-            <div class="small-6 res-date columns">
+            <div class="small-12 res-date columns">
                 <input type="text" placeholder="Arrive" name="datepicker1" required="required"><img src="<?php echo get_template_directory_uri(); ?>/assets/calendar-icon.jpg">
             </div>
-            <div class="small-6 res-date columns">
+            <div class="small-12 res-date columns">
                 <input type="text" placeholder="Depart" name="datepicker2" required="required"><img src="<?php echo get_template_directory_uri(); ?>/assets/calendar-icon.jpg">
             </div>
+            <div class="small-12 columns">
+                <input type="text" placeholder="Number of Nights">
+            </div>
+            <div class="small-6 guest columns">
+                <input type="text" placeholder="Adults" >                
+            </div>
             <div class="small-6 guest columns">
-                <input type="text" placeholder="Guests" >
-                <img class="icon-people" src="<?php echo get_template_directory_uri(); ?>/assets/people-icon.jpg">
+                <input type="text" placeholder="Kids" >                
             </div>
-            <div class="small-6 columns">
-                <input class="res-button" type="submit" value="Search">
+            <div class="small-6 small-centered columns">
+                <input class="res-button" type="submit" value="Book Now">
             </div>
         </div>
     </form>
-    <ul class="offcavas-social-list">
-        
-    </ul>
 
 </aside>
\ No newline at end of file
index d5694ab..ad531fa 100644 (file)
@@ -1,35 +1,37 @@
 <aside class="left-off-canvas-menu hide-for-large-up">
-    <?php art_mobile_off_canvas(); ?>
+    <?php art_top_bar(); ?>
     <?php get_template_part('parts/client-info-offcanvas');?>
 </aside>
 <aside class="right-off-canvas-menu">
     <div class="row">
         <div class="small-11 small-centered columns text-center">
-            <span>Book Now</span>
+            <span>Reservations</span>
         </div>
     </div>
     <form method="post">
         <div class="row">
             <div class="small-12 res-search columns">
-                <input type="text" placeholder="Search by property, keywords, or destination" name="s">
+                <input type="text" placeholder="Property" name="s">
             </div>
-            <div class="small-6 res-date columns">
+            <div class="small-12 res-date columns">
                 <input type="text" placeholder="Arrive" name="datepicker1" required="required"><img src="<?php echo get_template_directory_uri(); ?>/assets/calendar-icon.jpg">
             </div>
-            <div class="small-6 res-date columns">
+            <div class="small-12 res-date columns">
                 <input type="text" placeholder="Depart" name="datepicker2" required="required"><img src="<?php echo get_template_directory_uri(); ?>/assets/calendar-icon.jpg">
             </div>
+            <div class="small-12 columns">
+                <input type="text" placeholder="Number of Nights">
+            </div>
+            <div class="small-6 guest columns">
+                <input type="text" placeholder="Adults" >                
+            </div>
             <div class="small-6 guest columns">
-                <input type="text" placeholder="Guests" >
-                <img class="icon-people" src="<?php echo get_template_directory_uri(); ?>/assets/people-icon.jpg">
+                <input type="text" placeholder="Kids" >                
             </div>
-            <div class="small-6 columns">
-                <input class="res-button" type="submit" value="Search">
+            <div class="small-6 small-centered columns">
+                <input class="res-button" type="submit" value="Book Now">
             </div>
         </div>
     </form>
-    <ul class="offcavas-social-list">
-        
-    </ul>
 
 </aside>
\ No newline at end of file
index ecbb391..5915ae4 100644 (file)
@@ -1,35 +1,37 @@
 <aside class="left-off-canvas-menu hide-for-large-up">
-    <?php bay_mobile_off_canvas(); ?>
+    <?php bay_top_bar(); ?>
     <?php get_template_part('parts/client-info-offcanvas');?>
 </aside>
 <aside class="right-off-canvas-menu">
     <div class="row">
         <div class="small-11 small-centered columns text-center">
-            <span>Book Now</span>
+            <span>Reservations</span>
         </div>
     </div>
     <form method="post">
         <div class="row">
             <div class="small-12 res-search columns">
-                <input type="text" placeholder="Search by property, keywords, or destination" name="s">
+                <input type="text" placeholder="Property" name="s">
             </div>
-            <div class="small-6 res-date columns">
+            <div class="small-12 res-date columns">
                 <input type="text" placeholder="Arrive" name="datepicker1" required="required"><img src="<?php echo get_template_directory_uri(); ?>/assets/calendar-icon.jpg">
             </div>
-            <div class="small-6 res-date columns">
+            <div class="small-12 res-date columns">
                 <input type="text" placeholder="Depart" name="datepicker2" required="required"><img src="<?php echo get_template_directory_uri(); ?>/assets/calendar-icon.jpg">
             </div>
+            <div class="small-12 columns">
+                <input type="text" placeholder="Number of Nights">
+            </div>
+            <div class="small-6 guest columns">
+                <input type="text" placeholder="Adults" >                
+            </div>
             <div class="small-6 guest columns">
-                <input type="text" placeholder="Guests" >
-                <img class="icon-people" src="<?php echo get_template_directory_uri(); ?>/assets/people-icon.jpg">
+                <input type="text" placeholder="Kids" >                
             </div>
-            <div class="small-6 columns">
-                <input class="res-button" type="submit" value="Search">
+            <div class="small-6 small-centered columns">
+                <input class="res-button" type="submit" value="Book Now">
             </div>
         </div>
     </form>
-    <ul class="offcavas-social-list">
-        
-    </ul>
 
 </aside>
\ No newline at end of file
index 07c4207..cb350b2 100644 (file)
@@ -1,35 +1,37 @@
 <aside class="left-off-canvas-menu hide-for-large-up">
-    <?php river_mobile_off_canvas(); ?>
+    <?php river_top_bar(); ?>
     <?php get_template_part('parts/client-info-offcanvas');?>
 </aside>
 <aside class="right-off-canvas-menu">
     <div class="row">
         <div class="small-11 small-centered columns text-center">
-            <span>Book Now</span>
+            <span>Reservations</span>
         </div>
     </div>
     <form method="post">
         <div class="row">
             <div class="small-12 res-search columns">
-                <input type="text" placeholder="Search by property, keywords, or destination" name="s">
+                <input type="text" placeholder="Property" name="s">
             </div>
-            <div class="small-6 res-date columns">
+            <div class="small-12 res-date columns">
                 <input type="text" placeholder="Arrive" name="datepicker1" required="required"><img src="<?php echo get_template_directory_uri(); ?>/assets/calendar-icon.jpg">
             </div>
-            <div class="small-6 res-date columns">
+            <div class="small-12 res-date columns">
                 <input type="text" placeholder="Depart" name="datepicker2" required="required"><img src="<?php echo get_template_directory_uri(); ?>/assets/calendar-icon.jpg">
             </div>
+            <div class="small-12 columns">
+                <input type="text" placeholder="Number of Nights">
+            </div>
+            <div class="small-6 guest columns">
+                <input type="text" placeholder="Adults" >                
+            </div>
             <div class="small-6 guest columns">
-                <input type="text" placeholder="Guests" >
-                <img class="icon-people" src="<?php echo get_template_directory_uri(); ?>/assets/people-icon.jpg">
+                <input type="text" placeholder="Kids" >                
             </div>
-            <div class="small-6 columns">
-                <input class="res-button" type="submit" value="Search">
+            <div class="small-6 small-centered columns">
+                <input class="res-button" type="submit" value="Book Now">
             </div>
         </div>
     </form>
-    <ul class="offcavas-social-list">
-        
-    </ul>
 
 </aside>
\ No newline at end of file
index 82852a1..013c30b 100644 (file)
@@ -1,35 +1,37 @@
 <aside class="left-off-canvas-menu hide-for-large-up">
-    <?php bridge_mobile_off_canvas(); ?>
+    <?php bridge_top_bar(); ?>
     <?php get_template_part('parts/client-info-offcanvas');?>
 </aside>
 <aside class="right-off-canvas-menu">
     <div class="row">
         <div class="small-11 small-centered columns text-center">
-            <span>Book Now</span>
+            <span>Reservations</span>
         </div>
     </div>
     <form method="post">
         <div class="row">
             <div class="small-12 res-search columns">
-                <input type="text" placeholder="Search by property, keywords, or destination" name="s">
+                <input type="text" placeholder="Property" name="s">
             </div>
-            <div class="small-6 res-date columns">
+            <div class="small-12 res-date columns">
                 <input type="text" placeholder="Arrive" name="datepicker1" required="required"><img src="<?php echo get_template_directory_uri(); ?>/assets/calendar-icon.jpg">
             </div>
-            <div class="small-6 res-date columns">
+            <div class="small-12 res-date columns">
                 <input type="text" placeholder="Depart" name="datepicker2" required="required"><img src="<?php echo get_template_directory_uri(); ?>/assets/calendar-icon.jpg">
             </div>
+            <div class="small-12 columns">
+                <input type="text" placeholder="Number of Nights">
+            </div>
+            <div class="small-6 guest columns">
+                <input type="text" placeholder="Adults" >                
+            </div>
             <div class="small-6 guest columns">
-                <input type="text" placeholder="Guests" >
-                <img class="icon-people" src="<?php echo get_template_directory_uri(); ?>/assets/people-icon.jpg">
+                <input type="text" placeholder="Kids" >                
             </div>
-            <div class="small-6 columns">
-                <input class="res-button" type="submit" value="Search">
+            <div class="small-6 small-centered columns">
+                <input class="res-button" type="submit" value="Book Now">
             </div>
         </div>
     </form>
-    <ul class="offcavas-social-list">
-        
-    </ul>
 
 </aside>
\ No newline at end of file
index 532554b..23fb258 100644 (file)
@@ -1,35 +1,37 @@
 <aside class="left-off-canvas-menu hide-for-large-up">
-    <?php stafford_mobile_off_canvas(); ?>
+    <?php feature_top_bar(); ?>
     <?php get_template_part('parts/client-info-offcanvas');?>
 </aside>
 <aside class="right-off-canvas-menu">
     <div class="row">
         <div class="small-11 small-centered columns text-center">
-            <span>Book Now</span>
+            <span>Reservations</span>
         </div>
     </div>
     <form method="post">
         <div class="row">
             <div class="small-12 res-search columns">
-                <input type="text" placeholder="Search by property, keywords, or destination" name="s">
+                <input type="text" placeholder="Property" name="s">
             </div>
-            <div class="small-6 res-date columns">
+            <div class="small-12 res-date columns">
                 <input type="text" placeholder="Arrive" name="datepicker1" required="required"><img src="<?php echo get_template_directory_uri(); ?>/assets/calendar-icon.jpg">
             </div>
-            <div class="small-6 res-date columns">
+            <div class="small-12 res-date columns">
                 <input type="text" placeholder="Depart" name="datepicker2" required="required"><img src="<?php echo get_template_directory_uri(); ?>/assets/calendar-icon.jpg">
             </div>
+            <div class="small-12 columns">
+                <input type="text" placeholder="Number of Nights">
+            </div>
+            <div class="small-6 guest columns">
+                <input type="text" placeholder="Adults" >                
+            </div>
             <div class="small-6 guest columns">
-                <input type="text" placeholder="Guests" >
-                <img class="icon-people" src="<?php echo get_template_directory_uri(); ?>/assets/people-icon.jpg">
+                <input type="text" placeholder="Kids" >                
             </div>
-            <div class="small-6 columns">
-                <input class="res-button" type="submit" value="Search">
+            <div class="small-6 small-centered columns">
+                <input class="res-button" type="submit" value="Book Now">
             </div>
         </div>
     </form>
-    <ul class="offcavas-social-list">
-        
-    </ul>
 
 </aside>
\ No newline at end of file
index e0b670b..dbbd72d 100644 (file)
@@ -1,35 +1,37 @@
 <aside class="left-off-canvas-menu hide-for-large-up">
-    <?php perry_mobile_off_canvas(); ?>
+    <?php perry_top_bar(); ?>
     <?php get_template_part('parts/client-info-offcanvas');?>
 </aside>
 <aside class="right-off-canvas-menu">
     <div class="row">
         <div class="small-11 small-centered columns text-center">
-            <span>Book Now</span>
+            <span>Reservations</span>
         </div>
     </div>
     <form method="post">
         <div class="row">
             <div class="small-12 res-search columns">
-                <input type="text" placeholder="Search by property, keywords, or destination" name="s">
+                <input type="text" placeholder="Property" name="s">
             </div>
-            <div class="small-6 res-date columns">
+            <div class="small-12 res-date columns">
                 <input type="text" placeholder="Arrive" name="datepicker1" required="required"><img src="<?php echo get_template_directory_uri(); ?>/assets/calendar-icon.jpg">
             </div>
-            <div class="small-6 res-date columns">
+            <div class="small-12 res-date columns">
                 <input type="text" placeholder="Depart" name="datepicker2" required="required"><img src="<?php echo get_template_directory_uri(); ?>/assets/calendar-icon.jpg">
             </div>
+            <div class="small-12 columns">
+                <input type="text" placeholder="Number of Nights">
+            </div>
+            <div class="small-6 guest columns">
+                <input type="text" placeholder="Adults" >                
+            </div>
             <div class="small-6 guest columns">
-                <input type="text" placeholder="Guests" >
-                <img class="icon-people" src="<?php echo get_template_directory_uri(); ?>/assets/people-icon.jpg">
+                <input type="text" placeholder="Kids" >                
             </div>
-            <div class="small-6 columns">
-                <input class="res-button" type="submit" value="Search">
+            <div class="small-6 small-centered columns">
+                <input class="res-button" type="submit" value="Book Now">
             </div>
         </div>
     </form>
-    <ul class="offcavas-social-list">
-        
-    </ul>
 
 </aside>
\ No newline at end of file
index 34ffd44..32e4bb1 100644 (file)
@@ -1,35 +1,37 @@
 <aside class="left-off-canvas-menu hide-for-large-up">
-    <?php pier_mobile_off_canvas(); ?>
+    <?php pier_top_bar(); ?>
     <?php get_template_part('parts/client-info-offcanvas');?>
 </aside>
 <aside class="right-off-canvas-menu">
     <div class="row">
         <div class="small-11 small-centered columns text-center">
-            <span>Book Now</span>
+            <span>Reservations</span>
         </div>
     </div>
     <form method="post">
         <div class="row">
             <div class="small-12 res-search columns">
-                <input type="text" placeholder="Search by property, keywords, or destination" name="s">
+                <input type="text" placeholder="Property" name="s">
             </div>
-            <div class="small-6 res-date columns">
+            <div class="small-12 res-date columns">
                 <input type="text" placeholder="Arrive" name="datepicker1" required="required"><img src="<?php echo get_template_directory_uri(); ?>/assets/calendar-icon.jpg">
             </div>
-            <div class="small-6 res-date columns">
+            <div class="small-12 res-date columns">
                 <input type="text" placeholder="Depart" name="datepicker2" required="required"><img src="<?php echo get_template_directory_uri(); ?>/assets/calendar-icon.jpg">
             </div>
+            <div class="small-12 columns">
+                <input type="text" placeholder="Number of Nights">
+            </div>
+            <div class="small-6 guest columns">
+                <input type="text" placeholder="Adults" >                
+            </div>
             <div class="small-6 guest columns">
-                <input type="text" placeholder="Guests" >
-                <img class="icon-people" src="<?php echo get_template_directory_uri(); ?>/assets/people-icon.jpg">
+                <input type="text" placeholder="Kids" >                
             </div>
-            <div class="small-6 columns">
-                <input class="res-button" type="submit" value="Search">
+            <div class="small-6 small-centered columns">
+                <input class="res-button" type="submit" value="Book Now">
             </div>
         </div>
     </form>
-    <ul class="offcavas-social-list">
-        
-    </ul>
 
 </aside>
\ No newline at end of file
index 5e112c6..b7c02c9 100644 (file)
@@ -1,35 +1,37 @@
 <aside class="left-off-canvas-menu hide-for-large-up">
-    <?php boat_mobile_off_canvas(); ?>
+    <?php boat_top_bar(); ?>
     <?php get_template_part('parts/client-info-offcanvas');?>
 </aside>
 <aside class="right-off-canvas-menu">
     <div class="row">
         <div class="small-11 small-centered columns text-center">
-            <span>Book Now</span>
+            <span>Reservations</span>
         </div>
     </div>
     <form method="post">
         <div class="row">
             <div class="small-12 res-search columns">
-                <input type="text" placeholder="Search by property, keywords, or destination" name="s">
+                <input type="text" placeholder="Property" name="s">
             </div>
-            <div class="small-6 res-date columns">
+            <div class="small-12 res-date columns">
                 <input type="text" placeholder="Arrive" name="datepicker1" required="required"><img src="<?php echo get_template_directory_uri(); ?>/assets/calendar-icon.jpg">
             </div>
-            <div class="small-6 res-date columns">
+            <div class="small-12 res-date columns">
                 <input type="text" placeholder="Depart" name="datepicker2" required="required"><img src="<?php echo get_template_directory_uri(); ?>/assets/calendar-icon.jpg">
             </div>
+            <div class="small-12 columns">
+                <input type="text" placeholder="Number of Nights">
+            </div>
+            <div class="small-6 guest columns">
+                <input type="text" placeholder="Adults" >                
+            </div>
             <div class="small-6 guest columns">
-                <input type="text" placeholder="Guests" >
-                <img class="icon-people" src="<?php echo get_template_directory_uri(); ?>/assets/people-icon.jpg">
+                <input type="text" placeholder="Kids" >                
             </div>
-            <div class="small-6 columns">
-                <input class="res-button" type="submit" value="Search">
+            <div class="small-6 small-centered columns">
+                <input class="res-button" type="submit" value="Book Now">
             </div>
         </div>
     </form>
-    <ul class="offcavas-social-list">
-        
-    </ul>
 
 </aside>
\ No newline at end of file
index d2ed1c4..fc0f72a 100644 (file)
@@ -1,35 +1,37 @@
 <aside class="left-off-canvas-menu hide-for-large-up">
-    <?php vacation_mobile_off_canvas(); ?>
+    <?php vacation_top_bar(); ?>
     <?php get_template_part('parts/client-info-offcanvas');?>
 </aside>
 <aside class="right-off-canvas-menu">
     <div class="row">
         <div class="small-11 small-centered columns text-center">
-            <span>Book Now</span>
+            <span>Reservations</span>
         </div>
     </div>
     <form method="post">
         <div class="row">
             <div class="small-12 res-search columns">
-                <input type="text" placeholder="Search by property, keywords, or destination" name="s">
+                <input type="text" placeholder="Property" name="s">
             </div>
-            <div class="small-6 res-date columns">
+            <div class="small-12 res-date columns">
                 <input type="text" placeholder="Arrive" name="datepicker1" required="required"><img src="<?php echo get_template_directory_uri(); ?>/assets/calendar-icon.jpg">
             </div>
-            <div class="small-6 res-date columns">
+            <div class="small-12 res-date columns">
                 <input type="text" placeholder="Depart" name="datepicker2" required="required"><img src="<?php echo get_template_directory_uri(); ?>/assets/calendar-icon.jpg">
             </div>
+            <div class="small-12 columns">
+                <input type="text" placeholder="Number of Nights">
+            </div>
+            <div class="small-6 guest columns">
+                <input type="text" placeholder="Adults" >                
+            </div>
             <div class="small-6 guest columns">
-                <input type="text" placeholder="Guests" >
-                <img class="icon-people" src="<?php echo get_template_directory_uri(); ?>/assets/people-icon.jpg">
+                <input type="text" placeholder="Kids" >                
             </div>
-            <div class="small-6 columns">
-                <input class="res-button" type="submit" value="Search">
+            <div class="small-6 small-centered columns">
+                <input class="res-button" type="submit" value="Book Now">
             </div>
         </div>
     </form>
-    <ul class="offcavas-social-list">
-        
-    </ul>
 
 </aside>
\ No newline at end of file
index d1790eb..ac27013 100644 (file)
@@ -1,35 +1,37 @@
 <aside class="left-off-canvas-menu hide-for-large-up">
-    <?php weathervane_mobile_off_canvas(); ?>
+    <?php weathervane_top_bar(); ?>
     <?php get_template_part('parts/client-info-offcanvas');?>
 </aside>
 <aside class="right-off-canvas-menu">
     <div class="row">
         <div class="small-11 small-centered columns text-center">
-            <span>Book Now</span>
+            <span>Reservations</span>
         </div>
     </div>
     <form method="post">
         <div class="row">
             <div class="small-12 res-search columns">
-                <input type="text" placeholder="Search by property, keywords, or destination" name="s">
+                <input type="text" placeholder="Property" name="s">
             </div>
-            <div class="small-6 res-date columns">
+            <div class="small-12 res-date columns">
                 <input type="text" placeholder="Arrive" name="datepicker1" required="required"><img src="<?php echo get_template_directory_uri(); ?>/assets/calendar-icon.jpg">
             </div>
-            <div class="small-6 res-date columns">
+            <div class="small-12 res-date columns">
                 <input type="text" placeholder="Depart" name="datepicker2" required="required"><img src="<?php echo get_template_directory_uri(); ?>/assets/calendar-icon.jpg">
             </div>
+            <div class="small-12 columns">
+                <input type="text" placeholder="Number of Nights">
+            </div>
+            <div class="small-6 guest columns">
+                <input type="text" placeholder="Adults" >                
+            </div>
             <div class="small-6 guest columns">
-                <input type="text" placeholder="Guests" >
-                <img class="icon-people" src="<?php echo get_template_directory_uri(); ?>/assets/people-icon.jpg">
+                <input type="text" placeholder="Kids" >                
             </div>
-            <div class="small-6 columns">
-                <input class="res-button" type="submit" value="Search">
+            <div class="small-6 small-centered columns">
+                <input class="res-button" type="submit" value="Book Now">
             </div>
         </div>
     </form>
-    <ul class="offcavas-social-list">
-        
-    </ul>
 
 </aside>