• sirdavid93

    (@sirdavid93)


    Hi guys,

    So the search bar on my blog page is not working. No matter what you type in i get this 404 error:

    NOT FOUND, ERROR 404
    The page you are looking for no longer exists. Perhaps you can return back to the site’s homepage and see if you can find what you are looking for. Or, you can try finding it by using the search form below.

    However, when using the search bar below this error everything works perfectly.

    I just need to fix the search bar in my header.

    My page is blog.tryessential.com

    I have been looking through the forums and i see similar problems but not really understanding their solutions.

    Thanks for any help.

Viewing 1 replies (of 1 total)
  • Thread Starter sirdavid93

    (@sirdavid93)

    I don’t have the searchform.php file with my theme and i am using Eleven40 Pro Theme a Child of the Genesis Theme

    This is what i currently have under my functions.php file

    <!– Search Form –>
    <div class=”col-four”>
    <div id=”SearchForm”>

    <form action=”/search” method=”get”>
    <input type=”hidden” name=”type” value=”product”>
    <input type=”search” name=”q” id=”search_query” class=”Textbox” value=”” placeholder=”Search” autocomplete=”off”>
    <button type=”submit” alt=”Go” class=”Button”>
    <i class=”fa fa-search”></i>
    </button>
    </form>
    </div>
    </div>
    </div>

    <div class=”Mobile”>
    <div class=”TopRow”>

    <span>866.340.9088</span><i class=”fa fa-phone”></i>

    <div id=”Logo”>
    <img src=”/images/purple-logo.png” border=”0″ id=”LogoImage” alt=”Essential Health”>
    </div>

    <i class=”fa fa-search”></i>

    </div>

    <div class=”FakeSearch” style=”display:none;”>
    <form>
    <input type=”text” name=”search_query” id=”search_query” class=”Textbox” value=”” placeholder=”Search” autocomplete=”off”>
    <button type=”submit” alt=”Go” class=”Button”>
    <i class=”fa fa-search”></i>
    </button>
    </form>
    </div>

Viewing 1 replies (of 1 total)

The topic ‘Search Bar Not Working Properly’ is closed to new replies.