
Originally Posted by
5hmedia
still would like to know how to get the search feature in the very top gray bar, left of the cart icon.... thanks.
Add this to your tpl_header.php file where'd you like it to show. You'll see the similar ones in the file once you get it open.
PHP Code:
<div id="search_header" class="topBox"><?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?></div>
You'll have to do some stylesheet editing as well. Once you get it up there you can style it.
Oh, also make sure the "Single Column Status" is set to yes in the Layout Boxes Controller.
Bookmarks