-
AuthorPosts
-
kansen Friend
kansen
- Join date:
- September 2008
- Posts:
- 86
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 8
- Thanked:
- 12 times in 1 posts
June 6, 2012 at 6:31 am #177859JA 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 Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
June 6, 2012 at 6:53 am #456238try 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 Friendkansen
- Join date:
- September 2008
- Posts:
- 86
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 8
- Thanked:
- 12 times in 1 posts
June 6, 2012 at 7:34 am #456240uhmm did that , the problem is the module, is not taking the variables.
kansen Friendkansen
- Join date:
- September 2008
- Posts:
- 86
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 8
- Thanked:
- 12 times in 1 posts
June 6, 2012 at 8:51 pm #456352ok 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 Friendnamepeoples
- Join date:
- January 2011
- Posts:
- 35
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
March 7, 2013 at 11:13 am #485699Thanks 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.
-
AuthorPosts
This topic contains 5 replies, has 3 voices, and was last updated by namepeoples 11 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum