Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • rl27 Friend
    #159400

    Hi. I am trying to add a new module to this template. I am trying to get it to show right below the main content to help fill up some empty space. Right now I am putting the content in user11 but it has to display at the bottom of the left which moves it down to far. I attached a screenshot with a red line showing where I hope to get the new module to display. Thanks.


    1. newmoduleposition
    aman204 Friend
    #374288

    1) Try add this in templates/ja_lime/layouts/blocks/main.php file ::

    <?php if ($this->countModules(‘content-bot’)) : ?>
    <div style=”margin:5px 0;position:relative;clear:both;”>
    <jdoc:include type=”modules” name=”content-bot” style=”xhtml” />
    </div>
    <?php endif; ?>

    below

    <div class=”ja-content-main clearfix”>
    <jdoc:include type=”component” />

    which would bring incontent-bot position in desired area

    2) Now, You can please follow this tutorial to add a module::

    http://www.joomlart.com/forums/topic/how-to-create-a-new-module-position/

    Mainly, You have to type new position name and click on apply

    rl27 Friend
    #374368

    Worked perfect. Thanks for the quick help.

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

This topic contains 3 replies, has 2 voices, and was last updated by  rl27 13 years, 10 months ago.

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