-
AuthorPosts
-
matgray87 Friend
matgray87
- Join date:
- November 2011
- Posts:
- 159
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 33
- Thanked:
- 8 times in 1 posts
December 17, 2012 at 9:53 am #183164Hi,
I’m really struggling to get my head round these positions in JA Teline IV… I’ve followed the positions tutorials, but still to no avail.
From the original layout:
<?xml version="1.0" encoding="utf-8"?>
<layout name="desktop">
<!--Extra css load for this layout-->
<stylesheets>
</stylesheets>
<blocks name="top" style="xhtml">
<block name="absolute" type="modules" style="raw">absolute</block>
<block name="header" type="header"></block>
<block name="topmegamenu" type="topmega"></block>
<block name="mainnav" type="mainnav"></block>
<block name="topbar" type="topbar"></block>
<block name="cpanel" type="usertools/cpanel"></block>
<block name="slideshow" type="modules" style="raw">slideshow</block>
<block name="topsl1" type="spotlight" special="left" specialwidth="66">sl1-l,sl1-r</block>
<block name="topsl2" type="spotlight">user1,user2,user3,user4,user5</block>
</blocks>
<blocks name="middle" main-inner="1" colwidth="17">
<block name="content-top" style="raw">content-top</block>
<block name="content-bottom" style="raw">content-bot</block>
<block name="content-mass-top" style="raw" type="tabs">ja-news-1,ja-news-2,ja-news-3</block>
<block name="content-mass-bottom">content-mass-bot</block>
<block name="right-mass-top">col-mass-top</block>
<block name="right-mass-bottom">col-mass-bot</block>
<block name="inset1">left</block>
<block name="right1">right1</block>
<block name="right2">right2</block>
</blocks>
<blocks name="bottom" style="xhtml">
<block name="botsl1" type="spotlight">user6,user7,user8,user9,user10</block>
<block name="botsl2" type="spotlight" special="left" specialwidth="66">user11,user12</block>
<block name="footer" type="footer" main-inner="1"></block>
</blocks>
</layout>I’m trying to add a position above ja-news-1 / 2 / 3 positions, but not within the tabs, so that the Featured News section is part of the ‘middle’ block instead of the ‘top’ block.
Hopefully that will also mean that the right column (col-mass-top, right-1, right-2, col-mass-bottom) spans the whole content (including the featured news).
Link to site HERE
Many thanks in advance for your help…
matgray87 Friendmatgray87
- Join date:
- November 2011
- Posts:
- 159
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 33
- Thanked:
- 8 times in 1 posts
December 17, 2012 at 6:52 pm #476541I know this should be really simple, but I’ve been playing around today, and still can’t get it… can anyone please help!?
Thanks,
MattHeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
December 18, 2012 at 8:54 am #476624Hi Matgray87,
You should try to use user1, user2, … position
Regards
matgray87 Friendmatgray87
- Join date:
- November 2011
- Posts:
- 159
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 33
- Thanked:
- 8 times in 1 posts
December 19, 2012 at 9:54 am #476774Hi HeR0,
Unfortunately, user1 is still in the top section, not in the mid section, so it’s still not suitable…
I need it to appear as the attached image…any other suggestions?
Thanks,
Matt
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
December 20, 2012 at 3:35 am #476855Hi Matgray87,
Try swap content-mass-top with content-top as below:
<blocks name="middle" main-inner="1" colwidth="17">
<block name="content-mass-top" style="raw">content-top</block>
<block name="content-bottom" style="raw">content-bot</block>
<block name="content-top" style="raw" type="tabs">ja-news-1,ja-news-2,ja-news-3</block>
<block name="content-mass-bottom">content-mass-bot</block>
<block name="right-mass-top">col-mass-top</block>
<block name="right-mass-bottom">col-mass-bot</block>
<block name="inset1">left</block>
<block name="right1">right1</block>
<block name="right2">right2</block>
</blocks>However, you need make some change in css for it.
Regards
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by HeR0 12 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Positions Layout in JA Teline IV 2.5 Problem
Viewing 5 posts - 1 through 5 (of 5 total)