<?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 - Tag: logout - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/logout</link>
		<description>Support Forum - Tag: logout - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 20:05:55 +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/tags/logout" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "log out non logged in"</title>
			<link>http://www.kriesi.at/support/topic/log-out-non-logged-in#post-104941</link>
			<pubDate>Tue, 09 Apr 2013 14:00:01 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">104941@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Tom,&#60;/p&#62;
&#60;p&#62;Not that I know of no. You would need to contact WooCommerce on clearing the data or making it so it doesn't save in that case.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gsTom on "log out non logged in"</title>
			<link>http://www.kriesi.at/support/topic/log-out-non-logged-in#post-104892</link>
			<pubDate>Tue, 09 Apr 2013 07:55:45 +0000</pubDate>
			<dc:creator>gsTom</dc:creator>
			<guid isPermaLink="false">104892@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;when a customer does not log in but ad stuff to the cart, and even may have had an order before, the shipping information is remembered to that customer even without having an account. Imagine, another user is using the same browser, he is not able to clean out the session unless he is aware of deleting cookies.&#60;br /&#62;
Is there a way to get an logout button into the my account menu also for not logged in users (just to clean the session)?&#60;/p&#62;
&#60;p&#62;Thank you&#60;br /&#62;
Tom
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Login Logout"</title>
			<link>http://www.kriesi.at/support/topic/login-logout#post-104779</link>
			<pubDate>Mon, 08 Apr 2013 14:03:21 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">104779@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Just an added bit, the CSS using some sample menu ID's would be this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/*Hide Logout unless logged in*/
#menu-item-42 {
    display: none;
}
.logged-in #menu-item-42 {
    display: block;
}

/*Hide Login when Logged in*/
.logged-in #menu-item-41{
    display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Where 42 is the Logout menu ID and 41 is the Login menu ID.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Login Logout"</title>
			<link>http://www.kriesi.at/support/topic/login-logout#post-104774</link>
			<pubDate>Mon, 08 Apr 2013 13:12:15 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">104774@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can create the login page with this shortcode in the page visual editor via woocommerce:&#60;br /&#62;
&#60;code&#62;[woocommerce_my_account]&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Then the logout link will be something like:&#60;br /&#62;
&#60;code&#62;&#60;a href=&#34;http://yoursite.com/wp-login.php?action=logout&#34; rel=&#34;nofollow&#34;&#62;http://yoursite.com/wp-login.php?action=logout&#60;/a&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Then you use the .logged-in #menu-item-123 where 123 is the menu id number for the login link and do display:none as the css. Do the opposite with logout.&#60;/p&#62;
&#60;p&#62;It depends on your exact menu ID set up so is a bit hard to do as a copy+paste.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tlewebdev on "Login Logout"</title>
			<link>http://www.kriesi.at/support/topic/login-logout#post-104621</link>
			<pubDate>Sat, 06 Apr 2013 16:51:00 +0000</pubDate>
			<dc:creator>tlewebdev</dc:creator>
			<guid isPermaLink="false">104621@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;what are the login / logout links?  b/c the link I have when i log out redirects me to the /wp-admin page. care to share what the css would look like? thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "My Account/ Logout links"</title>
			<link>http://www.kriesi.at/support/topic/my-account-logout-links#post-104457</link>
			<pubDate>Fri, 05 Apr 2013 04:31:24 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">104457@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi jacobom,&#60;/p&#62;
&#60;p&#62;Glad that Devin helped you. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jacobom on "My Account/ Logout links"</title>
			<link>http://www.kriesi.at/support/topic/my-account-logout-links#post-104409</link>
			<pubDate>Thu, 04 Apr 2013 20:09:01 +0000</pubDate>
			<dc:creator>jacobom</dc:creator>
			<guid isPermaLink="false">104409@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you Devin! Now I see it it's called &#34;Header Small Menu&#34;&#60;/p&#62;
&#60;p&#62;Keep it up with the great support.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "My Account/ Logout links"</title>
			<link>http://www.kriesi.at/support/topic/my-account-logout-links#post-104325</link>
			<pubDate>Thu, 04 Apr 2013 13:15:11 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">104325@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi jacobom,&#60;/p&#62;
