Hi Thad,
thanks for the reply… I am having a bit of a hard time getting the [sell_media_searchform] to replace my existing search form.
My existing search form is a widget located in the top_footer (footer.php) of my site.
What is the easiest way for me to replace this search form with the [sell_media_searchform]? and can this return the results in the form of a gallery of relevant images? not just a list of relevant posts.
Down the track I would like to add the advanced search link next to this search box that links to a advanced search page.
Thanks for all your help…. this plugin is really awesome!!
I have had the same issue inserting a clickable header image into this theme. My work around was to simply add the following to the header.php straight after the <body> tag:
<img src=”http://www.differentstrokes.com.au/wp-content/uploads/differentstrokes_logo_web_2.jpg” alt=”DIFFERENT STROKES ADELAIDE” width=”800″ height=”156″
then I changed the stylesheet (CSS) to:
#top
{margin-top:-65px; padding-bottom:35px;}
#nav{float:right; margin-top:8.2em}
you can check out the result on my site http://www.differentstrokes.com.au/
hope this helps (^_^)