Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • fcasports Friend
    #142678

    I am using mod_ja_contentslide as a banner module but I am not able to use my pictures as direct external links to my partners’ website. The link works only after opening the full article that contains only this linked picture. Is there a way to change that?

    http://www.fcasports.com.br

    Thanks…:)

    Anonymous Moderator
    #311003

    Hi fcasports

    Open modulesmod_ja_contentslidetmpldefault.php, at about line 133, find following code:

    <?php if( $params->get( ‘showimages’ ) ) { ?>
    <div class=”ja_slideimages clearfix”>
    <?php echo ‘<a href=”‘.$link.'” title=””>’.$image.'</a>’; ?>
    </div>
    <?php } ?>

    and change to:

    <?php if( $params->get( ‘showimages’ ) ) { ?>
    <div class=”ja_slideimages clearfix”>
    <?php echo ‘<a href=”‘.$link.'” title=”” target=”_blank”>’.$image.'</a>’; ?>
    </div>
    <?php } ?>

    fcasports Friend
    #311308

    Changed it but didn’t work. Remains the same.

    Another idea? Thanks.

    domains Friend
    #326310

    Did anyone get this to work. I need this feature as well.

    Thanks!

    immortal Friend
    #350684

    <em>@JA Developer 136696 wrote:</em><blockquote>Hi fcasports

    Open modulesmod_ja_contentslidetmpldefault.php, at about line 133, find following code:

    <?php if( $params->get( ‘showimages’ ) ) { ?>
    <div class=”ja_slideimages clearfix”>
    <?php echo ‘<a href=”‘.$link.'” title=””>’.$image.'</a>’; ?>
    </div>
    <?php } ?>

    and change to:

    <?php if( $params->get( ‘showimages’ ) ) { ?>
    <div class=”ja_slideimages clearfix”>
    <?php echo ‘<a href=”‘.$link.'” title=”” target=”_blank”>’.$image.'</a>’; ?>
    </div>
    <?php } ?></blockquote>

    added only : target=”_blank”
    how could ja_contentslider work with external links in article images

    Saguaros Moderator
    #350864

    Hello immortal!

    it has not any ways to resolve your issue. you try to find a other extension on the Joomla Extensions

    Goodluck

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

This topic contains 6 replies, has 5 voices, and was last updated by  Saguaros 14 years, 3 months ago.

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