Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • kansen Friend
    #177859

    JA Slideshow – How to show titles on “from image folder” source thumbs like “from articles” ?

    it show the title and description on big image, but it doesnt show title in thumbs space like when source is “from articles”

    any solution?

    thanks

    chavan Friend
    #456238

    try this code


    CODE]

    <h3>Lorem Ipsum is simply dummy text </h3>
    <p>Hi <a href="http://www.google.com" target="_self">just link.</a></p>

    <h3>Say hello to safainvest</h3>
    <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text .</p>

    <h3>Lorem Ipsum is simply dummy text 3 </h3>
    <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text .</p>

    <h3>em Ipsum is simply dummy text 4</h3>
    <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text .</p>

    Note: If you Find my Post useful please click on the Thanks Icon

    kansen Friend
    #456240

    uhmm did that , the problem is the module, is not taking the variables.

    kansen Friend
    #456352

    ok i have a kind of solution:

    on /templates/ja_travel/html/mod_jaslideshow/default.php

    look for
    elseif($navigation == "number")
    {
    ?>
    <div class="ja-slide-mask">
    </div>
    <div class="ja-slide-thumbs-wrap<?php echo $classNav;?>">
    <div class="ja-slide-thumbs">
    <?php for ($i=0;$i<count($images); $i++) {?>
    <div class="ja-slide-thumb">
    <span><?php echo ($i+1);?></span>
    </div>
    <?php }?>
    </div>

    and replace for:

    elseif($navigation == "number") { ?>

    <div class="ja-slide-mask"></div>

    <div class="ja-slide-thumbs-wrap<?php echo $classNav;?>">

    <div class="ja-slide-thumbs">

    <?php for ($i=0;$i<count($images); $i++) {?>

    <div class="ja-slide-thumb">

    <span><?php echo $helper->trimString( $captionsArray[$i], $navDescmaxlength ); ?></span>
    </div>

    <?php }?>

    </div>

    as you can read you are replacing the number option (so it must be selected on module settings), but if u want to show titles in thumbs it will work… is working fine for me…

    the only problem is that i can clic on thumb space where is no text only, i mean if i click on thumb title text link doesnt work.. any solution for this?

    is the same when you set number and it show thumb number, you cant click on number but in the free space around the number it works. (problem is titles has more characters, so less space to clic)

    cheers.

    namepeoples Friend
    #485699

    Thanks for the help but I still can not get the title to show. Below is my code for this.


    <h3>Lorem Ipsum is simply dummy text </h3>
    <p>Hi <a href="http://www.google.com" target="_self">just link.</a></p>

    <h3>NAME's Apprentice/Mentor Program</h3>
    <p>AMP</p>

    <h3>Co-laboring in the Harvest</h3>
    <p>Partnering</p>

    The first entry is only showing the image and no text or link. The bottom two entries are showing the text and the linking.

    Thanks for the help.

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

This topic contains 5 replies, has 3 voices, and was last updated by  namepeoples 11 years, 3 months ago.

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