<?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: Move search box from menu to sidebar</title>
		<link>http://www.kriesi.at/support/topic/move-search-box-from-menu-to-sidebar</link>
		<description>Support Forum - Topic: Move search box from menu to sidebar</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 17:14:55 +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/move-search-box-from-menu-to-sidebar" rel="self" type="application/rss+xml" />

		<item>
			<title>SylD on "Move search box from menu to sidebar"</title>
			<link>http://www.kriesi.at/support/topic/move-search-box-from-menu-to-sidebar#post-77506</link>
			<pubDate>Thu, 27 Sep 2012 03:01:17 +0000</pubDate>
			<dc:creator>SylD</dc:creator>
			<guid isPermaLink="false">77506@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you, it worked :)&#60;/p&#62;
&#60;p&#62;Syl
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Move search box from menu to sidebar"</title>
			<link>http://www.kriesi.at/support/topic/move-search-box-from-menu-to-sidebar#post-77480</link>
			<pubDate>Thu, 27 Sep 2012 00:35:46 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">77480@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Syl,&#60;/p&#62;
&#60;p&#62;I think this will do&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#searchform {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>SylD on "Move search box from menu to sidebar"</title>
			<link>http://www.kriesi.at/support/topic/move-search-box-from-menu-to-sidebar#post-77479</link>
			<pubDate>Wed, 26 Sep 2012 22:45:32 +0000</pubDate>
			<dc:creator>SylD</dc:creator>
			<guid isPermaLink="false">77479@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello, I am working with the Choices theme and tried entering this code in the Quick CSS to hide/remove the Search Form from the Header site-wide.&#60;/p&#62;
&#60;p&#62;.main_menu .search_site.addapted {&#60;br /&#62;
   display: none !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;It didn't work.&#60;/p&#62;
&#60;p&#62;I was able to hide the homepage form only by using this code:&#60;/p&#62;
&#60;p&#62;body.home h1.page-home {&#60;br /&#62;
display: none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;How can I hide the form in the header on every page?&#60;/p&#62;
&#60;p&#62;Thank you, Syl
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Move search box from menu to sidebar"</title>
			<link>http://www.kriesi.at/support/topic/move-search-box-from-menu-to-sidebar#post-58823</link>
			<pubDate>Tue, 05 Jun 2012 06:14:39 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">58823@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Try adding the !important to the above code. The code should look like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.main_menu .search_site.addapted {
   display: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This might solve the delay in hiding the form.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Artifactual on "Move search box from menu to sidebar"</title>
			<link>http://www.kriesi.at/support/topic/move-search-box-from-menu-to-sidebar#post-58371</link>
			<pubDate>Fri, 01 Jun 2012 07:12:27 +0000</pubDate>
			<dc:creator>Artifactual</dc:creator>
			<guid isPermaLink="false">58371@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello Devin&#60;/p&#62;
&#60;p&#62;That worked well, So the hard part is how do i remove the search form from the main header, i have used this code &#60;/p&#62;
&#60;p&#62;.main_menu .search_site.addapted {&#60;br /&#62;
display: none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;The issue it does hide the search form but there's a delay with hiding the form. so is there solution to get rid of this delay
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Move search box from menu to sidebar"</title>
			<link>http://www.kriesi.at/support/topic/move-search-box-from-menu-to-sidebar#post-58302</link>
			<pubDate>Thu, 31 May 2012 17:40:19 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">58302@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Shehan,&#60;/p&#62;
&#60;p&#62;Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.widget #searchform {
max-width: 100%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That should target the widget search only and make it fit to the width of the sidebar.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Artifactual on "Move search box from menu to sidebar"</title>
			<link>http://www.kriesi.at/support/topic/move-search-box-from-menu-to-sidebar#post-57917</link>
			<pubDate>Tue, 29 May 2012 13:19:22 +0000</pubDate>
			<dc:creator>Artifactual</dc:creator>
			<guid isPermaLink="false">57917@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Mya&#60;/p&#62;
