Forum Replies Created

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)