ThemeShaper Forums » Thematic

[closed]

Suggestion: remove tooltips for drop-down menu by default

(3 posts)
  • Started 14 years ago by holling
  • Latest reply from em hr
  • This topic is not a support question
  1. Gents -
    Tooltips in the superfish menus don't make sense: they obfuscate what a user is trying to view, particularly badly when there's a submenu. Why not pull them by default?

    An easy solution was posted here:

    http://azoomer.com/disabling-the-tooltip-in-the-dropdown-menu-of-a-child-theme/

    Which is a repost of http://wordpress.org/support/topic/250875

    holling

    Posted 14 years ago #
  2. kga
    Member

    Totally agree.

    Thank you.

    Posted 14 years ago #
  3. I agree with you guys but there are those who may still want the title tag and I think it should probably remain by default especially given it's not that complicated to remove them. I'm not the greatest with regex but this is what I use to do this with Thematic:

    function child_remove_access_title($menu) {
    	$child_menu = preg_replace('/title=\"(.*?)\"/','',$menu);
    	return $child_menu;
     }
    add_filter('wp_page_menu','child_remove_access_title');

    -Gene

    Posted 14 years ago #

RSS feed for this topic

Topic Closed

This topic has been closed to new replies.