&#60;p&#62;We added the search widget again to the side bar - &#60;a href=&#34;http://www.backpacktosrilanka.com&#34; rel=&#34;nofollow&#34;&#62;http://www.backpacktosrilanka.com&#60;/a&#62; let us know &#60;/p&#62;
&#60;p&#62;Regards&#60;br /&#62;
Shehan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Move search box from menu to sidebar"</title>
			<link>http://www.kriesi.at/support/topic/move-search-box-from-menu-to-sidebar#post-57846</link>
			<pubDate>Tue, 29 May 2012 02:02:34 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">57846@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Artifactual,&#60;/p&#62;
&#60;p&#62;Did you remove the sidebar search widget? If so, if you'll reactivate it we can take a look and see if we can fix the width for you.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Artifactual on "Move search box from menu to sidebar"</title>
			<link>http://www.kriesi.at/support/topic/move-search-box-from-menu-to-sidebar#post-57302</link>
			<pubDate>Thu, 24 May 2012 03:06:29 +0000</pubDate>
			<dc:creator>Artifactual</dc:creator>
			<guid isPermaLink="false">57302@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It does hide search form but when i use the widget search on the home page it looks really crocked in terms of the width the widget really looks out of proportion
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Move search box from menu to sidebar"</title>
			<link>http://www.kriesi.at/support/topic/move-search-box-from-menu-to-sidebar#post-57225</link>
			<pubDate>Wed, 23 May 2012 15:55:53 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">57225@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi demozeno,&#60;/p&#62;
&#60;p&#62;Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.main_menu .search_site.addapted {
display: none;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>demozeno on "Move search box from menu to sidebar"</title>
			<link>http://www.kriesi.at/support/topic/move-search-box-from-menu-to-sidebar#post-56494</link>
			<pubDate>Thu, 17 May 2012 21:55:56 +0000</pubDate>
			<dc:creator>demozeno</dc:creator>
			<guid isPermaLink="false">56494@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for pointing out the need for more specific comment. Your suggestion didn't do the trick, but I'll fiddle about till I find the solution.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rumblefish on "Move search box from menu to sidebar"</title>
			<link>http://www.kriesi.at/support/topic/move-search-box-from-menu-to-sidebar#post-56430</link>
			<pubDate>Thu, 17 May 2012 15:31:04 +0000</pubDate>
			<dc:creator>rumblefish</dc:creator>
			<guid isPermaLink="false">56430@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You need to be more specific about which search bar you are turning off. You need to specify in your css that its the search bar in the menu, not ANY search bar. That's why it's not appearing in the sidebar.&#60;/p&#62;
&#60;p&#62;I think you need something like this to remove it from the menu only:&#60;/p&#62;
&#60;p&#62;.main_menu .search_site #searchform div {display:none;}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>demozeno on "Move search box from menu to sidebar"</title>
			<link>http://www.kriesi.at/support/topic/move-search-box-from-menu-to-sidebar#post-56271</link>
			<pubDate>Wed, 16 May 2012 12:56:10 +0000</pubDate>
			<dc:creator>demozeno</dc:creator>
			<guid isPermaLink="false">56271@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I wanted to get rid of the 'search site' box from the menu bar and move it, using the relevant widget, to the sidebar. So, I went into custom CSS and put in the following code:&#60;/p&#62;
&#60;p&#62;#searchform div{&#60;br /&#62;
position: relative;&#60;br /&#62;
width:99%;&#60;br /&#62;
height:44px;&#60;br /&#62;
display: none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;This successfully removed the 'search site' box from the menu bar, but also prevented the 'search' widget working in the sidebar. What am I doing wrong here?&#60;/p&#62;
&#60;p&#62;Currently, on my site – &#60;a href=&#34;http://golovegreece.com/&#34; rel=&#34;nofollow&#34;&#62;http://golovegreece.com/&#60;/a&#62; – I've put the original code back in and have got the search box in the menu and sidebar.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
