Posted by TrickerTreater on July 17, 2009 at 5:19am
Jump to:
| Project: | Sea Breeze |
| Version: | 6.x-1.0-beta1 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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.
| Attachment | Size |
|---|---|
| Picture 1.png | 30.52 KB |
Comments
#1
I'm still hoping for help on this.
#2
Still hoping.
#3
The same problem. How to adjust search? On a demosite there is no access to blocks what to look options.
#4
I've removed the .js as it still wasn't working. Any help or insight will still be appreciated.
#5
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 3With the best regards poor noob:)
#6
Hi Aaron,
This might help...
1. In your sea_breeze.info file, add this (on line 21)
features[] = search2. Go to admin/build/themes/settings/sea_breeze and check "Search box" below "Toggle display"
Hope this helps :) Thanks for using our theme!
#7
Changing title to something more descriptive and closing.