![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I'd like to take the search form out of the header and put it into the sidebar. It seems that simply moving the code doesn't do the trick. It there some PHP code that has to be altered or something?
Thanks in advance. |
|
#2
|
||||
|
||||
|
Quote:
HTH,
__________________
Charles "Rubeus Hagrid" Clarkson StudioPress on Facebook I'm not really a smart person. I just play one on the Internet. Please use the HTML
or PHP tags for pasting code.Please make your links click-able: this_is_annoying.com http://this_is_not_annoying.com. |
|
#3
|
|||
|
|||
|
Thanks, but the "Go" button is just the generic "Search" and doesn't match the style of the theme. How do I make that happen? You can see at:
http://www.oppgen.com |
|
#4
|
||||
|
||||
|
alternatively you could open sidebar.php and do this
Code:
<div id="sidebar">
<div class="widget">
<form id="searchform" method="get" action="<?php echo $_SERVER['PHP_SELF']; ?>">
<input type="text" value="Search this website..." name="s" id="searchbox" onfocus="if (this.value == 'Search this website...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search this website...';}" />
<input type="submit" id="searchbutton" value="GO" /></form>
</div>
<ul id="sidebarwidgeted">
__________________
Fat Cat Designs | "Creativity takes courage." Henri Matisse Make life easier use FireFox and these Customizing tools: Firebug - Web Developer New to Genesis? See our Guide for Beginners! Recommended StudioPress Designer StudioPress on Facebook |
|
#5
|
|||
|
|||
|
Thanks, looks like it works.
Now, is there any way to center it and make the text field the same length as the "Sign up" field ? Balance is everything to us anal Art Directors. :) |
|
#6
|
||||
|
||||
|
look in style.css for this
#searchbox { background: #F7F5EF !important; width: 250px;<-----change to this color: #495D5C;
__________________
Fat Cat Designs | "Creativity takes courage." Henri Matisse Make life easier use FireFox and these Customizing tools: Firebug - Web Developer New to Genesis? See our Guide for Beginners! Recommended StudioPress Designer StudioPress on Facebook |
|
#7
|
|||
|
|||
|
Perfectamundo!
Thanks so much! |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Move Search Box into the sidebar | francis1tree | General Discussion | 2 | 01-16-2010 03:10 PM |
| Search Function | valeryvie | General Discussion | 8 | 09-25-2009 01:36 PM |
| Search Function | hlmagazine | General Discussion | 2 | 07-08-2009 10:33 AM |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us