Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • laraen Friend
    #137692

    Hi,

    How can I change the alternative text on the JA Tabs? I have the module named “Registration”, but when you hover over the “Registration” it says mod_custom

    Thanks!

    Anonymous Moderator
    #289367

    Hi laraen,

    Please open ja_tabs.php in plugins/content folder, at about line 142, find following script:

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

    and change to:

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

    Hope it helps.

    laraen Friend
    #289450

    Unfortunately it did not work. 🙁 But thank you for very much for trying to help.

    Anonymous Moderator
    #289594

    Hi laraen,

    I have tried this modification with my code, it worked fine.

    Please send me your live url, admin account, ftp account via PM.

    I will help you to fix this issue.

    laraen Friend
    #290047

    Hi,

    Thank you very much. I have sent the requested information to you in pm. 🙂

    Anonymous Moderator
    #290425

    Hi laraen,
    I fixed this issue. This code is at line 145.

    dig814 Friend
    #292394

    Can you tellme how to change this if I am using content items and not mods? Right now it shows the article id when hovering a tab.

    Thanks

    Anonymous Moderator
    #292942

    For this cause, at about line 213 find following code:

    [PHP]$lis .= “<li title=””.$row->id.””><h3><span>”.$row->title.”</span></h3></li>”;[/PHP]

    and change to:

    [PHP]$lis .= “<li><h3><span>”.$row->title.”</span></h3></li>”;[/PHP]

    kai_2 Friend
    #298283

    Type tabs: Modul
    For no hover go to line 172 and change

    $lis .= "<li title="".$module->module.""><h3><span>".$module->title."</span></h3></li>";

    to

    $lis .= "<li><h3><span>".$module->title."</span></h3></li>";

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

This topic contains 9 replies, has 4 voices, and was last updated by  kai_2 15 years, 7 months ago.

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