Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • sadistiq Friend
    #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?


    1. resim-jafetured
    phong nam Friend
    #483789

    Hi 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,

    Leo

    sadistiq Friend
    #483928

    ok thank you. it was succesfull

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  sadistiq 11 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum