Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • 0dass0a9d-asd Friend
    #167936

    I want no link in ja content slider, I am using ja content slider module for joomla 1.7. I turned all the link settings off (only for title shown) but it still links the image. You can see this in the demo. How do I turn off linking the images?

    Trimud Friend
    #409338

    Hi mcflause,

    please open this file: <your_site>/modules/mod_jacontentslider/helper.php

    Go to line 266: $image = ‘<a href=”‘.$link.'” title=”” class=”ja-image”>’.$image.'</a>’;
    and change it to:
    $image = ‘<span class=”ja-image”>’.$image.'</span>’;

    Than go to <your_site>/templates/ja_bistro/css/mod_jacontentslider.css line 171: .ja_slideimages_inner .content a {
    and change it to:
    .ja_slideimages_inner .content span.ja-image {

    Regards

    0dass0a9d-asd Friend
    #409399

    Worked perfectly.

    Thanks.

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

This topic contains 3 replies, has 2 voices, and was last updated by  0dass0a9d-asd 13 years, 2 months ago.

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