<?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: Where is the menu on the top left corner??</title>
		<link>http://www.kriesi.at/support/topic/where-is-the-menu-on-the-top-left-corner</link>
		<description>Support Forum - Topic: Where is the menu on the top left corner??</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 14:11:08 +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/where-is-the-menu-on-the-top-left-corner" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Where is the menu on the top left corner??"</title>
			<link>http://www.kriesi.at/support/topic/where-is-the-menu-on-the-top-left-corner#post-77931</link>
			<pubDate>Sat, 29 Sep 2012 23:25:40 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">77931@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;On Apperance &#38;gt; Menus, you need to have a second menu then find &#34;Theme Locations&#34; and select the second menu for the &#34;Shoutbox Small Sub Menu&#34; option.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mikeguellard on "Where is the menu on the top left corner??"</title>
			<link>http://www.kriesi.at/support/topic/where-is-the-menu-on-the-top-left-corner#post-77913</link>
			<pubDate>Sat, 29 Sep 2012 18:20:05 +0000</pubDate>
			<dc:creator>mikeguellard</dc:creator>
			<guid isPermaLink="false">77913@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Still not appearing. I am referring to the menu which appears above the logo. I have set up both the main menu and sub menu in the dashboard but it's till not showing up.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Where is the menu on the top left corner??"</title>
			<link>http://www.kriesi.at/support/topic/where-is-the-menu-on-the-top-left-corner#post-77866</link>
			<pubDate>Sat, 29 Sep 2012 08:36:05 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">77866@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi ,&#60;/p&#62;
&#60;p&#62;Try to check your wp-content\themes\shoutbox\header.php, if the header container looks like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!-- ####### HEAD CONTAINER ####### --&#38;gt;
			&#38;lt;div class=&#38;#39;container_wrap&#38;#39; id=&#38;#39;header&#38;#39;&#38;gt;

				&#38;lt;div class=&#38;#39;submenu&#38;#39;&#38;gt;

					&#38;lt;div class=&#38;#39;container&#38;#39;&#38;gt;
						&#38;lt;?php
						/*
						*	display the main navigation menu
						*   modify the output in your wordpress admin backend at appearance-&#38;gt;menus
						*/
						$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;, &#38;#39;max_columns&#38;#39;=&#38;gt;4);
						wp_nav_menu($args);
						?&#38;gt;

						&#38;lt;ul class=&#38;quot;social_bookmarks&#38;quot;&#38;gt;
							&#38;lt;?php do_action(&#38;#39;avia_add_social_icon&#38;#39;,&#38;#39;header&#38;#39;); ?&#38;gt;
							&#38;lt;li class=&#38;#39;rss&#38;#39;&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php avia_option(&#38;#39;feedburner&#38;#39;,get_bloginfo(&#38;#39;rss2_url&#38;#39;)); ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;?php _e(&#38;#39;Subscribe to our RSS Feed&#38;#39;, &#38;#39;avia_framework&#38;#39;)?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
							&#38;lt;?php
							if($twitter = avia_get_option(&#38;#39;twitter&#38;#39;)) echo &#38;quot;&#38;lt;li class=&#38;#39;twitter&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;http://twitter.com/&#38;quot;.$twitter.&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Follow us on Twitter&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;
							if($facebook = avia_get_option(&#38;#39;facebook&#38;#39;)) echo &#38;quot;&#38;lt;li class=&#38;#39;facebook&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.$facebook.&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Join our Facebook Group&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;
							 ?&#38;gt;

						&#38;lt;/ul&#38;gt;
						&#38;lt;!-- end social_bookmarks--&#38;gt;
						&#38;lt;div class=&#38;#39;ribbon&#38;#39;&#38;gt;&#38;lt;/div&#38;gt;
					&#38;lt;/div&#38;gt;

				&#38;lt;/div&#38;gt;

				&#38;lt;div class=&#38;#39;container&#38;#39;&#38;gt;

					&#38;lt;?php
					/*
					*	display the theme logo by checking if the default css defined logo was overwritten in the backend.
					*   the function is located at framework/php/function-set-avia-frontend-functions.php in case you need to edit the output
					*/
					echo avia_logo();

					// shows a partner image
					if($advertising = avia_get_option(&#38;#39;head_advertising&#38;#39;, false, false, true))
					{
						$extraClass = &#38;quot;&#38;quot;;
						if(strpos($advertising, &#38;#39;&#38;lt;img&#38;#39;) === false &#38;amp;&#38;amp; strpos($advertising, &#38;#39;&#38;lt;script&#38;#39;) === false) $extraClass = &#38;#39;paim_framed&#38;#39;;
						echo &#38;quot;&#38;lt;div class=&#38;#39;paim &#38;quot;.$extraClass.&#38;quot;&#38;#39;&#38;gt;&#38;quot;.$advertising.&#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
					}
					?&#38;gt;

				&#38;lt;/div&#38;gt;

				&#38;lt;div class=&#38;#39;main_menu&#38;#39;&#38;gt;

					&#38;lt;div class=&#38;#39;container&#38;#39;&#38;gt;

						&#38;lt;?php
						/*
						*	display the main navigation menu
						*   modify the output in your wordpress admin backend at appearance-&#38;gt;menus
						*/
						$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);
						?&#38;gt; 

					&#38;lt;span class=&#38;#39;search_site&#38;#39;&#38;gt;
							&#38;lt;?php
							/*
							*	display the theme search form
							*   the tempalte file that is called is searchform.php in case you want to edit it
							*/
							get_search_form();
							?&#38;gt;

						&#38;lt;/span&#38;gt;
					&#38;lt;/div&#38;gt;
					&#38;lt;!-- end container--&#38;gt;

				&#38;lt;/div&#38;gt;

			&#38;lt;/div&#38;gt;
			&#38;lt;!-- end container_wrap_header --&#38;gt;

			&#38;lt;!-- ####### END HEAD CONTAINER ####### --&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If it is, in your Appearance-&#38;gt;Menu (inside WP Dashboard) add a New Menu called &#34;Main&#34;, and add links to it. Hope this helps.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mikeguellard on "Where is the menu on the top left corner??"</title>
			<link>http://www.kriesi.at/support/topic/where-is-the-menu-on-the-top-left-corner#post-77791</link>
			<pubDate>Fri, 28 Sep 2012 16:36:03 +0000</pubDate>
			<dc:creator>mikeguellard</dc:creator>
			<guid isPermaLink="false">77791@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am using the default template with Wordpress 3.4.2 but the links on the top left (sub div?) in the header do not show up and I would like to have them like they are on the Shoutbox demo.&#60;/p&#62;
&#60;p&#62;Any ideas?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.highstreetmoney.co.uk&#34; rel=&#34;nofollow&#34;&#62;http://www.highstreetmoney.co.uk&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
