Show the search form on website now.
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 21 Mar 2018 17:12:26 +0000 (13:12 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 21 Mar 2018 17:12:26 +0000 (13:12 -0400)
The OSS issue has been fixed and the site is indexed now.

parts/search-form.php
sections/header.php
style.css

index d9c7dd5..b902537 100644 (file)
@@ -1,4 +1,4 @@
-<form style="display: none;" role="search" method="get" class="searchform" action="<?php echo home_url('/').'site-search/'; ?>">
+<form role="search" method="get" class="searchform" action="<?php echo home_url('/').'site-search/'; ?>">
      <input class="search-input" type="text" placeholder="Search" value="" name="query">
      <input class="search-button button" type="submit" value="Search" name="submit">
-</form>
\ No newline at end of file
+</form>
index a8f3057..7a2d57d 100644 (file)
@@ -2,7 +2,7 @@
     <div id="upper-bar" class="row">
         <div class="small-12 columns glm-top-header-right show-for-large-up">
             <ul>
-                <li style="display: none;"id="searchIcon"><a><img src="<?php bloginfo('template_url'); ?>/assets/search-icon.png"></a></li>
+                <li id="searchIcon"><a><img src="<?php bloginfo('template_url'); ?>/assets/search-icon.png"></a></li>
                 <li><?php get_template_part("parts/search"); ?></li>
             </ul>
             <?php glm_theme_top_links(); ?>
@@ -32,4 +32,4 @@
         echo glm_get_header();
         ?>
     </div>
-</header>
\ No newline at end of file
+</header>
index 73a4f62..b52bc70 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: visitbenzie
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for Benzie Area Visitors Bureau
-Version: 1.0.13
+Version: 1.0.14
 */