-
AuthorPosts
-
rl27 Friend
rl27
- Join date:
- May 2010
- Posts:
- 32
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 8
- Thanked:
- 2 times in 1 posts
January 27, 2011 at 1:14 pm #159400Hi. 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.
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
January 28, 2011 at 6:05 pm #3742881) 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
1 user says Thank You to aman204 for this useful post
rl27 Friendrl27
- Join date:
- May 2010
- Posts:
- 32
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 8
- Thanked:
- 2 times in 1 posts
January 29, 2011 at 12:58 pm #374368Worked perfect. Thanks for the quick help.
AuthorPostsViewing 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
How to Add a New Module Position
Viewing 3 posts - 1 through 3 (of 3 total)