<?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: Header small menu, my account and log out links disappear when adding link</title>
		<link>http://www.kriesi.at/support/topic/header-small-menu-my-account-and-log-out-links-disappear-when-adding-link</link>
		<description>Support Forum - Topic: Header small menu, my account and log out links disappear when adding link</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 17:44:38 +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/header-small-menu-my-account-and-log-out-links-disappear-when-adding-link" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Header small menu, my account and log out links disappear when adding link"</title>
			<link>http://www.kriesi.at/support/topic/header-small-menu-my-account-and-log-out-links-disappear-when-adding-link#post-92525</link>
			<pubDate>Sun, 20 Jan 2013 22:14:37 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">92525@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;@gsTom: Glad you found a solution. Thanks for the tip. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gsTom on "Header small menu, my account and log out links disappear when adding link"</title>
			<link>http://www.kriesi.at/support/topic/header-small-menu-my-account-and-log-out-links-disappear-when-adding-link#post-92444</link>
			<pubDate>Sat, 19 Jan 2013 22:09:27 +0000</pubDate>
			<dc:creator>gsTom</dc:creator>
			<guid isPermaLink="false">92444@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I found another solution for those who don't want to touch the code:&#60;/p&#62;
&#60;p&#62;I created a user defined menu in WP Menu manager and added a Link named &#34;My Account&#34; with the &#34;use as mega menu&#34; option, below I added the &#34;view order&#34;, &#34;change password&#34;, etc. the logout link gets automatically added beneath this menu when the woocommerce &#38;gt; settings &#38;gt; pages &#38;gt; logout link option is selected.&#60;br /&#62;
The mega menu option helps to save space up there and looks very well.&#60;br /&#62;
(descriptions above may vary since I use a german version)&#60;/p&#62;
&#60;p&#62;Hope that helps others&#60;br /&#62;
Tom
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Header small menu, my account and log out links disappear when adding link"</title>
			<link>http://www.kriesi.at/support/topic/header-small-menu-my-account-and-log-out-links-disappear-when-adding-link#post-88779</link>
			<pubDate>Tue, 18 Dec 2012 13:18:55 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">88779@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;They are dummy links and will be replaced once you create a new Small Menu, you can edit the code on config-woocomerce &#38;gt; config.php, find this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if( is_user_logged_in() )
	{
		$current = $sub1 = $sub2 = $sub3 = &#38;quot;&#38;quot;;
		if(is_account_page()) $current = &#38;quot;current-menu-item&#38;quot;;
		if(is_page(get_option(&#38;#39;woocommerce_change_password_page_id&#38;#39;))) $sub1 = &#38;quot;current-menu-item&#38;quot;;
		if(is_page(get_option(&#38;#39;woocommerce_edit_address_page_id&#38;#39;))) $sub2 = &#38;quot;current-menu-item&#38;quot;;
		if(is_page(get_option(&#38;#39;woocommerce_view_order_page_id&#38;#39;))) $sub3 = &#38;quot;current-menu-item&#38;quot;;

		$output .= &#38;quot;&#38;lt;li class=&#38;#39;$current account_overview_link&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.$url[&#38;#39;account_overview&#38;#39;].&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;My Account&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;
			$output .= &#38;quot;&#38;lt;ul&#38;gt;&#38;quot;;
			$output .= &#38;quot;&#38;lt;li class=&#38;#39;$sub1 account_change_pw_link&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.$url[&#38;#39;account_change_pw&#38;#39;].&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Change Password&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;
			$output .= &#38;quot;&#38;lt;li class=&#38;#39;$sub2 account_edit_adress_link&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.$url[&#38;#39;account_edit_adress&#38;#39;].&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Edit Address&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;
			$output .= &#38;quot;&#38;lt;li class=&#38;#39;$sub3 account_view_order_link&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.$url[&#38;#39;account_view_order&#38;#39;].&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;View Order&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;
			$output .= &#38;quot;&#38;lt;/ul&#38;gt;&#38;quot;;
		$output .= &#38;quot;&#38;lt;/li&#38;gt;&#38;quot;;
		$output .= &#38;quot;&#38;lt;li class=&#38;#39;account_logout_link&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.$url[&#38;#39;logout&#38;#39;].&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Log Out&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;
	}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gsTom on "Header small menu, my account and log out links disappear when adding link"</title>
			<link>http://www.kriesi.at/support/topic/header-small-menu-my-account-and-log-out-links-disappear-when-adding-link#post-88718</link>
			<pubDate>Tue, 18 Dec 2012 07:50:06 +0000</pubDate>
			<dc:creator>gsTom</dc:creator>
			<guid isPermaLink="false">88718@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;when I add some Link to the &#34;Replete Header Small Menu&#34; which has nothing assigned by default, then the &#34;My Account&#34; and &#34;Log Out&#34; Links are disappearing beside the search form - is this an intended behaviour?&#60;/p&#62;
&#60;p&#62;Thank you&#60;br /&#62;
Tom
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
