StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have -- and this forum will be removed on July 1st, 2013.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 10-06-2009, 11:58 AM
tutorials's Avatar
tutorials tutorials is offline
Training
 
Join Date: Aug 2009
Location: cyberspace
Posts: 825
Default How To Make The Quick Search Auto-Select

If you do not place a Widget in the Sidebar (Sidebar Top), then the Agent Theme will use the default code in sidebar.php:
Code:
            <li id="quick-search">
    			<div class="widget">
					<h2>Quick Search</h2>
                        <form id="searchdrop" action="<?php echo $PHP_SELF ?>" method="get">
                        <?php wp_dropdown_categories('hierarchical=1'); ?>
                        <input type="submit" id="gobutton" name="submit" value="GO" />
                        </form>
   				 </div>
This code uses a Submit Button, that requires the visitor to click on the Go (submit) button.

If you want your Blog to work like the Agent Theme Demo...

1. Go to your admin panel, Appearance > Widgets
2. Select the "Sidebar Top" in the Current Widgets dropdown (right column) & click on Show
3. Find the Categories Widget in the left column and click on Add
4. Click on the Categories Widget Edit link (now that it is in the right column)
5. Enter "Quick Search" in the Title field
6. Click on these options: Show as dropdown & Show hierarchy
7. Click on Done
8. Click on Save Changes
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Search Box w/ Ability to Select Multiple Categories seattlesavvy General Discussion 5 03-06-2010 04:56 PM
add quick search widget harris414 General Discussion 3 12-14-2009 09:33 AM
Quick Search Kalcit General Discussion 3 11-07-2009 06:26 PM
How do I make the "Quick Search" auto-select? rocketpopscott General Discussion 2 03-11-2009 08:33 AM
Quick Search? newslancers General Discussion 2 01-25-2009 03:19 PM


All times are GMT -5. The time now is 10:07 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.