<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>ThemeShaper Forums Topic: thematic menu - change the default mouseover text description</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Sun, 26 May 2013 03:02:20 +0000</pubDate>

<item>
<title>Technokinetics on "thematic menu - change the default mouseover text description"</title>
<link>http://themeshaper.com/forums/topic/thematic-menu-change-the-default-mouseover-text-description#post-5550</link>
<pubDate>Tue, 04 Aug 2009 13:54:23 +0000</pubDate>
<dc:creator>Technokinetics</dc:creator>
<guid isPermaLink="false">5550@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi Manuel,&#60;/p&#62;
&#60;p&#62;As you asked, I just thought I'd offer an explanation of this: &#34;Remove title attributes from Page lists completely (generally improves accessibility)&#34;.&#60;/p&#62;
&#60;p&#62;Title attributes are accessed in different ways by different users, but should be used to offer advisory information about the elements for which they are set. So if you use an acronym (e.g. &#34;FAQ&#34;), you might use a title attribute to explain what it means (&#34;Frequently Asked Questions&#34;).&#60;/p&#62;
&#60;p&#62;By default, WP gives every link in a Page list a title attribute that simply duplicates the link text. That isn't advisory information, it's redundant information.&#60;/p&#62;
&#60;p&#62;For most users, this isn't a problem, because the content of the title attribute only appears as a tool-tip when a link is hovered over, which is no big deal. However, for a visually impaired user using a screen reader that reads out the link text followed by the title attribute, the repetition of every link is likely to be annoying.&#60;/p&#62;
&#60;p&#62;It's therefore best to remove the default title attributes, and only restore them when you have some advisory information to attach to a link. Page Lists Plus lets you do this (among other things).&#60;/p&#62;
&#60;p&#62;I hope that explains why this feature is there.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;- Tim
&#60;/p&#62;</description>
</item>
<item>
<title>alx43 on "thematic menu - change the default mouseover text description"</title>
<link>http://themeshaper.com/forums/topic/thematic-menu-change-the-default-mouseover-text-description#post-4810</link>
<pubDate>Mon, 29 Jun 2009 16:26:23 +0000</pubDate>
<dc:creator>alx43</dc:creator>
<guid isPermaLink="false">4810@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks Manuel, problem solved
&#60;/p&#62;</description>
</item>
<item>
<title>Manuel on "thematic menu - change the default mouseover text description"</title>
<link>http://themeshaper.com/forums/topic/thematic-menu-change-the-default-mouseover-text-description#post-4803</link>
<pubDate>Mon, 29 Jun 2009 07:33:32 +0000</pubDate>
<dc:creator>Manuel</dc:creator>
<guid isPermaLink="false">4803@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Another plugin to handle exactly that would be &#60;a href=&#34;http://www.technokinetics.com/plugins/page-lists-plus/&#34; title=&#34;Page Lists Plus WP plugin&#34;&#62;Page Lists Plus&#60;/a&#62;:&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;Change the link text in Page lists to something other than a Page’s title&#60;/li&#62;
&#60;li&#62;Change the title attribute in Page lists to something other than a Page’s title&#60;/li&#62;
&#60;li&#62;Remove title attributes from Page lists completely (generally improves accessibility)&#60;/li&#62;
&#60;li&#62;Remove specified Pages from Page lists&#60;/li&#62;
&#60;li&#62;Unlink specified Pages in Page lists&#60;/li&#62;
&#60;li&#62;Add a “Home” link at the start of your Page lists&#60;/li&#62;
&#60;li&#62;Add a “Contact” email link at the end of your Page lists&#60;/li&#62;
&#60;li&#62;Add class=”first_item” to the first item in your Page lists (useful if you want to use a Page list as a horizontal navigation menu with a separator image before all items except the first)&#60;/li&#62;
&#60;li&#62;Add a custom class to any list item in your Page lists (useful if you want some links to be styled differently from others)&#60;/li&#62;
&#60;li&#62;Add span tags inside all list items or anchors in Page lists (again, useful for styling)&#60;/li&#62;
&#60;li&#62;Redirect links in Page lists to an alternative url (so to add a non-Page link to your Page lists, just create a blank Page and redirect the link to wherever you want it to go)&#60;/li&#62;
&#60;li&#62;Add target=”_blank” to links in Page lists (so that they open a new browser window)&#60;/li&#62;
&#60;li&#62;Add rel=”nofollow” to links in Page lists (to tell search engines not to follow the link, usually for SEO purposes)&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;Huh? Why? Not sure about that one:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;Remove title attributes from Page lists completely (generally improves accessibility)
&#60;/p&#62;&#60;/blockquote&#62;</description>
</item>
<item>
<title>alx43 on "thematic menu - change the default mouseover text description"</title>
<link>http://themeshaper.com/forums/topic/thematic-menu-change-the-default-mouseover-text-description#post-4801</link>
<pubDate>Mon, 29 Jun 2009 04:27:11 +0000</pubDate>
<dc:creator>alx43</dc:creator>
<guid isPermaLink="false">4801@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi Chris,&#60;br /&#62;
I have the &#34;All in one SEO pack&#34; plugin installed and it gives me the option to add a different title to each page or post. When I put a descriptive page title using the plugin, the plugin automatically fills in the custom fields with the name &#34;title&#34; and the value of whatever title is. I checked the Wordpress codex and it explains that I also have to insert the line: &#38;lt;?php the_meta(); ?&#38;gt; into the loop - I assume that in this case is the loop of the Page Template - page.php, but the loop is not explicit in the page.php as it would be in a more basic theme (i.e. &#38;lt;?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?&#38;gt;)... Can you help me with this?&#60;br /&#62;
Thanx, Alex
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "thematic menu - change the default mouseover text description"</title>
<link>http://themeshaper.com/forums/topic/thematic-menu-change-the-default-mouseover-text-description#post-4727</link>
<pubDate>Thu, 25 Jun 2009 12:35:32 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">4727@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;you could define a custom field for this and replace the title tag against the one listed in the custom field. Needs some experience in php and WordPress.&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
</item>
<item>
<title>alx43 on "thematic menu - change the default mouseover text description"</title>
<link>http://themeshaper.com/forums/topic/thematic-menu-change-the-default-mouseover-text-description#post-4688</link>
<pubDate>Mon, 22 Jun 2009 18:33:03 +0000</pubDate>
<dc:creator>alx43</dc:creator>
<guid isPermaLink="false">4688@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi, I just installed thematic without a child theme. I would like to put in a more detailed text - like a short description for each menu item. The default thematic text displayed on mouseover is the same as the page title (menu item name). How can I change this?&#60;br /&#62;
Thanx, Alex
&#60;/p&#62;</description>
</item>

</channel>
</rss>