&#60;p&#62;Yes, the Menus manager is where you would need to create a new menu and then using the Theme Locations box next to the menus manager assign the menu to that location. The current one is just the default menu until you create your own.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jacobom on "My Account/ Logout links"</title>
			<link>http://www.kriesi.at/support/topic/my-account-logout-links#post-104206</link>
			<pubDate>Wed, 03 Apr 2013 23:04:52 +0000</pubDate>
			<dc:creator>jacobom</dc:creator>
			<guid isPermaLink="false">104206@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you Dude,&#60;/p&#62;
&#60;p&#62;I refer to the menu on top of the site.&#60;/p&#62;
&#60;p&#62;The one to the left of the search bar.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "My Account/ Logout links"</title>
			<link>http://www.kriesi.at/support/topic/my-account-logout-links#post-104140</link>
			<pubDate>Wed, 03 Apr 2013 08:05:25 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">104140@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; You can use the menu manager (Appearance &#38;gt; Menus). Add your links to an existing menu or create a new menu and connect it to the right &#34;Theme Location&#34;. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jacobom on "My Account/ Logout links"</title>
			<link>http://www.kriesi.at/support/topic/my-account-logout-links#post-104080</link>
			<pubDate>Tue, 02 Apr 2013 21:27:16 +0000</pubDate>
			<dc:creator>jacobom</dc:creator>
			<guid isPermaLink="false">104080@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;What's the easiest to way to add new links on this sub_menu? (to the left of My Account and Logout links)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Login Logout"</title>
			<link>http://www.kriesi.at/support/topic/login-logout#post-103365</link>
			<pubDate>Wed, 27 Mar 2013 18:59:18 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">103365@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi tlewebdev,&#60;/p&#62;
&#60;p&#62;That is a custom function to detect logged in and change based on that so it isn't able to just get wrapped into the main menu like that.&#60;/p&#62;
&#60;p&#62;The only alternative that I could see working would be to add both a login and logout link into your menu and then use a bit of css to hide one or the other depending on the logged state of the viewer.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tlewebdev on "Login Logout"</title>
			<link>http://www.kriesi.at/support/topic/login-logout#post-103353</link>
			<pubDate>Wed, 27 Mar 2013 18:04:12 +0000</pubDate>
			<dc:creator>tlewebdev</dc:creator>
			<guid isPermaLink="false">103353@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I want to move the login/logout button beside the search bar into my main menu.  Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "My Account/ Logout links"</title>
			<link>http://www.kriesi.at/support/topic/my-account-logout-links#post-98547</link>
			<pubDate>Tue, 26 Feb 2013 15:45:46 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">98547@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You would just change the right value to 0px like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.sub_menu {
