Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • one7media Friend
    #122076

    Wondering how to change the Banner Module position from appearing below the main body to above the main body…

    I’m sure there’s a way, I just don’t know it :confused:

    mpimagery Friend
    #227177

    It’s probably just a matter of changing the order in the modules settings so that it is before the main page..

    Menalto Friend
    #227184

    Open up index.php and find line 193 to 207:

    <!-- BEGIN: CONTENT -->
    <div id="ja-contentwrap">
    <div id="ja-content">

    <?php mosMainBody(); ?>

    <?php if ( mosCountModules('banner') ) { ?>
    <div id="ja-banner">
    <?php echo mosLoadModules ( 'banner',-1 ); ?>
    </div>
    <?php } ?>

    </div>
    </div>
    <!-- END: CONTENT -->

    And replace with this:

    <!-- BEGIN: CONTENT -->
    <div id="ja-contentwrap">
    <div id="ja-content">
    <?php if ( mosCountModules('banner') ) { ?>
    <div id="ja-banner">
    <?php echo mosLoadModules ( 'banner',-1 ); ?>
    </div>
    <?php } ?>
    <?php mosMainBody(); ?>

    </div>
    </div>
    <!-- END: CONTENT -->

    I have not tested it but this should work. Give it a try and reply again if it did or not?

    one7media Friend
    #246847

    Sorry it’s been so long, but just to confirm, it works great.

    I added a little padding to the bottom of the banner to push the content down a little more:

    template_css.css – line 1279

    #ja-banner {
    text-align: center;
    padding-bottom: 10px;
    }

    winthrop Friend
    #307162

    This workd great for me, too. Thank you for saving us time and effort.

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

This topic contains 5 replies, has 4 voices, and was last updated by  winthrop 15 years, 3 months ago.

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