<?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: Menu Descriptions Not Showing on Frontend</title>
		<link>http://www.kriesi.at/support/topic/menu-descriptions-not-showing-on-frontend</link>
		<description>Support Forum - Topic: Menu Descriptions Not Showing on Frontend</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 19:14:35 +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/menu-descriptions-not-showing-on-frontend" rel="self" type="application/rss+xml" />

		<item>
			<title>lcburns on "Menu Descriptions Not Showing on Frontend"</title>
			<link>http://www.kriesi.at/support/topic/menu-descriptions-not-showing-on-frontend#post-77811</link>
			<pubDate>Fri, 28 Sep 2012 20:21:34 +0000</pubDate>
			<dc:creator>lcburns</dc:creator>
			<guid isPermaLink="false">77811@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, Nick!  I do appreciate it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Menu Descriptions Not Showing on Frontend"</title>
			<link>http://www.kriesi.at/support/topic/menu-descriptions-not-showing-on-frontend#post-77477</link>
			<pubDate>Wed, 26 Sep 2012 21:55:54 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">77477@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I am sorry,But this is something beyond puzzling, and must be something so simple, I am just not seeing it. I am gonna dedicate this entire weekend to solving this problem, because the only two conclusions so far I can draw is either one of the WordPress updates changed something fundamentally or Woo plugin is hijacking the Walker class further along. &#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lcburns on "Menu Descriptions Not Showing on Frontend"</title>
			<link>http://www.kriesi.at/support/topic/menu-descriptions-not-showing-on-frontend#post-77157</link>
			<pubDate>Mon, 24 Sep 2012 17:52:41 +0000</pubDate>
			<dc:creator>lcburns</dc:creator>
			<guid isPermaLink="false">77157@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes, I've added that, no luck.  May just have to forgo it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Menu Descriptions Not Showing on Frontend"</title>
			<link>http://www.kriesi.at/support/topic/menu-descriptions-not-showing-on-frontend#post-76943</link>
			<pubDate>Sat, 22 Sep 2012 22:49:46 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">76943@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Have you tried &#34;to inherit all the functionalities of the parent's start_el function and just append the description to $output:&#34;&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function start_el(&#38;amp;$output, $item, $depth, $args) {
    parent::start_el($output, $item, $depth, $args);
    $output .= sprintf(&#38;#39;&#38;lt;i&#38;gt;%s&#38;lt;/i&#38;gt;&#38;#39;, esc_html($item-&#38;gt;description));
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lcburns on "Menu Descriptions Not Showing on Frontend"</title>
			<link>http://www.kriesi.at/support/topic/menu-descriptions-not-showing-on-frontend#post-76676</link>
			<pubDate>Thu, 20 Sep 2012 13:04:20 +0000</pubDate>
			<dc:creator>lcburns</dc:creator>
			<guid isPermaLink="false">76676@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Actually, it doesn't really work when you use CSS to display:block on the attr(title), because the whole tab moves on hover.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lcburns on "Menu Descriptions Not Showing on Frontend"</title>
			<link>http://www.kriesi.at/support/topic/menu-descriptions-not-showing-on-frontend#post-76623</link>
			<pubDate>Wed, 19 Sep 2012 21:16:27 +0000</pubDate>
			<dc:creator>lcburns</dc:creator>
			<guid isPermaLink="false">76623@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Okay, thanks.  Yeah, I can just put it into the attribute field, I guess.  That does work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Menu Descriptions Not Showing on Frontend"</title>
			<link>http://www.kriesi.at/support/topic/menu-descriptions-not-showing-on-frontend#post-76622</link>
			<pubDate>Wed, 19 Sep 2012 21:07:32 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">76622@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;It looks like Wordpress update changed something to cause this, since there is lot of interest in this question on Stack Exchange &#60;a href=&#34;http://wordpress.stackexchange.com/questions/14037/menu-items-description-custom-walker-for-wp-nav-menu&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.stackexchange.com/questions/14037/menu-items-description-custom-walker-for-wp-nav-menu&#60;/a&#62; . Please take a look at the very last solution offered,&#60;/p&#62;
&#60;p&#62;I will return to test some things out,&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lcburns on "Menu Descriptions Not Showing on Frontend"</title>
			<link>http://www.kriesi.at/support/topic/menu-descriptions-not-showing-on-frontend#post-76618</link>
			<pubDate>Wed, 19 Sep 2012 20:33:06 +0000</pubDate>
			<dc:creator>lcburns</dc:creator>
			<guid isPermaLink="false">76618@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;That works for the attribute/title in the menu, but what would I use for the 'description'?  I've tried different variations, but don't have the right term.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Menu Descriptions Not Showing on Frontend"</title>
			<link>http://www.kriesi.at/support/topic/menu-descriptions-not-showing-on-frontend#post-75970</link>
			<pubDate>Fri, 14 Sep 2012 17:28:55 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">75970@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Eh... Sorry about that, was helping someone else who was doing that, so I thought maybe it's an epidemic.&#60;/p&#62;
&#60;p&#62;Now I understand what you mean, try this. You can remove those blocks, for some reason they didn't work for me since most likely one of the last WordPress updates changed something around.&#60;/p&#62;
&#60;p&#62;Add this to Quick CSS in the backend and that's it. &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.menu-item a:after { content: attr(title); }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Just have to style it I guess, See if that works, and I will take another look at why the old method not working.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lcburns on "Menu Descriptions Not Showing on Frontend"</title>
			<link>http://www.kriesi.at/support/topic/menu-descriptions-not-showing-on-frontend#post-75758</link>
			<pubDate>Thu, 13 Sep 2012 15:43:47 +0000</pubDate>
			<dc:creator>lcburns</dc:creator>
			<guid isPermaLink="false">75758@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Maybe I'm not clear, sorry for that, but it's not the label field.  I don't have any html in the label field.  I'm speaking of the description field, where you can enter just text, which I have, and it is to appear under the label on the frontend, as seen in this view:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.kriesi.at/archives/improve-your-wordpress-navigation-menu-output&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/archives/improve-your-wordpress-navigation-menu-output&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks -
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Menu Descriptions Not Showing on Frontend"</title>
			<link>http://www.kriesi.at/support/topic/menu-descriptions-not-showing-on-frontend#post-75739</link>
			<pubDate>Thu, 13 Sep 2012 14:08:32 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">75739@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;The label field doesn't accept html , php or js. Just plain text. Write in a few words what you want to say and save and on a 'mouse over' event over the button, a tooltip will pop out showing the label. I just successfully was able to do that on my localhost development box with a new wordpress install,.. There are better ways to do it, I am sure of that, as there are many commercially available solutions on the market, but unfortunately I am not very familiar with them. I think the problem was caused by entry of html into the label field.,&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lcburns on "Menu Descriptions Not Showing on Frontend"</title>
			<link>http://www.kriesi.at/support/topic/menu-descriptions-not-showing-on-frontend#post-75458</link>
			<pubDate>Tue, 11 Sep 2012 19:27:12 +0000</pubDate>
			<dc:creator>lcburns</dc:creator>
			<guid isPermaLink="false">75458@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Also, let me add that I've deactivated all plugins and there doesn't seem to be a conflict there.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lcburns on "Menu Descriptions Not Showing on Frontend"</title>
			<link>http://www.kriesi.at/support/topic/menu-descriptions-not-showing-on-frontend#post-75413</link>
			<pubDate>Tue, 11 Sep 2012 13:21:23 +0000</pubDate>
			<dc:creator>lcburns</dc:creator>
			<guid isPermaLink="false">75413@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Yes, I'm using 1.5.  It's either adding the snippet mentioned above OR this correct?: &#60;/p&#62;
&#60;p&#62;wp_nav_menu( array(&#60;br /&#62;
'container' =&#38;gt;false,&#60;br /&#62;
'menu_class' =&#38;gt; 'nav',&#60;br /&#62;
'echo' =&#38;gt; true,&#60;br /&#62;
'before' =&#38;gt; '',&#60;br /&#62;
'after' =&#38;gt; '',&#60;br /&#62;
'link_before' =&#38;gt; '',&#60;br /&#62;
'link_after' =&#38;gt; '',&#60;br /&#62;
'depth' =&#38;gt; 0,&#60;br /&#62;
'walker' =&#38;gt; new description_walker())&#60;br /&#62;
);&#60;/p&#62;
&#60;p&#62;Thanks -
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Menu Descriptions Not Showing on Frontend"</title>
			<link>http://www.kriesi.at/support/topic/menu-descriptions-not-showing-on-frontend#post-75381</link>
			<pubDate>Tue, 11 Sep 2012 07:55:56 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">75381@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Icburns,&#60;/p&#62;