top: 84%;
right: 0px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The logo however will cause some issues. If you use:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.logo, .logo a {
float: right;
margin-right: 115px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You get it aligned to the right and the margin-right will push it out from the search bar so that it doesn't overlap. Otherwise, it looks a bit odd.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>leslieclynch on "My Account/ Logout links"</title>
			<link>http://www.kriesi.at/support/topic/my-account-logout-links#post-98471</link>
			<pubDate>Tue, 26 Feb 2013 04:24:15 +0000</pubDate>
			<dc:creator>leslieclynch</dc:creator>
			<guid isPermaLink="false">98471@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks- how do I align text all the way to the right?&#60;/p&#62;
&#60;p&#62;Also- how can I align logo all the way to the right?&#60;/p&#62;
&#60;p&#62;thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "My Account/ Logout links"</title>
			<link>http://www.kriesi.at/support/topic/my-account-logout-links#post-98384</link>
			<pubDate>Mon, 25 Feb 2013 15:48:30 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">98384@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi leslieclynch,&#60;/p&#62;
&#60;p&#62;Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.sub_menu {
top: 84%;
right: 31px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can modify the font and size of the links by also adding the following after the above:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.sub_menu&#38;gt;ul&#38;gt;li&#38;gt;a, .sub_menu&#38;gt;div&#38;gt;ul&#38;gt;li&#38;gt;a {
font-family: Times;
font-size: 12px;
font-weight: bold;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;See here for font-family information: &#60;a href=&#34;http://www.w3schools.com/cssref/pr_font_font-family.asp&#34; rel=&#34;nofollow&#34;&#62;http://www.w3schools.com/cssref/pr_font_font-family.asp&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>leslieclynch on "My Account/ Logout links"</title>
			<link>http://www.kriesi.at/support/topic/my-account-logout-links#post-98324</link>
			<pubDate>Mon, 25 Feb 2013 05:17:13 +0000</pubDate>
			<dc:creator>leslieclynch</dc:creator>
			<guid isPermaLink="false">98324@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How can I move these links to below the search bar?&#60;/p&#62;
&#60;p&#62;When do I change the font and size?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Dynamic Logged in/out Menus"</title>
			<link>http://www.kriesi.at/support/topic/dynamic-logged-inout-menus#post-66691</link>
			<pubDate>Fri, 20 Jul 2012 06:25:38 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">66691@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Glad that the tutorial helped you :) &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>udugam on "Dynamic Logged in/out Menus"</title>
			<link>http://www.kriesi.at/support/topic/dynamic-logged-inout-menus#post-66202</link>
			<pubDate>Tue, 17 Jul 2012 22:07:57 +0000</pubDate>
			<dc:creator>udugam</dc:creator>
			<guid isPermaLink="false">66202@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This post was super helpful! I applied the changes to the &#34;Flashlight&#34; theme. The only difference was with the Flashlight theme you have to make the changes to the sidebar.php file instead of the header.php file because of the way the theme is designed.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Logout Link / Filter causing conflicts"</title>
			<link>http://www.kriesi.at/support/topic/logout-link-filter-causing-conflicts#post-43407</link>
			<pubDate>Fri, 24 Feb 2012 20:10:01 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">43407@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Jason,&#60;/p&#62;
&#60;p&#62;Thanks for the heads up. I'll forward the information to Kriesi so he can decide if its something he wants to add support for later.&#60;/p&#62;
&#60;p&#62;Thanks again :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jasonbahl on "Logout Link / Filter causing conflicts"</title>
			<link>http://www.kriesi.at/support/topic/logout-link-filter-causing-conflicts#post-43378</link>
			<pubDate>Fri, 24 Feb 2012 17:55:21 +0000</pubDate>
			<dc:creator>jasonbahl</dc:creator>
			<guid isPermaLink="false">43378@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I decided to try a different membershp plugin and everything appears to work well now. &#60;/p&#62;
&#60;p&#62;If someone has time, it would probably be cool to make sure the theme can work with eMember as I'm sure other people might use that plugin with this theme. &#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Jason
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jasonbahl on "Logout Link / Filter causing conflicts"</title>
			<link>http://www.kriesi.at/support/topic/logout-link-filter-causing-conflicts#post-43367</link>
			<pubDate>Fri, 24 Feb 2012 16:49:23 +0000</pubDate>
			<dc:creator>jasonbahl</dc:creator>
			<guid isPermaLink="false">43367@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm using wp-emember with this theme and it appears the theme is adding a filter or something to the logout links. &#60;/p&#62;
&#60;p&#62;When I use emember on the twenty-eleven theme, all works well. When I activate this theme, I cannot log out of emember. &#60;/p&#62;
&#60;p&#62;Can you direct me to any filters or what not that alter the action of the wordpress logout?&#60;/p&#62;
&#60;p&#62;For eMember to logout, it uses a link like this: yoursite.com/?event=logout&#60;/p&#62;
&#60;p&#62;When I click that link in the Twenty-Eleven theme, I get logged out of eMember and WordPress. &#60;/p&#62;
&#60;p&#62;When I click that link from the Propulsion theme, I get logged out of WordPress, but not eMember. &#60;/p&#62;
&#60;p&#62;Please advise.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Logout confirmation"</title>
			<link>http://www.kriesi.at/support/topic/logout-confirmation#post-41389</link>
			<pubDate>Mon, 13 Feb 2012 06:59:42 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">41389@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
1) Propulsion doesn't require bbpress. You can deactivate it if you don't want to use it for forums.&#60;/p&#62;
&#60;p&#62;2) This posts: &#60;a href=&#34;http://bbpress.org/forums/topic/logout-error-when-bbpress-plugin-is-active&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/logout-error-when-bbpress-plugin-is-active&#60;/a&#62; and &#60;a href=&#34;http://wordpress.org/support/topic/plugin-bbpress-bug-with-bbp_logout_url&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/support/topic/plugin-bbpress-bug-with-bbp_logout_url&#60;/a&#62; might help you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>argos on "Logout confirmation"</title>
			<link>http://www.kriesi.at/support/topic/logout-confirmation#post-41356</link>
			<pubDate>Sun, 12 Feb 2012 20:05:05 +0000</pubDate>
			<dc:creator>argos</dc:creator>
			<guid isPermaLink="false">41356@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi James. I bough Propulsion.&#60;br /&#62;
