Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
title tag/attribute - issue / SEO
#4
Well you can customize the menu text, so the link title in those cases would NOT be the same. It would be the title of the page you are linking to. Perhaps you can have short menu text and change the titles.

If you want custom tooltips you will have to build your own menu function in php, then you can use a custom field for popups.

I would just use jquery to add 'data-title' attributes to the links by name and have the tooltips use those, most do.

Youll notice the menu items have a li with a class of "slug".

You could do a custom thing for each menu item.

$(li.slugname a).attr('data-title','my custom title');
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply


Messages In This Thread
title tag/attribute - issue / SEO - by giggty - 2013-08-06, 04:54:23
RE: title tag/attribute - issue / SEO - by giggty - 2013-08-06, 06:33:38
RE: title tag/attribute - issue / SEO - by shawn_a - 2013-08-06, 10:10:18
RE: title tag/attribute - issue / SEO - by giggty - 2013-08-07, 17:49:48



Users browsing this thread: 1 Guest(s)