&#60;p&#62;Are you using the latest version of the Abundance Theme? If not, try to updating your site might help resolve the problem, just make sure to backup your customized files and data.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lcburns on "Menu Descriptions Not Showing on Frontend"</title>
			<link>http://www.kriesi.at/support/topic/menu-descriptions-not-showing-on-frontend#post-75291</link>
			<pubDate>Mon, 10 Sep 2012 19:20:14 +0000</pubDate>
			<dc:creator>lcburns</dc:creator>
			<guid isPermaLink="false">75291@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Yes, I've add the code ( class description_walker extends Walker_Nav_Menu to my functions.php file.  I've added descriptive text (they only hover).&#60;/p&#62;
&#60;p&#62;This code in the header just duplicates it.&#60;/p&#62;
&#60;p&#62;wp_nav_menu( array(&#60;br /&#62;
 'container' =&#38;gt;false,&#60;br /&#62;
 'menu_class' =&#38;gt; 'nav',&#60;br /&#62;
 'echo' =&#38;gt; true,&#60;br /&#62;
 'before' =&#38;gt; '',&#60;br /&#62;
 'after' =&#38;gt; '',&#60;br /&#62;
 'link_before' =&#38;gt; '',&#60;br /&#62;
 'link_after' =&#38;gt; '',&#60;br /&#62;
 'depth' =&#38;gt; 0,&#60;br /&#62;
 'walker' =&#38;gt; new description_walker())&#60;br /&#62;
 );&#60;/p&#62;
&#60;p&#62;Also, when I follow these instructions, nothing happens:&#60;/p&#62;
&#60;p&#62;'Then open your header.php and find this code...&#60;/p&#62;
&#60;p&#62;$args = array('theme_location'=&#38;gt;'avia', 'fallback_cb' =&#38;gt; 'avia_fallback_menu');&#60;/p&#62;
&#60;p&#62;&#34;Place this snippet on top of it.&#34;&#60;/p&#62;
&#60;p&#62;$args = array('theme_location'=&#38;gt;'avia', 'fallback_cb' =&#38;gt; 'avia_fallback_menu', 'walker' =&#38;gt;new description_walker());&#60;/p&#62;
&#60;p&#62;Thanks -
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Menu Descriptions Not Showing on Frontend"</title>
			<link>http://www.kriesi.at/support/topic/menu-descriptions-not-showing-on-frontend#post-75278</link>
			<pubDate>Mon, 10 Sep 2012 17:48:28 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">75278@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi lcburns,&#60;/p&#62;
&#60;p&#62;What steps have you taken so far? Have you added in the code to your functions from the second link there? If so, have you added in menu description text for your menus items in the Menus manager?&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lcburns on "Menu Descriptions Not Showing on Frontend"</title>
			<link>http://www.kriesi.at/support/topic/menu-descriptions-not-showing-on-frontend#post-75091</link>
			<pubDate>Sun, 09 Sep 2012 23:54:20 +0000</pubDate>
			<dc:creator>lcburns</dc:creator>
			<guid isPermaLink="false">75091@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I've read these and other posts regarding the ability to display the menu descriptions on the frontend, but I can't get it to work.:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.kriesi.at/archives/improve-your-wordpress-navigation-menu-output&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/archives/improve-your-wordpress-navigation-menu-output&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.kriesi.at/support/topic/menu-description-field-in-choices&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/menu-description-field-in-choices&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'm using the Abundance theme and can add some HTML in the label field, but I know there's a better way to get it to work in this theme (per your posts), but I don't know what I'm missing.  &#60;/p&#62;
&#60;p&#62;Thanks -
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
