Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • gjhvs Friend
    #183651

    Hi!

    Have a look at this screenshot

    Using module positions User11, User13 en User 14.
    As you can see I have a Facebook module in the position User11.
    What I want is > a module above User13 and User 14 that is as wide as 13 and 14 together. So I can put the Facebook module there. Is it possible to use User12 here?

    This is the lay-out I am using:

    <?xml version="1.0" encoding="utf-8"?>
    <layout name="desktop">
    <!--Extra css load for this layout-->
    <stylesheets>
    <file>css/layout.css</file>
    <file>css/template.css</file>
    <file media="only screen and (max-width:719px)">css/layout-mobile.css</file>
    <file media="only screen and (max-width:479px)">css/layout-mobile-port.css</file>
    <file media="only screen and (min-width:720px) and (max-width: 985px)">css/layout-tablet.css</file>
    </stylesheets>
    <scripts>
    </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="1">top-panel</block>
    <block name="tophead" type="tophead" main-inner="1"></block>
    <block name="header" type="header" main-inner="1"></block>
    <block name="mainnav" type="mainnav" main-inner="1"></block>
    <block name="cpanel" type="usertools/cpanel"></block>
    <block name="topsl" type="spotlight" main-inner="1" special="left" specialwidth="75">user1,user2</block>
    <block name="topsl1" type="spotlight" main-inner="1">user3, user4, user5, user6</block>
    <block name="topsl2" type="spotlight" main-inner="1">user7, user8, user9, user10</block>
    </blocks>
    <blocks name="middle" colwidth="25" main-inner="1">
    <block name="content-mass-top" type="modules" style="xhtml">content-mass-top</block>
    <block name="right1">left, right</block>
    </blocks>
    <blocks name="bottom" style="xhtml">
    <block name="botsl" type="spotlight" main-inner="1" special="left" specialwidth="50">user11, user 13, user14</block>
    <block name="navhelper" type="navhelper" main-inner="1"></block>
    <block name="full-bg" type="modules" no-main="1" style="raw">fullbg</block>
    <block name="botsl1" type="spotlight" main-inner="1" special="left" specialwidth="50">user15,user16,user17</block>
    <block name="footer" type="footer"></block>
    </blocks>
    </layout>


    1. modules
    Ninja Lead Moderator
    #478877

    You can try with my suggestion
    from

    <?xml version="1.0" encoding="utf-8"?>
    <layout name="desktop">
    <!--Extra css load for this layout-->
    <stylesheets>
    <file>css/layout.css</file>
    <file>css/template.css</file>
    <file media="only screen and (max-width:719px)">css/layout-mobile.css</file>
    <file media="only screen and (max-width:479px)">css/layout-mobile-port.css</file>
    <file media="only screen and (min-width:720px) and (max-width: 985px)">css/layout-tablet.css</file>
    </stylesheets>
    <scripts>
    </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="1">top-panel</block>
    <block name="tophead" type="tophead" main-inner="1"></block>
    <block name="header" type="header" main-inner="1"></block>
    <block name="mainnav" type="mainnav" main-inner="1"></block>
    <block name="cpanel" type="usertools/cpanel"></block>
    <block name="topsl" type="spotlight" main-inner="1" special="left" specialwidth="75">user1,user2</block>
    <block name="topsl1" type="spotlight" main-inner="1">user3, user4, user5, user6</block>
    <block name="topsl2" type="spotlight" main-inner="1">user7, user8, user9, user10</block>
    </blocks>
    <blocks name="middle" colwidth="25" main-inner="1">
    <block name="content-mass-top" type="modules" style="xhtml">content-mass-top</block>
    <block name="right1">left, right</block>
    </blocks>
    <blocks name="bottom" style="xhtml">
    <block name="botsl" type="spotlight" main-inner="1" special="left" specialwidth="50">user11, user 13, user14</block>
    <block name="navhelper" type="navhelper" main-inner="1"></block>
    <block name="full-bg" type="modules" no-main="1" style="raw">fullbg</block>
    <block name="botsl1" type="spotlight" main-inner="1" special="left" specialwidth="50">user15,user16,user17</block>
    <block name="footer" type="footer"></block>
    </blocks>
    </layout>

    change to

    <?xml version="1.0" encoding="utf-8"?>
    <layout name="desktop">
    <!--Extra css load for this layout-->
    <stylesheets>
    <file>css/layout.css</file>
    <file>css/template.css</file>
    <file media="only screen and (max-width:719px)">css/layout-mobile.css</file>
    <file media="only screen and (max-width:479px)">css/layout-mobile-port.css</file>
    <file media="only screen and (min-width:720px) and (max-width: 985px)">css/layout-tablet.css</file>
    </stylesheets>
    <scripts>
    </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="1">top-panel</block>
    <block name="tophead" type="tophead" main-inner="1"></block>
    <block name="header" type="header" main-inner="1"></block>
    <block name="mainnav" type="mainnav" main-inner="1"></block>
    <block name="cpanel" type="usertools/cpanel"></block>
    <block name="topsl" type="spotlight" main-inner="1" special="left" specialwidth="75">user1,user2</block>
    <block name="topsl1" type="spotlight" main-inner="1">user3, user4, user5, user6</block>
    <block name="topsl2" type="spotlight" main-inner="1">user7, user8, user9, user10</block>
    </blocks>
    <blocks name="middle" colwidth="25" main-inner="1">
    <block name="content-mass-top" type="modules" style="xhtml">content-mass-top, user11</block>
    <block name="right-mass-top">user12</block>
    <block name="right1">left, right, user13</block>
    <block name="right2">user14</block>
    </blocks>
    <blocks name="bottom" style="xhtml">
    <block name="navhelper" type="navhelper" main-inner="1"></block>
    <block name="full-bg" type="modules" no-main="1" style="raw">fullbg</block>
    <block name="botsl1" type="spotlight" main-inner="1" special="left" specialwidth="50">user15,user16,user17</block>
    <block name="footer" type="footer"></block>
    </blocks>
    </layout>

    Hope it helps

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum