<?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: Search for Products Box to replace Search in Site Box</title>
		<link>http://www.kriesi.at/support/topic/search-for-products-box-to-replace-search-in-site-box</link>
		<description>Support Forum - Topic: Search for Products Box to replace Search in Site Box</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 00:50:13 +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/search-for-products-box-to-replace-search-in-site-box" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Search for Products Box to replace Search in Site Box"</title>
			<link>http://www.kriesi.at/support/topic/search-for-products-box-to-replace-search-in-site-box#post-59429</link>
			<pubDate>Sat, 09 Jun 2012 03:16:20 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">59429@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Very helpful. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>WarriorSan on "Search for Products Box to replace Search in Site Box"</title>
			<link>http://www.kriesi.at/support/topic/search-for-products-box-to-replace-search-in-site-box#post-59412</link>
			<pubDate>Sat, 09 Jun 2012 01:10:35 +0000</pubDate>
			<dc:creator>WarriorSan</dc:creator>
			<guid isPermaLink="false">59412@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;@ srkmath and Dude,&#60;/p&#62;
&#60;p&#62;Thanks for the tip and info, works great!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>srkmath on "Search for Products Box to replace Search in Site Box"</title>
			<link>http://www.kriesi.at/support/topic/search-for-products-box-to-replace-search-in-site-box#post-58869</link>
			<pubDate>Tue, 05 Jun 2012 09:10:36 +0000</pubDate>
			<dc:creator>srkmath</dc:creator>
			<guid isPermaLink="false">58869@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks a lot! It works great
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Search for Products Box to replace Search in Site Box"</title>
			<link>http://www.kriesi.at/support/topic/search-for-products-box-to-replace-search-in-site-box#post-58854</link>
			<pubDate>Tue, 05 Jun 2012 07:17:20 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">58854@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In header.php remove following code:&#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;and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;ul class=&#38;quot;social_bookmarks&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;form id=&#38;quot;searchform&#38;quot; action=&#38;quot;&#38;lt;?php echo get_bloginfo(&#38;#39;url&#38;#39;); ?&#38;gt;&#38;quot; method=&#38;quot;get&#38;quot; role=&#38;quot;search&#38;quot;&#38;gt;
&#38;lt;div&#38;gt;
&#38;lt;label class=&#38;quot;screen-reader-text&#38;quot; for=&#38;quot;s&#38;quot;&#38;gt;Search for:&#38;lt;/label&#38;gt;
&#38;lt;input id=&#38;quot;s&#38;quot; type=&#38;quot;text&#38;quot; placeholder=&#38;quot;Search for products&#38;quot; name=&#38;quot;s&#38;quot; value=&#38;quot;&#38;quot;&#38;gt;
&#38;lt;input id=&#38;quot;searchsubmit&#38;quot; type=&#38;quot;submit&#38;quot; value=&#38;quot;Search&#38;quot;&#38;gt;
&#38;lt;input type=&#38;quot;hidden&#38;quot; value=&#38;quot;product&#38;quot; name=&#38;quot;post_type&#38;quot;&#38;gt;
&#38;lt;/div&#38;gt;
&#38;lt;/form&#38;gt;
&#38;lt;ul class=&#38;quot;social_bookmarks&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>srkmath on "Search for Products Box to replace Search in Site Box"</title>
			<link>http://www.kriesi.at/support/topic/search-for-products-box-to-replace-search-in-site-box#post-58373</link>
			<pubDate>Fri, 01 Jun 2012 08:01:59 +0000</pubDate>
			<dc:creator>srkmath</dc:creator>
			<guid isPermaLink="false">58373@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
   We want the &#34;Search for Products&#34; Box to move to the &#34;Search in Site&#34; box and replace it. Kindly help on how we can do this in Abundance theme.&#60;br /&#62;
Thanks,&#60;br /&#62;
Br.Arvind
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
