Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • istudio Friend
    #127824

    Where and how does one put written content at the bottom of the gallery slider instead of thumbnails?
    EXAMPLE: http://www.thejohnschicago.com/

    Thanks!

    friends1976 Friend
    #247026

    I would love to know the answer to this also. AND, if there was a way to make the images clickable to another link.

    Thanks!
    Ashley

    istudio Friend
    #247030

    Having received no reply from anyone at Joomlart regarding this issue 🙁
    I took it upon myself to learn more about how http://www.thejohnschicago.com got those descriptions instead of thumbnails.
    It turns out they are using a different module then RA Gallery.
    They are you using Frontpage Slideshow
    http://www.frontpageslideshow.net/

    Sherlock Friend
    #247095

    Plz edit mod_ja_rsslide.php(modules/mod_ja_rsslide/)
    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>';

    Change to

    echo '<div id="ja-rsslide-navigation" class="clearfix">';

    //Add your code here

    echo '</div>';
    Plz add your code as you want
    Plz update 2 files at HERE, I have fixed some bugs

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

This topic contains 4 replies, has 3 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