<?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: placing the searchfor. by the: &#34;Cart - $11.11&#34; in the navigation bar</title>
		<link>http://www.kriesi.at/support/topic/placing-the-searchfor-by-the-cart-1111-in-the-navigation-bar</link>
		<description>Support Forum - Topic: placing the searchfor. by the: &quot;Cart - $11.11&quot; in the navigation bar</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 02:06:04 +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/placing-the-searchfor-by-the-cart-1111-in-the-navigation-bar" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "placing the searchfor. by the: &#34;Cart - $11.11&#34; in the navigation bar"</title>
			<link>http://www.kriesi.at/support/topic/placing-the-searchfor-by-the-cart-1111-in-the-navigation-bar#post-96666</link>
			<pubDate>Thu, 14 Feb 2013 06:42:39 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">96666@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Glad it worked.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nikicampbell on "placing the searchfor. by the: &#34;Cart - $11.11&#34; in the navigation bar"</title>
			<link>http://www.kriesi.at/support/topic/placing-the-searchfor-by-the-cart-1111-in-the-navigation-bar#post-96637</link>
			<pubDate>Thu, 14 Feb 2013 00:26:16 +0000</pubDate>
			<dc:creator>nikicampbell</dc:creator>
			<guid isPermaLink="false">96637@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks!  Worked perfectly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "placing the searchfor. by the: &#34;Cart - $11.11&#34; in the navigation bar"</title>
			<link>http://www.kriesi.at/support/topic/placing-the-searchfor-by-the-cart-1111-in-the-navigation-bar#post-96455</link>
			<pubDate>Wed, 13 Feb 2013 04:24:03 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">96455@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi nikicampbell,&#60;/p&#62;
&#60;p&#62;Try to add open wp-content/themes/replete/header.php and find this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(!avia_woocommerce_enabled() &#124;&#124; avia_get_option(&#38;#39;header_search&#38;#39;) != &#38;#39;product&#38;#39;)
{
	get_search_form();
}
else
{
	get_product_search_form();
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;remove this. Next, find this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
	echo &#38;quot;&#38;lt;div class=&#38;#39;main_menu&#38;#39; data-selectname=&#38;#39;&#38;quot;.__(&#38;#39;Select a page&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;#39;&#38;gt;&#38;quot;;
	$args = array(&#38;#39;theme_location&#38;#39;=&#38;gt;&#38;#39;avia&#38;#39;, &#38;#39;fallback_cb&#38;#39; =&#38;gt; &#38;#39;avia_fallback_menu&#38;#39;, &#38;#39;walker&#38;#39; =&#38;gt; new avia_responsive_mega_menu());
	wp_nav_menu($args);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Below it, add this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(!avia_woocommerce_enabled() &#124;&#124; avia_get_option(&#38;#39;header_search&#38;#39;) != &#38;#39;product&#38;#39;)
							{
								echo &#38;#39;&#38;lt;div class=&#38;quot;custom_search&#38;quot;&#38;gt;&#38;#39;;
								get_search_form();
								echo &#38;#39;&#38;lt;/div&#38;gt;&#38;#39;;
							}
							else
							{
								echo &#38;#39;&#38;lt;div class=&#38;quot;custom_search&#38;quot;&#38;gt;&#38;#39;;
								get_product_search_form();
								echo &#38;#39;&#38;lt;/div&#38;gt;&#38;#39;;
							}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then, add this code in your Quick CSS or at the bottom of custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.custom_search {
position: absolute;
right: 50px;
top: -9px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nikicampbell on "placing the searchfor. by the: &#34;Cart - $11.11&#34; in the navigation bar"</title>
			<link>http://www.kriesi.at/support/topic/placing-the-searchfor-by-the-cart-1111-in-the-navigation-bar#post-96426</link>
			<pubDate>Tue, 12 Feb 2013 21:46:16 +0000</pubDate>
			<dc:creator>nikicampbell</dc:creator>
			<guid isPermaLink="false">96426@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;is there a way to place the header search form into the main navigation bar - just to the left of the cart $$ area?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
