Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • ousset Friend
    #189031

    I am hoping someone on here can help me figure out:

    Is there a way to get the article name to show up under the image?
    Right now it appears above the image.

    Here’s a link to the website

    Thank you!

    Saguaros Moderator
    #499407

    Hi ousset,

    You can have a look at this file: modulesmod_jacontentslidertmpldefault.php and you will see these 2 divs:

    [PHP]
    <?php if( $params->get( ‘showtitle’ ) ) { ?>
    <div class=”ja_slidetitle”>
    <?php echo ($params->get( ‘link_titles’ ) ) ? ‘<a href=”‘.$link.'” title=””>’.$contn->title.'</a>’ : $contn->title;?>
    </div>
    <?php } ?>
    <?php ?>
    [/PHP]

    [PHP]
    <?php if( $params->get( ‘showimages’ ) && (strlen($image)>3) ) { ?>
    <div class=”ja_slideimages tooltips clearfix”>
    <div class=”ja_slideimages_inner”>
    <div class=”content”>
    <?php echo $image; ?>
    </div>
    </div>
    </div>
    <?php } ?>
    [/PHP]

    Wrap position of these 2 divs will help to make the title locates below the image.

    Hope it helps.

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

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

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