Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • silver76 Friend
    #160855

    Hey,

    i have a small problem….i use this module in business and i choose in the “STAGE SETTINGS” – the option “Show Description” -> Description only and “Show Read more Text” – “No” but the the Read more Text is showing ??? Do i forget something ??

    Greetings

    Sherlock Friend
    #379240

    Dear silver76,

    You can try as following
    Open the file of modulesmod_jaslideshow2mod_jaslideshow2.php,Look for this code
    [PHP] if($showReadmore == ‘0’ && $showDescription == ‘desc-readmore’)
    {
    $readmoretext = “”;
    }[/PHP]
    Change it to

    [PHP] if($showReadmore == ‘0’ || $showDescription !== ‘desc-readmore’)
    {
    $readmoretext = “”;
    }[/PHP]

    I hope that would help !

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

This topic contains 2 replies, has 2 voices, and was last updated by  Sherlock 13 years, 2 months ago.

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