Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • istudio Friend
    #127786

    Hello,
    How does one remove the transparent background at the bottom on the gallery slider?

    Thanks

    Sherlock Friend
    #246501

    You must edit code mod_ja_rsslide.php(modulesmod_ja_rsslide)
    Find those lines

    echo '<div id="ja-rsslide-navigation" class="clearfix">';
    echo '<div id="ja-rsslide-navigation-left"></div>';
    echo '<div id="ja-rsslide-navigation-center">';
    echo '<ul>';
    $i = 0;
    foreach($images as $img){
    if(!file_exists(JPATH_SITE.'/'.$containfolder.'thumb/'.$img)) jaRSGenThumb($img,$folder,$wThumb,$hThumb);
    echo '<li class="jarss-element" style="padding: '.$paddingThumb.'px; width: '.($wThumb+$paddingThumb).'px;" ><img src="'.JURL_SITE.'/'.$containfolder.'thumb/'.$img.'" width="'.$wThumb.'" onclick="changeFullimage('.$i.');" id="img_rsslide_id_'.$i.'" class="img_rsslide_smooth" alt="'.$img.'" /></li>';
    $i++;
    }

    echo '</ul>';
    echo '</div>';
    echo '<div id="ja-rsslide-navigation-right"></div>';
    echo '</div>';

    Remove or comment them

    joew313 Friend
    #247716

    Is there a way to just remove the transparent bar at the bottom and still have the images rotate?

    Menalto Friend
    #247722

    Seems like you are using FPSS there now instead?

    joew313 Friend
    #247729

    What should I do turn on SEF and module overwrite? a little scared of the apache warning. not sure what will happen or how to change htaccess.txt. Would this fix my rsgallery problem?

    Sherlock Friend
    #247775

    You can turn on if in global configuration and change htaccess.txt to .htaccess

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

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

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