Hi everybody,
in JA SlideShow 2 the link Read More links the home page insted the article.
I’ve resolved so:
1. in the panel on Show Description select Description only
2. edit the file in /modules/mod_jaslideshow2/tmpl/default_articles.php
3. change the line number 47 from:
<p><?php echo $helper->trimString( strip_tags($item->introtext), $descMaxChars ); ?></p>
to:
<p><?php echo $helper->trimString( strip_tags($item->introtext), $descMaxChars ); ?> » <a <?php echo $target; ?> href=”<?php echo $item->link; ?>”> <?php echo $readmoretext; ?></a></p>
4. save
This hack append a correct link Read More to the preview description