-
AuthorPosts
-
February 16, 2013 at 10:15 am #185004
hi,
sorry for my english,
i want to click images and then i want to go to article to read article on JA Featured Pro module.here example image:
is that module’s images clickable?
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
February 18, 2013 at 10:45 am #483789Hi sadistiq,
On your server, open templatesja_teline_ivhtmlmod_janews_featureddefaultblog.php. Then:
1. Replace line:
<div class="ja-zincontent-img clearfix" <?php if ($align!=0) {?> style="float:<?php echo $align; ?>" <?php } ?>>
<?php if($bigshowimage) echo $news->bigimage?>
</div>with lines:
<div class="ja-zincontent-img clearfix" <?php if ($align!=0) {?> style="float:<?php echo $align; ?>" <?php } ?>>
<a href="<?php echo $news->link;?>" title="<?php echo strip_tags($news->title); ?>">
<?php if($bigshowimage) echo $news->bigimage?>
</a>
</div>2. Replace lines
<div class="ja-zincontent-img <?php echo $align; ?> " <?php if ($align!=0) {?> style="float:<?php echo $align; ?>" <?php } ?>>
<?php echo $news->smallimage;?>
</div>with lines
<div class="ja-zincontent-img <?php echo $align; ?> " <?php if ($align!=0) {?> style="float:<?php echo $align; ?>" <?php } ?>>
<a href="<?php echo $news->link;?>" title="<?php echo strip_tags($news->title); ?>">
<?php echo $news->smallimage;?>
</a>
</div>Regards,
—
LeoFebruary 19, 2013 at 1:31 pm #483928ok thank you. it was succesfull
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by sadistiq 11 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
to click JA featured pro module’s images
Viewing 3 posts - 1 through 3 (of 3 total)