<em>@tienhc 139502 wrote:</em><blockquote>Hello jcch!
To resolve your issue, You will modify a little code where generate text for image’s atl.
Which JA’s Template you use? I need know to give u the best solution.
But now, i will get two solutions with two case:
case 1: you have only used JA Slideshow2 and did not install any JA’s template:
You open file: modulesmod_jaslideshow2tmpldefault.php
+ at line 5
[PHP] <div class=”ja-slide-item”><img src=”<?php echo $folder.$images[$i];?>” alt=”<?php echo $images[$i];?>”/>[/PHP]
==>> replace:
[PHP]<div class=”ja-slide-item”><img src=”<?php echo $folder.$images[$i];?>” alt=”<?php echo strip_tags($captionsArray[$i]);?>”/>[/PHP]
case : install with JA’s template
You open file : templatesTEMPLATE_NAMEhtmlmod_jaslideshow2default.php
+ at line 5
[PHP] <div class=”ja-slide-item”><img src=”<?php echo $folder.$images[$i];?>” alt=”<?php echo $images[$i];?>”/>[/PHP]
==>> replace:
[PHP]<div class=”ja-slide-item”><img src=”<?php echo $folder.$images[$i];?>” alt=”<?php echo strip_tags($captionsArray[$i]);?>”/>[/PHP]
Good luck</blockquote>
Thank you for post
This topic contains 16 replies, has 15 voices, and was last updated by ngoc thuy 12 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum