<?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 the shopping cart ( with the icon ) from the main nav to the sub nav</title>
		<link>http://www.kriesi.at/support/topic/move-the-shopping-cart-with-the-icon-from-the-main-nav-to-the-sub-nav</link>
		<description>Support Forum - Topic: move the shopping cart ( with the icon ) from the main nav to the sub nav</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 08:58:41 +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-the-shopping-cart-with-the-icon-from-the-main-nav-to-the-sub-nav" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Beard on "move the shopping cart ( with the icon ) from the main nav to the sub nav"</title>
			<link>http://www.kriesi.at/support/topic/move-the-shopping-cart-with-the-icon-from-the-main-nav-to-the-sub-nav#post-40828</link>
			<pubDate>Thu, 09 Feb 2012 04:53:18 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">40828@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;it requires quite some styling and code modifications so I can't provide a complete solution. However, I can point you in the right direction.&#60;/p&#62;
&#60;p&#62;In your header.php you'll find&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/*
				*	display the main navigation menu
				*   check if a description for submenu items was added and change the menu class accordingly
				*   modify the output in your wordpress admin backend at appearance-&#38;gt;menus
				*/
				echo &#38;quot;&#38;lt;div class=&#38;#39;main_menu&#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;max_columns&#38;#39;=&#38;gt;4);
				wp_nav_menu($args);
				if(avia_woocommerce_enabled()) echo avia_woocommerce_cart_dropdown();
				echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;

				echo &#38;quot;&#38;lt;div class=&#38;#39;sub_menu&#38;#39;&#38;gt;&#38;quot;;
				$args = array(&#38;#39;theme_location&#38;#39;=&#38;gt;&#38;#39;avia2&#38;#39;, &#38;#39;fallback_cb&#38;#39; =&#38;gt; &#38;#39;&#38;#39;);
				if(avia_woocommerce_enabled()) $args[&#38;#39;fallback_cb&#38;#39;] =&#38;#39;avia_shop_nav&#38;#39;;
				wp_nav_menu($args);
				echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can work with&#60;br /&#62;
&#60;code&#62;if(avia_woocommerce_enabled()) echo avia_woocommerce_cart_dropdown();&#60;/code&#62;&#60;br /&#62;
and&#60;br /&#62;
&#60;code&#62;if(avia_woocommerce_enabled()) $args[&#38;#39;fallback_cb&#38;#39;] =&#38;#39;avia_shop_nav&#38;#39;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;The first calls the function for your cart and it's icon. The second one calls for the submenu. So - you'd have to merge the first function with the submenu. Both of the functions are written in the woocommerce-config\config.php file.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DebbieA on "move the shopping cart ( with the icon ) from the main nav to the sub nav"</title>
			<link>http://www.kriesi.at/support/topic/move-the-shopping-cart-with-the-icon-from-the-main-nav-to-the-sub-nav#post-40204</link>
			<pubDate>Sun, 05 Feb 2012 08:46:37 +0000</pubDate>
			<dc:creator>DebbieA</dc:creator>
			<guid isPermaLink="false">40204@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'd like to move the shopping cart ( with the fan out icon ) from the main nav to the sub nav ... and then align the main menu with li's to the the right rather than left. I should be able to realign the li's but not sure how to move the cart.&#60;/p&#62;
&#60;p&#62;site:http://cleansefreshengo.com/wordpress/
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
