-
AuthorPosts
-
December 14, 2011 at 4:51 pm #171805
Hi
I try all way but i have still problem…
I wants to make that module with ja_tabs (“Herbalife – to nalezy wiedziec”) will be the first module, sow i must make that content-mass-bottom position will be before content-bottom and all another in middlle area.
this is link: http://dietawellness.pl/nowa_wersja/
please help me.
Rafalpavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
December 14, 2011 at 9:22 pm #429663Hi rynek23
You could enable the content-mass-top position in the default layout
now your default layout is
<?xml version="1.0" encoding="utf-8"?>
<layout name="desktop">
<!--Extra css load for this layout-->
<stylesheets>
</stylesheets>
<scripts>
<file>js/ja.more.js</file>
</scripts>
<blocks name="top" style="xhtml">
<block name="absolute" type="modules" style="raw">absolute</block>
<block name="top-panel" type="modules" style="raw" main-inner="2">top-panel</block>
<block name="cpanel" type="usertools/cpanel"></block>
<block name="header" type="header"></block>
<block name="mainnav" type="mainnav"></block>
<block name="slideshow">slideshow</block>
<block name="masshead">masshead</block>
<block name="contentslider">contentslider</block>
<block name="twitter">twitter</block>
<block name="topsl" type="spotlight" main-inner="1">user1,user2,user3,user4</block>
<block name="topsl1" type="spotlight" main-inner="1">user5,user6,user7,user8</block>
</blocks>
<blocks name="middle" colwidth="32" >
<block name="left1">left</block>
<block name="right1">right</block>
<block name="content-bottom">content-bottom</block>
<block name="content-mass-bottom">content-mass-bottom</block>
</blocks>
<blocks name="bottom" style="xhtml">
<block name="contentslider2">contentslider2</block>
<block name="botsl" type="spotlight" main-inner="1" specialwidth="27">user9,user10,user11,user12</block>
<block name="botsl1" type="spotlight" main-inner="1" specialwidth="27">user13,user14,user15,user16</block>
<block name="navhelper" type="navhelper"></block>
<block name="footer" type="footer"></block>
</blocks>
</layout>adding the new position it will be
<?xml version="1.0" encoding="utf-8"?>
<layout name="desktop">
<!--Extra css load for this layout-->
<stylesheets>
</stylesheets>
<scripts>
<file>js/ja.more.js</file>
</scripts>
<blocks name="top" style="xhtml">
<block name="absolute" type="modules" style="raw">absolute</block>
<block name="top-panel" type="modules" style="raw" main-inner="2">top-panel</block>
<block name="cpanel" type="usertools/cpanel"></block>
<block name="header" type="header"></block>
<block name="mainnav" type="mainnav"></block>
<block name="slideshow">slideshow</block>
<block name="masshead">masshead</block>
<block name="contentslider">contentslider</block>
<block name="twitter">twitter</block>
<block name="topsl" type="spotlight" main-inner="1">user1,user2,user3,user4</block>
<block name="topsl1" type="spotlight" main-inner="1">user5,user6,user7,user8</block>
</blocks>
<blocks name="middle" colwidth="32" >
<block name="content-mass-top">content-mass-top</block>
<block name="left1">left</block>
<block name="right1">right</block>
<block name="content-bottom">content-bottom</block>
<block name="content-mass-bottom">content-mass-bottom</block>
</blocks>
<blocks name="bottom" style="xhtml">
<block name="contentslider2">contentslider2</block>
<block name="botsl" type="spotlight" main-inner="1" specialwidth="27">user9,user10,user11,user12</block>
<block name="botsl1" type="spotlight" main-inner="1" specialwidth="27">user13,user14,user15,user16</block>
<block name="navhelper" type="navhelper"></block>
<block name="footer" type="footer"></block>
</blocks>
</layout>Don’t forget to add this at the end of your TemplateDetails.xml
<position>content-mass-top</position>
Then change the position of your custom-html module “herbalife – to trzeba wiedzieć” from content-mass-bottom to content-mass-top
Regards
1 user says Thank You to pavit for this useful post
-
AuthorPosts
This topic contains 3 replies, has 2 voices, and was last updated by rynek23 12 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum