test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • syncrocrick Friend
    #173143

    Hi!

    Site: http://www.expeditionportal.com/1.7

    In the JA_ContentSlider module (Our favorite articles on my page), would it be possible to modify it so the image is on the top, and the text below? I did some search around but could not find a solution.

    Also, I seem to have a bug somewhere because in some case the image does not show at all. any idea why?

    thank you!

    Saguaros Moderator
    #438974

    Hi syncrocrick,
    Apologies for this late response, somehow I missed this thread.
    About your need, please go to dir: templatesja_nexhtmlmod_jacontentsliderdefault.php
    Scroll down to approx line 219 you could see this piece of code (display the title):

    <?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 } ?>

    Cut and move it underneath the following code (display the image):

    <?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 } ?>

    This will display the image above the title. Indeed, in the configuration of this module in backend, we have choice that you can choose to display this title (above the image) or not and display the ‘Intro text’ (under the image) or not.
    Hope this helps you.

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

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

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