test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • guap Friend
    #190782

    How can I link these images to it articles? Thank you.


    1. 1
    Ninja Lead Moderator
    #506774

    In 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

Viewing 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