I never have this problem before with any theme&#60;br /&#62;
NOW each time I click on LOGOUT it adds to the normal link, a REDIRECT that is incorrect -as I have the site installed in a FOLDER inside the domain.&#60;/p&#62;
&#60;p&#62;So for example:&#60;br /&#62;
Normal logout link:&#60;br /&#62;
&#60;a href=&#34;http://propulsiondomain.com/propulsionSITE/wp-login.php?action=logout&#38;amp;_wpnonce=a11f7d73f3&#34; rel=&#34;nofollow&#34;&#62;http://propulsiondomain.com/propulsionSITE/wp-login.php?action=logout&#38;amp;_wpnonce=a11f7d73f3&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;but actual logout link that PROPULSION generates is:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://propulsiondomain.com/propulsionSITE/wp-login.php?action=logout&#38;amp;_wpnonce=a11f7d73f3&#38;amp;redirect_to=http%3A%2F%2Fpropulsiondomain.com%2FpropulsionSITE%2FpropulsionSITE%2Fwp-admin%2F%3Fedit%3Ddashboard_primary%26loggedout%3Dtrue&#34; rel=&#34;nofollow&#34;&#62;http://propulsiondomain.com/propulsionSITE/wp-login.php?action=logout&#38;amp;_wpnonce=a11f7d73f3&#38;amp;redirect_to=http%3A%2F%2Fpropulsiondomain.com%2FpropulsionSITE%2FpropulsionSITE%2Fwp-admin%2F%3Fedit%3Ddashboard_primary%26loggedout%3Dtrue&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;so i get a 404 error when loggin out.&#60;/p&#62;
&#60;p&#62;BUT hey, I found a solution.&#60;/p&#62;
&#60;p&#62;The problem is bbpress plugin that I installed because Propulsion need it installed.&#60;/p&#62;
&#60;p&#62;So now, what should I do ?&#60;/p&#62;
&#60;p&#62;Talk with PROPULSION developer ?&#60;br /&#62;
Talk with bbpress developer ?&#60;/p&#62;
&#60;p&#62;Or how can I fix this ?&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Dynamic Logged in/out Menus"</title>
			<link>http://www.kriesi.at/support/topic/dynamic-logged-inout-menus#post-30229</link>
			<pubDate>Sun, 23 Oct 2011 01:27:53 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">30229@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for sharing your solution, it's great to see when people come up with things like this and share it with the community!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Dynamic Logged in/out Menus"</title>
			<link>http://www.kriesi.at/support/topic/dynamic-logged-inout-menus#post-30170</link>
			<pubDate>Sat, 22 Oct 2011 06:38:42 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">30170@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;wow, thanks.&#60;/p&#62;
&#60;p&#62;And you haven't such a great idea for a drop-down menu for submenu? ;-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tbanetworkservices on "Dynamic Logged in/out Menus"</title>
			<link>http://www.kriesi.at/support/topic/dynamic-logged-inout-menus#post-30162</link>
			<pubDate>Sat, 22 Oct 2011 02:52:38 +0000</pubDate>
			<dc:creator>tbanetworkservices</dc:creator>
			<guid isPermaLink="false">30162@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#60;strong&#62;Getting Your Hands Dirty&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Actually they are not going to get very dirty, as I have found that you only require 2 simple edits.&#60;/p&#62;
