<?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: Change position main menu</title>
		<link>http://www.kriesi.at/support/topic/change-position-main-menu</link>
		<description>Support Forum - Topic: Change position main menu</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 12:57:57 +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/change-position-main-menu" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Change position main menu"</title>
			<link>http://www.kriesi.at/support/topic/change-position-main-menu#post-78803</link>
			<pubDate>Sun, 07 Oct 2012 02:42:28 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">78803@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Duplicate the header.php then rename the duplicated header.php to header-dynamic.php. Edit header-dynamic.php then find this code and remove it&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;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;max_columns&#38;#39;=&#38;gt;4);
						wp_nav_menu($args);
						echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Open template-dynamic.php and find this code&#60;/p&#62;
&#60;p&#62;&#60;code&#62;get_header();&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Replace it with this&#60;/p&#62;
&#60;p&#62;&#60;code&#62;get_header( &#38;#39;dynamic&#38;#39; );&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Now find this code &#60;/p&#62;
&#60;p&#62;&#60;code&#62;$template -&#38;gt; display();&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Below it paste this one &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;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;max_columns&#38;#39;=&#38;gt;4);
						wp_nav_menu($args);
						echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Note that the menu will be place below any element you set on the Template Builder.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BenWorx on "Change position main menu"</title>
			<link>http://www.kriesi.at/support/topic/change-position-main-menu#post-78796</link>
			<pubDate>Sat, 06 Oct 2012 21:13:06 +0000</pubDate>
			<dc:creator>BenWorx</dc:creator>
			<guid isPermaLink="false">78796@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude!&#60;/p&#62;
&#60;p&#62;It concerns a dynamic template called &#34;front page&#34; which i found when i installed the demo version.&#60;br /&#62;
Eventually i want to have this lay-out at every page... &#60;/p&#62;
&#60;p&#62;Please have a look at the following page:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://onzekindertherapeut.nl/wp1979/&#34; rel=&#34;nofollow&#34;&#62;http://onzekindertherapeut.nl/wp1979/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanx again!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Change position main menu"</title>
			<link>http://www.kriesi.at/support/topic/change-position-main-menu#post-78629</link>
			<pubDate>Fri, 05 Oct 2012 08:15:16 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">78629@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This is not easily possible because it would require a complex logic in the background (you'd need to check if a standard page template, a blog template, etc, is used or if a dynamic template is used and if it contains a slideshow, etc.). In addition some css adjustments would be required and you'd need to add the various slideshow configurations to header.php (which requires conditionals, etc.).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BenWorx on "Change position main menu"</title>
			<link>http://www.kriesi.at/support/topic/change-position-main-menu#post-78526</link>
			<pubDate>Thu, 04 Oct 2012 11:00:03 +0000</pubDate>
			<dc:creator>BenWorx</dc:creator>
			<guid isPermaLink="false">78526@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there, working for a client using the propulsion theme.&#60;/p&#62;
&#60;p&#62;I would like to have the main menu positioned under the slider.. Is this possible?&#60;br /&#62;
If so how can i change it's position?&#60;/p&#62;
&#60;p&#62;Thank you...&#60;/p&#62;
&#60;p&#62;Ben
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
