Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • dacapo Friend
    #142805

    Hello,

    as you can see in my screenshot, there ist a mouse over effect showing the ID of the article.

    the original url is: http://www.landhaus-gsteig.de/de/aktuelle-angebote.html

    My client don´s like it and objectily it does not make sense, that this internal ID is showing to visitors of the webpage and they will not have any idea what this number means.

    i have to eleminate it or looking that some other sense-making title/alt.text will appear instead
    of this number.

    where and how do i have to eleminate / configure this.

    thanks a lot for helping me !

    Otto

    Saguaros Moderator
    #311587

    hi dacapo,

    Please open file/pluginscontentja_tabsja_tabs.php, find following scripts:
    – line 143
    [PHP] $lis .= “<li title=””.$list[$j]->module.””><h3><span>”.$list[$j]->title.”</span></h3></li>”;[/PHP]
    >> change to
    [PHP] $lis .= “<li title=””.$list[$j]->title.””><h3><span>”.$list[$j]->title.”</span></h3></li>”;[/PHP]
    – line 173:
    [PHP] $lis .= “<li title=””.$module->module.””><h3><span>”.$module->title.”</span></h3></li>”;[/PHP]
    >> change to:
    [PHP]$lis .= “<li title=””.$module->title.””><h3><span>”.$module->title.”</span></h3></li>”;[/PHP]

    – line 209:
    [PHP]$lis .= “<li title=””.$row->id.””><h3><span>”.$row->title.”</span></h3></li>”;[/PHP]
    >> change to:
    [PHP]$lis .= “<li title=””.$row->title.””><h3><span>”.$row->title.”</span></h3></li>”;[/PHP]

    Good luck 🙂

    dacapo Friend
    #311590

    Hello tienhc,

    thank you for your fast and perfect help! It works and the alternative title is the perfect mouse-over-effect now!

    thanks a lot

    Otto Dacapo

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

This topic contains 3 replies, has 2 voices, and was last updated by  dacapo 15 years, 4 months ago.

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