-
AuthorPosts
-
Sylwester Kowalski Friend
Sylwester Kowalski
- Join date:
- September 2014
- Posts:
- 93
- Downloads:
- 57
- Uploads:
- 9
- Thanked:
- 7 times in 1 posts
March 20, 2014 at 9:31 pm #195995I am trying to move the Position-7 below Position-5 in the right column. Right now its setup to split the column if position-5 and position-7 are both in use. Is there an easy way to force Position-7 below Position-5 in one column not two.
Any help is much appreciated.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 22, 2014 at 2:38 am #527681Can you send me the screenshot what you are trying to do?
Sylwester Kowalski FriendSylwester Kowalski
- Join date:
- September 2014
- Posts:
- 93
- Downloads:
- 57
- Uploads:
- 9
- Thanked:
- 7 times in 1 posts
March 24, 2014 at 2:41 pm #527904Thank you for the reply please see the screenshot attached I want to move position-7 below position-5
Any help is much appreciated.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 25, 2014 at 9:12 am #528019You can try with solution below.
Open the templates/ja_university/etc/layouts/default.xml file
Change
<blocks name="middle" colwidth="25">
<block name="content-mass-top">content-mass-top</block>
<block name="right1">position-7</block>
<block name="right2">position-5</block>
</blocks>
To
<blocks name="middle" colwidth="25">
<block name="content-mass-top">content-mass-top</block>
<block name="right2">position-5, position-7</block>
</blocks>
Once done, clear cache from admin area. Let me know if it helps.
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by Ninja Lead 10 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Moving Position-7 below Position-5
Viewing 4 posts - 1 through 4 (of 4 total)