&#60;p&#62;In &#60;em&#62;functions.php&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;Change...&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
/* Activate native wordpress navigation menu and register a menu location */&#60;br /&#62;
add_theme_support('nav_menus');&#60;br /&#62;
$avia_config['nav_menus'] = array('avia' =&#38;gt; 'Main Menu', 'avia2'=&#38;gt; 'Sub Menu');&#60;br /&#62;
foreach($avia_config['nav_menus'] as $key =&#38;gt; $value){ register_nav_menu($key, THEMENAME.' '.$value); }&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;To...&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
/* Activate native wordpress navigation menu and register a menu location */&#60;br /&#62;
add_theme_support('nav_menus');&#60;br /&#62;
$avia_config['nav_menus'] = array('avia' =&#38;gt; 'Main Menu', 'avia2'=&#38;gt; 'Sub Menu', 'avia3'=&#38;gt; 'Members Menu');&#60;br /&#62;
foreach($avia_config['nav_menus'] as $key =&#38;gt; $value){ register_nav_menu($key, THEMENAME.' '.$value); }&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Then in &#60;em&#62;header.php&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;Change...&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
					/*&#60;br /&#62;
					*	display the main navigation menu&#60;br /&#62;
					*   check if a description for submenu items was added and change the menu class accordingly&#60;br /&#62;
					*   modify the output in your wordpress admin backend at appearance-&#38;gt;menus&#60;br /&#62;
					*/&#60;br /&#62;
					$args = array(	'echo'=&#38;gt; false,&#60;br /&#62;
									'fallback_cb' =&#38;gt; 'avia_fallback_menu',&#60;br /&#62;
									'theme_location' =&#38;gt; 'avia',&#60;br /&#62;
									'menu_class' =&#38;gt; 'menu',&#60;br /&#62;
									'walker' =&#38;gt; new avia_description_walker()&#60;br /&#62;
								);&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;To...&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
					/*&#60;br /&#62;
					*	display the main navigation menu&#60;br /&#62;
					*   check if a description for submenu items was added and change the menu class accordingly&#60;br /&#62;
					*   modify the output in your wordpress admin backend at appearance-&#38;gt;menus&#60;br /&#62;
					*/&#60;br /&#62;
					if ( is_user_logged_in() ) {&#60;br /&#62;
						$args = array(	'echo'=&#38;gt; false,&#60;br /&#62;
										'fallback_cb' =&#38;gt; 'avia_fallback_menu',&#60;br /&#62;
										'theme_location' =&#38;gt; 'avia3',&#60;br /&#62;
										'menu_class' =&#38;gt; 'menu',&#60;br /&#62;
										'walker' =&#38;gt; new avia_description_walker()&#60;br /&#62;
									);&#60;br /&#62;
					} else {&#60;br /&#62;
						$args = array(	'echo'=&#38;gt; false,&#60;br /&#62;
										'fallback_cb' =&#38;gt; 'avia_fallback_menu',&#60;br /&#62;
										'theme_location' =&#38;gt; 'avia',&#60;br /&#62;
										'menu_class' =&#38;gt; 'menu',&#60;br /&#62;
										'walker' =&#38;gt; new avia_description_walker()&#60;br /&#62;
									);&#60;br /&#62;
					}&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;You will then find a 3rd supported Corona Menu within the Wordpress &#34;Appearance - Menus&#34;. and you can create a menu and select it from the new drop down list as normal.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tbanetworkservices on "Dynamic Logged in/out Menus"</title>
			<link>http://www.kriesi.at/support/topic/dynamic-logged-inout-menus#post-30159</link>
			<pubDate>Sat, 22 Oct 2011 01:53:27 +0000</pubDate>
			<dc:creator>tbanetworkservices</dc:creator>
			<guid isPermaLink="false">30159@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Chris,&#60;/p&#62;
&#60;p&#62;The idea was more to make it easier for those that don't want to get their hands &#34;dirty&#34;.&#60;/p&#62;
&#60;p&#62;Although I am sure it would be a handy WP feature in general.&#60;/p&#62;
&#60;p&#62;Probably a simple hook for a plugin.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Dynamic Logged in/out Menus"</title>
			<link>http://www.kriesi.at/support/topic/dynamic-logged-inout-menus#post-29938</link>
			<pubDate>Thu, 20 Oct 2011 02:16:53 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">29938@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
In your header.php file find&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#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;);
						wp_nav_menu($args);
						?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Here you can add your &#34;if logged in =&#38;gt; ... else ...&#34;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tbanetworkservices on "Dynamic Logged in/out Menus"</title>
			<link>http://www.kriesi.at/support/topic/dynamic-logged-inout-menus#post-29932</link>
			<pubDate>Thu, 20 Oct 2011 01:44:25 +0000</pubDate>
			<dc:creator>tbanetworkservices</dc:creator>
			<guid isPermaLink="false">29932@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It would be truly awesome if your themes would have an option to use a different menu when logged in.&#60;/p&#62;
&#60;p&#62;As you already have Theme Locations for the Corona Template Menus it would require a small extension to this and would really help!&#60;/p&#62;
&#60;p&#62;In the mean time where is the correct place to add the php code for this
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
