Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Steve Bruner

    (@sbruner)

    @dylanabowman– what’s the url of your website?

    Thread Starter dylanabowman

    (@dylanabowman)

    Hi @sbruner,

    Thanks for the quick reply. The website is still on my localhost. I have disabled tooltips completely using the following code:

    $(‘[title]’).attr(‘title’, function(i, title) {
    $(this).data(‘title’, title).removeAttr(‘title’);
    });

    This works fine except for the tab titles in the Tabber Tabs Widget; these titles still appear. I’ve had a look in the TTW javascript file and there is a line:

    this.removeTitle = true;

    This seems like it should have stopped the titles from ever showing up in the first place, but they still do.

    Can you assist?

    Thanks,
    Dylan

    P.S. are there any plans to update the widget so that you can use more than one instance of it on a website? Other tabbed widgets (which are no longer supported) have a feature where you can select what should go in the tabs from the “inactive widgets” list. TTW is a great widget and the addition of that functionality would make it even better.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Tabber Tabs Widget] Title tooltips’ is closed to new replies.