-
AuthorPosts
-
usky Friend
usky
- Join date:
- October 2008
- Posts:
- 3
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
October 15, 2010 at 3:00 am #155297Please help with adding two module positions between slideshow and body
Two red boxes indicate the module position
Thanks
Don Lee FriendDon Lee
- Join date:
- March 2010
- Posts:
- 923
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 41
- Thanked:
- 274 times in 238 posts
October 15, 2010 at 6:56 am #359067<em>@usky 198585 wrote:</em><blockquote>Please help with adding two module positions between slideshow and body
Two red boxes indicate the module position
Thanks
</blockquote>
Just try my way:
Open file templateDetails.xml
Find: <positions>
Add after:
<position>MyPos1</position>
<position>MyPos2</position>
I created 2 new possitions: MyPos1 & MyPos2
Now need to load them in layout::
Open file index.php (template folder)
Find:
<div id=”ja-slideshow”><jdoc:include type=”modules” name=”ja-slideshow” style=”raw” />
</div>
Add after:
<div id=”MyPos”>
<div id=”MyPos1″><jdoc:include type=”modules” name=”MyPos1″ style=”raw” />
</div>
<div id=”MyPos2″><jdoc:include type=”modules” name=”MyPos2″ style=”raw” />
</div>
</div>
Then open file template.css and add:
#MyPos1, #MyPos2{
width:50%;
float: left;
}
Finally, manage your modules to assign to the new possitions.1 user says Thank You to Don Lee for this useful post
usky Friendusky
- Join date:
- October 2008
- Posts:
- 3
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
October 15, 2010 at 3:59 pm #359141Thanks for the help, it works. The next question is how to make titles show up for these positions? I made “Show Title: yes”, but they don’t show up. Thanks again.
usky Friendusky
- Join date:
- October 2008
- Posts:
- 3
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
October 15, 2010 at 8:35 pm #359170Never mind, fixed
1 user says Thank You to usky for this useful post
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by usky 14 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
adding two module positions between slideshow and body?
Viewing 4 posts - 1 through 4 (of 4 total)