-
AuthorPosts
-
July 17, 2012 at 11:01 pm #179179
Hi
Is it possiblle to make new position which will be on right side of page? In JA travel position “right” is on left site of page but i want make new position which will be after content on righ site.
now is
left right – contenti wants make new position:
left – content – new position
i wait for re
RafalHeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
July 18, 2012 at 7:24 am #461257Hi Rynek
Please look at http://wiki.joomlart.com/wiki/JA_T3_Framework_2/Guides#Layout_Variations
Hope it can help you outRegards,
<em>@rynek23 330468 wrote:</em><blockquote>HiIs it possiblle to make new position which will be on right side of page? In JA travel position “right” is on left site of page but i want make new position which will be after content on righ site.
now is
left right – contenti wants make new position:
left – content – new position
i wait for re
Rafal</blockquote>July 18, 2012 at 6:58 pm #461348i dont understand this.. please tell me how i can modify in template to have this:
left – right – content – right2
???
plaease give me a code…
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
July 19, 2012 at 3:31 am #461391Hi
You can use structure as left1-left2-content-right2:
<blocks name=”middle” colwidth=”20″>
<block name=”left1″>position-7</block>
<block name=”left2″>position-120</block>
<block name=”right1″>position-5</block>
</blocks>
Hope that can help you!Regards,
July 19, 2012 at 8:44 am #461441please modify my code to get this effect that all stay as in JA Travel standard but on right i have new position.
left (standard) – right (standard) content – right2(new position)
i will use this new right position only in easy blog component.
this is my code:
<?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="header" type="header" wrap-inner="1" main-inner="1"></block>
<block name="mainnav" type="mainnav" main-inner="1"></block>
<block name="cpanel" type="usertools/cpanel"></block>
<block name="slideshow" type="modules" wrap-inner="1" style="raw">slideshow</block>
<block name="topsl" type="spotlight" main-inner="1">user1,user2,user3,user4,user5</block>
<block name="topsl1" type="spotlight" main-inner="1">user6,user7,user8,user9,user10</block>
</blocks>
<blocks name="middle" colwidth="22" fixheight="1">
<block name="content-mass-top">content-mass-top</block>
<block name="content-mass-bottom">content-mass-bottom</block>
<block name="content-top" type="modules">content-top</block>
<block name="content-bottom" type="modules" style="raw">content-bot</block>
<block name="left-mass-top">left-mass-top</block>
<block name="left1">left</block>
<block name="left2">right</block>
</blocks>
<blocks name="bottom" style="xhtml">
<block name="botsl" type="spotlight" main-inner="1" wrap-inner="1" >content-bottom</block>
<block name="botsl1" type="spotlight" main-inner="1">user11,user12,user13,user14,user15</block>
<block name="navhelper" type="navhelper"></block>
<block name="botsl2" type="spotlight" main-inner="1">user16,user17,user18,user19,user20</block>
<block name="footer" type="footer" wrap-inner="1"></block>
</blocks>
</layout>HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
July 19, 2012 at 9:11 am #461451Hi rynek23
<?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="header" type="header" wrap-inner="1" main-inner="1"></block>
<block name="mainnav" type="mainnav" main-inner="1"></block>
<block name="cpanel" type="usertools/cpanel"></block>
<block name="slideshow" type="modules" wrap-inner="1" style="raw">slideshow</block>
<block name="topsl" type="spotlight" main-inner="1">user1,user2,user3,user4,user5</block>
<block name="topsl1" type="spotlight" main-inner="1">user6,user7,user8,user9,user10</block>
</blocks>
<blocks name="middle" colwidth="22" fixheight="1">
<block name="content-mass-top">content-mass-top</block>
<block name="content-mass-bottom">content-mass-bottom</block>
<block name="content-top" type="modules">content-top</block>
<block name="content-bottom" type="modules" style="raw">content-bot</block>
<block name="left-mass-top">left-mass-top</block>
<block name="left1">left</block>
<block name="left2">right</block>
<block name="right1">right2</block>
</blocks>
<blocks name="bottom" style="xhtml">
<block name="botsl" type="spotlight" main-inner="1" wrap-inner="1" >content-bottom</block>
<block name="botsl1" type="spotlight" main-inner="1">user11,user12,user13,user14,user15</block>
<block name="navhelper" type="navhelper"></block>
<block name="botsl2" type="spotlight" main-inner="1">user16,user17,user18,user19,user20</block>
<block name="footer" type="footer" wrap-inner="1"></block>
</blocks>
</layout>Please try
1 user says Thank You to HeR0 for this useful post
July 19, 2012 at 10:31 am #461465Yeah it works, you dont write me that i must add this tpoistion to template details xml but i remember that i must do it . thanks, maybe you can help me with deafult.php in another topic?
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
July 19, 2012 at 10:36 am #461467Hi Rynek23
What is your issue with default.php file?Regards,
<em>@rynek23 330800 wrote:</em><blockquote>Yeah it works, you dont write me that i must add this tpoistion to template details xml but i remember that i must do it . thanks, maybe you can help me with deafult.php in another topic?</blockquote> -
AuthorPosts
This topic contains 8 replies, has 2 voices, and was last updated by HeR0 12 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum