Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • hughbo Friend
    #131091

    Hi,

    I’m wondering if you know how to get rid of the alt text that appears when you hover over a tab. Currently it displays the module type, ie. mod_custom, mod_feed etc. (see pic)
    I’d either like to get rid of this or at least change it to the module title.

    Also, this is an IE specific problem – does anyone know why the first custom bullet point on my links modules don’t render properly. If anyone can point me in the direction of the issue I’d be very grateful.

    Many Thanks

    http://www.bhmc.org.uk


    1. tabs
    Sherlock Friend
    #261042

    Hi hughbo !
    You can remove it following way below :
    Open ja_tabs.php file in pluginscontent folder , find following code section at about line 153 :


    $lis .= "<li title="".$list[$j]->module.""><h3><span>".$list[$j]->title."</span></h3></li>";

    change to :


    $lis .= "<li><h3><span>".$list[$j]->title."</span></h3></li>";

    hughbo Friend
    #261186

    Thank you very much!

    dpk Friend
    #261870

    No, this is not just an IE problem, it also happens in FF.

    Thank you for providing the solution, hainn84!

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 3 voices, and was last updated by  dpk 16 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum