Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • geoaspro Friend
    #137517

    Hello everybody,

    My site is http://www.rwtranslations.com/index.php. I would like to have 3 JA SpotLight images in a row, as seen in the image attached. How can I do it?

    Thank you,

    George


    1. redwood_template
    geoaspro Friend
    #288457

    OK, I think I did it! (check http://www.rwtranslations.com/index.php). But now I have another issue. How can I alter the width of the three boxes so to have the same width as the grey (pathway) bar underneath?

    Thanks in advance guys!

    espy1021 Friend
    #288709

    George, what did you do to get the three in a row…I’m trying on my site…no luck.

    Anna

    geoaspro Friend
    #294999

    Very sorry for the delay, I just saw it!! You replace the following in index.php

    <!– BEGIN: TOP SPOTLIGHT –>
    <div id=”ja-topsl” class=”clearfix”>

    <?php if( $this->countModules(‘user1’) ) {?>
    <div class=”ja-box<?php echo $topspl[‘user1’][‘class’]; ?>” style=”width: <?php echo $topspl[‘user1’][‘width’]; ?>;”>
    <jdoc:include type=”modules” name=”user1″ style=”xhtml” />
    </div>
    <?php } ?>

    <?php if( $this->countModules(‘user2’) ) {?>
    <div class=”ja-box<?php echo $topspl[‘user1’][‘class’]; ?>” style=”width: <?php echo $topspl[‘user1’][‘width’]; ?>;”>
    <jdoc:include type=”modules” name=”user2″ style=”xhtml” />
    </div>
    <?php } ?>

    <?php if( $this->countModules(‘user10’) ) {?>
    <div class=”ja-box<?php echo $topspl[‘user1’][‘class’]; ?>” style=”width: <?php echo $topspl[‘user1’][‘width’]; ?>;”>
    <jdoc:include type=”modules” name=”user10″ style=”xhtml” />
    </div>
    <?php } ?>

    <?php if( $this->countModules(‘user9’) ) {?>
    <div class=”ja-box<?php echo $topspl[‘user1’][‘class’]; ?>” style=”width: <?php echo $topspl[‘user1’][‘width’]; ?>;”>
    <jdoc:include type=”modules” name=”user9″ style=”xhtml” />
    </div>
    <?php } ?>
    </div>

    <!– END: TOP SPOTLIGHT –>

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

This topic contains 4 replies, has 2 voices, and was last updated by  geoaspro 15 years, 8 months ago.

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