Viewing 5 replies - 1 through 5 (of 5 total)
  • Your site/theme is currently hiding the search form (which should be above the top left of your header) via CSS. Since this CSS is being add to your page’s header, I suggest you re-check your theme’s options. I’m pretty sure that there’s an option to hide/display the search form in there somewhere.

    Thread Starter america-reclaimed

    (@america-reclaimed)

    Unless it has been recently updated without my knowledge, there is no direct option to do so. Perhaps an error with something else is causing it. Could I simply go in and change some CSS? Thanks in advance.

    Perhaps an error with something else is causing it.

    No. This is very specific CSS.

    Could I simply go in and change some CSS?

    Try looking for display:none; in header.php.

    Or try deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    Thread Starter america-reclaimed

    (@america-reclaimed)

    Thanks four your help and i apologize for my lack of knowledge on the subject. The header does not contain that, but there is a template titled searchform.php – It seems to me that “hidden” indicates it is not visible. I have tried deleting “hidden” though it does not work without a replacement.

    <form method=”get” id=”searchform” action=”<?php bloginfo(‘url’); ?>/”>
    <input type=”text” class=”search_input” value=”search…” name=”s” id=”s” onfocus=”if (this.value == ‘search…’) {this.value = ”;}” onblur=”if (this.value == ”) {this.value = ‘search…’;}” />
    <input type=”hidden” id=”searchsubmit” value=”Search” />
    </form>

    Could replacing it with another word be the key to this? Thanks.

    Could replacing it with another word be the key to this?

    No. That input should be hidden. If there’s no CSS in your header.php file, then, as I said previously, it’s probably coming from a plugin or from the theme’s custom options. You could start by deactivating all plugins.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Adding search bar using Snowblind theme’ is closed to new replies.