Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • edd Friend
    #191965

    Hi there,

    I would like to know how to dissable links on image in “JA Content Slider Module”.
    I just would like to show the image without link… I was trying on the manager, but I cant figure out…
    Thanks for help

    ED

    Ninja Lead Moderator
    #511354

    JA Content Slider Module module doesn’t option to disable it but you can customize it from php code as below

    Open modules/mod_jacontentslider/helper.php file

    In renderImage function and find

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

    Change to

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

    Remember to clear cache.

    edd Friend
    #511396

    Hi Ninja Lead…

    Wow, it is great it is working fine, but I have a little thing now: the images are showing the shadow effect or style, please take a look to the screen I’m sending you.
    How can I remove the style or adapt it?
    Thank you very much for your help 🙂

    EDD


    1. scr8842331
    Ninja Lead Moderator
    #511818

    This is shadow in JA Content Slider module, you can remove it with solution below :

    Open templates/ja_bistro/css/mod_jacontentslider.css file

    From

    .ja_slideimages_inner .content {
    background: url(../images/typo/img-shadow-left.png) no-repeat left bottom;
    }

    change to

    .ja_slideimages_inner .content {
    background: none;
    }

    Once done clear cache.

    edd Friend
    #511954

    Hi Ninja Lead !

    Just a big: Thank You Very Much !!!!

    It is working like a charm…

    Thanks a lot for your great help 😀

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

This topic contains 5 replies, has 2 voices, and was last updated by  edd 10 years, 5 months ago.

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