• Hi, the script works like a charm but i have a problem with the style ( i guess ), in my website, the footer shows a withe bar, when i debug i see the current html below the footer (below all the code inclusive wpadminbar)…

    <div id="ajaxsearchliteres" class="vertical" style="opacity: 0;">
             <div class="scrollbar"><div class="track"><div class="thumb"><div class="end"></div></div></div></div>
             <div class="results viewport">
                <div class="resdrg overview">
                </div>
             </div>
        </div>

    Below this i have another html code…

    <div id="ajaxsearchlitesettings" class="searchsettings">
              <form name="options">
                 <div class="option">
                  	<input type="checkbox" value="checked" id="set_exactonly1" name="set_exactonly">
                  	<label for="set_exactonly1"></label>
                 </div>
                 <div class="label">
                    Exact matches only             </div>
                 <div class="option hiddend" );="" ?="">">
                  	<input type="checkbox" value="None" id="set_intitle1" name="set_intitle" checked="checked">
                  	<label for="set_intitle1"></label>
                 </div>
                 <div class="label hiddend" );="" ?="">">
    
                 </div>
                 <div class="option hiddend" );="" ?="">">
                  	<input type="checkbox" value="None" id="set_incontent1" name="set_incontent" checked="checked">
                  	<label for="set_incontent1"></label>
                 </div>
                 <div class="label hiddend" );="" ?="">">
    
                 </div>
                 <div class="option">
                  	<input type="checkbox" value="None" id="set_inposts1" name="set_inposts" checked="checked">
                  	<label for="set_inposts1"></label>
                 </div>
                 <div class="label">
                    Search in posts             </div>
                 <div class="option">
                  	<input type="checkbox" value="None" id="set_inpages1" name="set_inpages" checked="checked">
                  	<label for="set_inpages1"></label>
                 </div>
                 <div class="label">
                    Search in pages             </div>
              </form>
             </div>

    This is an screenshot: http://i.imgur.com/klDmpgf.png

    Maeby its a css problem but i don’t know where is…

    Tnks a lot and Regards

    https://wordpress.org/plugins/ajax-search-lite/

  • The topic ‘Withe bar below footer’ is closed to new replies.