Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • brahmaait Friend
    #161264

    Hi,
    I want to disable the link for the image in the ja-contentslide.

    Please help me in this regard…

    regards
    🙂

    huypl Friend
    #380708

    Hello brahmaait,
    To disable the image’s link, please go to modulesmod_ja_contentslidetmpldefault.php and replace this code (line 141):
    <div class=”ja_slideimages clearfix”>
    <?php echo ‘<a href=”‘.$link.'” title=””>’.$image.'</a>’; ?>
    </div>

    with this :
    <div class=”ja_slideimages clearfix”>
    <?php echo.$image; ?>
    </div>

    danielpositivo Friend
    #508288

    How to disable the image link in the new version of module?} i cant find this code in the atualization version. :((

    The version that i have is:

    JA Content Slider Module for J25 & J31

    Saguaros Moderator
    #508327

    Hi Daniel,

    You can open file: /modules/mod_jacontentslider/helper.php

    At line 650:


    $image = '<a href="' . $link . '" title="" class="ja-image">' . $image . '</a>';

    comment or remove this line then clean cache.

    Hope it helps.

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

This topic contains 4 replies, has 4 voices, and was last updated by  Saguaros 10 years, 6 months ago.

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