test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Alessandro Corsetti Friend
    #180437

    Hi all, how is possible to move description and thumbs up in slideshow ?
    Thank u in advance

    MoonSailor Friend
    #466152

    Hi,

    I you want to move description and thumbnail images of slideshow, you need change template of modules and restyle it.

    You can view file with path “modules/mod_jaslideshow/tmpl/default.php” or it is overridden by template “templates/JA_TEMPLATE/html/mod_jaslideshow/default.php”, find code same :
    [PHP]
    <?php if($showDescription){?>
    <div class=”ja-slide-descs”>
    <?php foreach($captionsArray as $desc) {?>
    <div class=”ja-slide-desc”><?php echo $helper->trimString( $desc, $descMaxChars, $includeTags );?></div>
    <?php }?>
    </div>
    <?php }?>
    [/PHP]

    it shows description and

    [PHP]
    <?php for ($i=0;$i<count($images); $i++) {?>
    <div class=”ja-slide-thumb”>
    <?php if ($navShowthumb == 1){
    ?><img src=”<?php echo $thumbArray[$i]?>” alt=”Photo Thumb” />
    <?php
    }?>
    </div>
    <?php }?>
    [/PHP]

    it shows thumbnail images.

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

This topic contains 2 replies, has 2 voices, and was last updated by  MoonSailor 12 years, 3 months ago.

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