<?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: add search form to header</title>
		<link>http://www.kriesi.at/support/topic/add-search-form-to-header</link>
		<description>Support Forum - Topic: add search form to header</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 13:55:24 +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/add-search-form-to-header" rel="self" type="application/rss+xml" />

		<item>
			<title>Gmartin on "add search form to header"</title>
			<link>http://www.kriesi.at/support/topic/add-search-form-to-header#post-41150</link>
			<pubDate>Fri, 10 Feb 2012 17:28:17 +0000</pubDate>
			<dc:creator>Gmartin</dc:creator>
			<guid isPermaLink="false">41150@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Excellent Thanks. I'll give it a shot.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "add search form to header"</title>
			<link>http://www.kriesi.at/support/topic/add-search-form-to-header#post-40746</link>
			<pubDate>Wed, 08 Feb 2012 22:40:50 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">40746@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! you can use the function call get_search_form() in header.php at line 120 to ad a search form to the top of the page&#60;/p&#62;
&#60;p&#62;the templatefile code should look something like this:&#60;/p&#62;
&#60;pre&#62;
echo  '&#38;lt;div class=&#34;social_container extralight-border&#34;&#38;gt;';
get_search_form();
&#60;/pre&#62;
&#60;p&#62;the searchform wont align perfectly out of the boy so i would recommend a little css styling:&#60;/p&#62;
&#60;pre&#62;
.social_container #searchform{
position: absolute;
right: 218px;
top: 3px;
}
&#60;/pre&#62;
&#60;p&#62;as an example. Just add these lines to the custom.css file in folder angular/css&#60;/p&#62;
&#60;p&#62;I would also use css to remove the title row on specific pages. each page has a unque body id (jsut check the source code of any page and you should notice something like: )&#60;/p&#62;
&#60;pre&#62;
body class=&#34;page page-id-86 page-template-default logged-in admin-bar stretched&#34;
&#60;/pre&#62;
&#60;p&#62;you can hide the page title with the following css rule then:&#60;/p&#62;
&#60;pre&#62;
.page-id-86 . title_container{display:none}
&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Gmartin on "add search form to header"</title>
			<link>http://www.kriesi.at/support/topic/add-search-form-to-header#post-40718</link>
			<pubDate>Wed, 08 Feb 2012 15:36:40 +0000</pubDate>
			<dc:creator>Gmartin</dc:creator>
			<guid isPermaLink="false">40718@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is there a way to add the 'search form widget' to the header. either in the collapsible sections or at the end of the nav links?&#60;br /&#62;
and while we're at it. is there a way to lose the title row section on specific pages?&#60;br /&#62;
Thanks.&#60;br /&#62;
M
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
