<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: Remove &#34;Search Site&#34; Box from Header and replace with custom widget</title>
		<link>http://www.kriesi.at/support/topic/remove-search-site-box-from-header-and-replace-with-custom-widget</link>
		<description>Support Forum - Topic: Remove &quot;Search Site&quot; Box from Header and replace with custom widget</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 18:25:17 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/remove-search-site-box-from-header-and-replace-with-custom-widget" rel="self" type="application/rss+xml" />

		<item>
			<title>formfusion on "Remove &#34;Search Site&#34; Box from Header and replace with custom widget"</title>
			<link>http://www.kriesi.at/support/topic/remove-search-site-box-from-header-and-replace-with-custom-widget#post-58682</link>
			<pubDate>Mon, 04 Jun 2012 08:17:52 +0000</pubDate>
			<dc:creator>formfusion</dc:creator>
			<guid isPermaLink="false">58682@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Peter,&#60;br /&#62;
when I delete all you posted there is an error, so I just deleted:&#60;/p&#62;
&#60;p&#62;get_search_form();&#60;/p&#62;
&#60;p&#62;and it worked fine, thanks,&#60;br /&#62;
best,&#60;/p&#62;
&#60;p&#62;Sascha
&#60;/p&#62;</description>
		</item>
		<item>
			<title>formfusion on "Remove &#34;Search Site&#34; Box from Header and replace with custom widget"</title>
			<link>http://www.kriesi.at/support/topic/remove-search-site-box-from-header-and-replace-with-custom-widget#post-58670</link>
			<pubDate>Mon, 04 Jun 2012 07:21:30 +0000</pubDate>
			<dc:creator>formfusion</dc:creator>
			<guid isPermaLink="false">58670@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Peter,&#60;br /&#62;
thanks a lot for your support!!!&#60;br /&#62;
Regards,&#60;br /&#62;
Sascha
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Remove &#34;Search Site&#34; Box from Header and replace with custom widget"</title>
			<link>http://www.kriesi.at/support/topic/remove-search-site-box-from-header-and-replace-with-custom-widget#post-58659</link>
			<pubDate>Mon, 04 Jun 2012 06:46:27 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">58659@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Please delete following code in header.php:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/*
					*	display the theme search form
					*   the tempalte file that is called is searchform.php in case you want to edit it
					*/
					get_search_form();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>formfusion on "Remove &#34;Search Site&#34; Box from Header and replace with custom widget"</title>
			<link>http://www.kriesi.at/support/topic/remove-search-site-box-from-header-and-replace-with-custom-widget#post-58242</link>
			<pubDate>Thu, 31 May 2012 09:23:18 +0000</pubDate>
			<dc:creator>formfusion</dc:creator>
			<guid isPermaLink="false">58242@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Any Idea someone? would be happy if you could hepl me out...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>formfusion on "Remove &#34;Search Site&#34; Box from Header and replace with custom widget"</title>
			<link>http://www.kriesi.at/support/topic/remove-search-site-box-from-header-and-replace-with-custom-widget#post-58089</link>
			<pubDate>Wed, 30 May 2012 14:09:43 +0000</pubDate>
			<dc:creator>formfusion</dc:creator>
			<guid isPermaLink="false">58089@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I'd like to replace the &#34;search site&#34; box from my header with a qtranslate widget. I already managed to make the qtranslate widget appear in the header, and placed it above the search box. I followed the tutorial: &#60;a href=&#34;http://www.kriesi.at/support/topic/language-in-the-header#post-50539%29&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/language-in-the-header#post-50539%29&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;To place the widget I created I used following code in the quick css:&#60;/p&#62;
&#60;p&#62;.container .widget_qtranslate {&#60;br /&#62;
    float: right;&#60;br /&#62;
    margin-top:-25px;&#60;br /&#62;
    padding-right: -20px;&#60;br /&#62;
}&#60;br /&#62;
#top .logo a, #top .logo a:hover {&#60;br /&#62;
    top: -80px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Now how can I turn off the &#34;search site&#34; box?&#60;/p&#62;
&#60;p&#62;I would be happy if you could help me out. Thanks a lot.&#60;br /&#62;
Best,&#60;br /&#62;
Sascha
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
