test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • fanzb Friend
    #159163

    I use JA contentslider to display images from articles at my website using JA Community Plus Joomla 1.6. It seems that everything is fine but the images are not linkable. The page source shows “<a href…>..</a>” tags are missing. Would appreciate it if you could help me out on the matter. thks.

    fanzb Friend
    #373693

    Can anybody help? After I updated joomla from 1.5 to 1.6. the images from JA contentslider are not linkable. …

    thuanlq Friend
    #373818

    Hi @fanzb,

    Your problem was bug of ja contentslider, i created new issue on the bugs tracking page. To resolve this problem please do as following:
    – Open “helper.php” file in folder “modules/ja_contentslider/”
    – Edit “renderImage()” function, change line code


    function renderImage( $title, $link, $image, $params, $width = 0, $height = 0, $attrs='', $returnURL=false ) {
    ...
    // clean up globals
    return $image;
    }

    to


    function renderImage( $title, $link, $image, $params, $width = 0, $height = 0, $attrs='', $returnURL=false ) {
    .....
    $image = '<a href="'.$link.'" title="" class="ja-image">'.$image.'</a>';
    // clean up globals
    return $image;
    }

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

This topic contains 3 replies, has 2 voices, and was last updated by  thuanlq 13 years, 11 months ago.

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