removed placeholder text from datepicker and testing home link on page specific off...
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 7 Dec 2015 15:05:01 +0000 (10:05 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 7 Dec 2015 15:05:01 +0000 (10:05 -0500)
js/app.js
js/custom/pageSetup.js
lib/menu-walker.php

index bd98ba2..57c3e3a 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -39,8 +39,8 @@ $(document).ready(function () {
     ///////off canvas date picker logic //////////////////////////////////////////////
     // Set inputs to default values ///////
     $("#propertyNameOff").val("");
-    $("#arriveOff").val("Arrival Date");
-    $("#departOff").val("Departure Date");
+   // $("#arriveOff").val("Arrival Date");
+   // $("#departOff").val("Departure Date");
     $("#nightsOff").val("");
     $("#adultsOff").val("");
     $("#kidsOff").val("");
index 5094572..fd773c2 100644 (file)
@@ -30,8 +30,8 @@ $(document).ready(function () {
     ///////off canvas date picker logic //////////////////////////////////////////////
     // Set inputs to default values ///////
     $("#propertyNameOff").val("");
-    $("#arriveOff").val("Arrival Date");
-    $("#departOff").val("Departure Date");
+   // $("#arriveOff").val("Arrival Date");
+   // $("#departOff").val("Departure Date");
     $("#nightsOff").val("");
     $("#adultsOff").val("");
     $("#kidsOff").val("");
index d09fb94..cd44aba 100644 (file)
@@ -74,6 +74,8 @@ if ( ! function_exists( 'feature_mobile_off_canvas' ) ) {
 }
 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') . '">Stafford\'s Home</a></li>';
       wp_nav_menu(array(
           'container' => false,                           // remove nav container
           'container_class' => '',                        // class of container
@@ -88,6 +90,7 @@ if ( ! function_exists( 'bay_mobile_off_canvas' ) ) {
           'fallback_cb' => false,                         // fallback function (see below)
           'walker' => new Feature_Offcanvas_Walker()
       ));
+      echo '</ul>';
   }
 }
 if ( ! function_exists( 'art_mobile_off_canvas' ) ) {