Bottom tab wasn't pressable due to disabled jquery function. Fixed.
authorLaury GvR <laury@gaslightmedia.com>
Thu, 5 Nov 2015 15:57:58 +0000 (10:57 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 5 Nov 2015 15:57:58 +0000 (10:57 -0500)
js/app.js
js/custom/sticky-footer.js
parts/search.php

index e005744..619947a 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -34,8 +34,8 @@ $(document).ready(function () {
 //  $('#connect').css({'position' : position});
 //});
 //
-//function get_footer_position() {
-//    return 'fixed';
+function get_footer_position() {
+    return 'fixed';
 //  if ($(window).width() < 640) {
 //      $("#connect").css('padding-bottom','53px');
 //    return 'relative';
index 42a58f3..63191d8 100644 (file)
@@ -14,8 +14,8 @@
 //  $('#connect').css({'position' : position});
 //});
 //
-//function get_footer_position() {
-//    return 'fixed';
+function get_footer_position() {
+    return 'fixed';
 //  if ($(window).width() < 640) {
 //      $("#connect").css('padding-bottom','53px');
 //    return 'relative';
index 3e1e06a..79906dc 100644 (file)
@@ -1,5 +1,5 @@
 <form role="search" method="get" id="searchform" action="<?php echo home_url('/'); ?>">
      <input type="text" placeholder="SEARCH" value="" name="s" id="lar-search" />
-     <input class="show-for-large-up" id="search-button" value="" name="searchButton" type="image" />
-     <input class="hide-for-large-up" id="search-button" value="Submit" name="searchButton" type="image" />
+     <input class="show-for-large-up" id="search-button" value="." name="searchButton" type="image" />
+     <input class="hide-for-large-up" id="search-button" value="." name="searchButton" type="image" />
 </form>