Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • antoniu1 Friend
    #117393

    First of all, wonderful job on the template!!
    And I am so happy you have done what I hoped for: Quotes, and other styles like error and tip defines, very nice!

    I have two requests:

    1. The right column looks a bit less organized than the left, can the style of the left column be copied to the right?

    2. Can the spotlights be below the main area instead of on top? Or new spotlights at the bottom as well? Not just switching top to bottom?

    Thanks, keep up the great work!
    Tom

    Hung Dinh Friend
    #211011

    Hi Tom,
    1. You can copy the style of the left to the right by dubplicating the css style of the right column and apply to the left column
    2. Just move the following block:


    <!-- BEGIN: SPOTLIGHT -->

    <div id="ja-spotlight" class="ja-spotlight clearfix">

    <?php if ( mosCountModules('user1') ) { ?>

    <div class="ja-box" style="width: <?php echo $divwidth ?>;">

    <?php mosLoadModules ( 'user1', -2 ); ?>

    </div>

    <?php } ?>

    <?php if ( mosCountModules('user2') ) { ?>

    <div class="ja-box" style="width: <?php echo $divwidth ?>;">

    <?php mosLoadModules ( 'user2', -2 ); ?>

    </div>

    <?php } ?>

    <?php if ( mosCountModules('top') ) { ?>

    <div class="ja-box" style="width: <?php echo $divwidth ?>;">

    <?php mosLoadModules ( 'top', -2 ); ?>

    </div>

    <?php } ?>

    </div>

    <!-- END: SPOTLIGHT -->

    and put them belows these codes:


    <div id="ja-mainbody<?php echo $divid ?>">

    <?php mosMainBody(); ?>

    <?php if ( mosCountModules('banner') ) { ?>

    <div id="ja-banner">

    <?php mosLoadModules ( 'banner', -1 ); ?>

    </div>

    <?php } ?>

    antoniu1 Friend
    #211029

    Hi Dinh,

    Thanks very much for the great answer!

    Tom

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

This topic contains 3 replies, has 2 voices, and was last updated by  antoniu1 17 years, 6 months ago.

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