From: Anthony Talarico Date: Mon, 7 Dec 2015 15:05:01 +0000 (-0500) Subject: removed placeholder text from datepicker and testing home link on page specific off... X-Git-Tag: v1.0.0^2~127 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=f4a7dd724658dfe868a4e889690b96fa2a3b94be;p=WP-Themes%2Fstaffords.git removed placeholder text from datepicker and testing home link on page specific off canvas menus --- diff --git a/js/app.js b/js/app.js index bd98ba2..57c3e3a 100644 --- 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(""); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 5094572..fd773c2 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -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(""); diff --git a/lib/menu-walker.php b/lib/menu-walker.php index d09fb94..cd44aba 100644 --- a/lib/menu-walker.php +++ b/lib/menu-walker.php @@ -74,6 +74,8 @@ if ( ! function_exists( 'feature_mobile_off_canvas' ) ) { } if ( ! function_exists( 'bay_mobile_off_canvas' ) ) { function bay_mobile_off_canvas() { + echo ''; } } if ( ! function_exists( 'art_mobile_off_canvas' ) ) {