Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • rippless Friend
    #136207

    I want to remove the grey bar with the arrows from the RS SLIDER . I just want a slideshow on the front page without thumbs. Where in the code can i delete the grey bar and the arrows?

    Thanks
    -Rachel

    Sherlock Friend
    #282712

    Hi
    please edit mod_ja_rsslide.php(modulesmod_ja_rsslide folder),search 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 as you want

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

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

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