I'm sure it's got to be something simple, but when I mouse over the search bar, it slides down and is empty. I've enabled the search bar, put it in the header (among other places) and it's still not showing. Any help is appreciated.

CommentFileSizeAuthor
Picture 1.png30.52 KBTrickerTreater

Comments

TrickerTreater’s picture

I'm still hoping for help on this.

TrickerTreater’s picture

Still hoping.

patator’s picture

Title: Search slide down is empty » The same problem.

The same problem. How to adjust search? On a demosite there is no access to blocks what to look options.

TrickerTreater’s picture

I've removed the .js as it still wasn't working. Any help or insight will still be appreciated.

patator’s picture

Knowledge html for the problem decision is necessary:)
1) to turn on the module search
2) the block search in a sea breeze must be
3) to Look demosite http://demo.agileware.net/?theme=sea_breeze with firebug. There is such code

<div id="metatoolbox" style="top: -40px;">
<div id="metatool-search">
<form id="search-theme-form" method="post" accept-charset="UTF-8" action="/?theme=sea_breeze">
<div>
<div id="search" class="container-inline">
<div id="edit-search-theme-form-1-wrapper" class="form-item">
<label for="edit-search-theme-form-1"/>
<input id="edit-search-theme-form-1" class="form-text" type="text" title="Enter the terms you wish to search for." value="" size="15" name="search_theme_form" maxlength="128"/>
</div>
<input id="edit-submit" class="form-submit" type="submit" value="Search" name="op"/>
<input id="form-39a18790c36d4aa0e1e29f2b09e9c726" type="hidden" value="form-39a18790c36d4aa0e1e29f2b09e9c726" name="form_build_id"/>
<input id="edit-search-theme-form-form-token" type="hidden" value="9d4a4a2c97bcf4787fd717c27b627e4d" name="form_token"/>
<input id="edit-search-theme-form" type="hidden" value="search_theme_form" name="form_id"/>
</div>
</div>
</form>
</div>
</div>

After a line <div id = "metatool-search"> the code piece should be edited for the yuor site.
5) Yuo must edit page.tpl.php in theme sea breeze. After line <?php echo $search_box ?> insert code from point 3

With the best regards poor noob:)

agileware’s picture

Hi Aaron,

This might help...

1. In your sea_breeze.info file, add this (on line 21)

features[] = search

2. Go to admin/build/themes/settings/sea_breeze and check "Search box" below "Toggle display"

Hope this helps :) Thanks for using our theme!

agileware’s picture

Title: The same problem. » When I mouse over the search bar, it slides down and is empty
Status: Active » Closed (fixed)

Changing title to something more descriptive and closing.