Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
guap Friend
guap
- Join date:
- March 2008
- Posts:
- 408
- Downloads:
- 16
- Uploads:
- 109
- Thanks:
- 99
- Thanked:
- 8 times in 2 posts
September 21, 2013 at 4:13 am #190782Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 23, 2013 at 5:38 pm #506774In this case you need to customize layout in JA SlideNews Module
Open templates/ja_mitius/html/mod_jasidenews/default.php file
From
<?php if( $showimage ): ?>
<?php echo $helper->renderImage ($item, $params, $descMaxChars, $iwidth, $iheight ); ?>
<?php endif; ?>Change to
<?php if( $showimage ): ?>
<a class="ja-title" href="<?php echo $item->link; ?>"><?php echo $helper->renderImage ($item, $params, $descMaxChars, $iwidth, $iheight ); ?></a>
<?php endif; ?>
Let me know if it helps
1 user says Thank You to Ninja Lead for this useful post
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by Ninja Lead 11 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum