Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • dmeimaris Friend
    #187400

    Hi, first of all my link is this:

    DEMO SITE/

    I am trying to edit the layout in template manager but I am not sure how to do it. I have read the tutorials but I have two questions.
    How can I add the content-mass-bottom position in order for it to be under the contact but on the left of my sidebar (position5/7)??
    I cant see the content in the layout. How is it shown on my page? Dont I need to have in on the xml?

    Thanks,

    My layout is as follows:

    <?xml version=”1.0″ encoding=”utf-8″?>
    <layout name=”desktop”>
    <!–Extra css load for this layout–>
    <stylesheets>
    <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>
    <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=”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=”masshead” style=”raw” no-main=”1″>masshead</block>
    <block name=”slideshow” style=”raw”>slideshow</block>
    <block name=”topsl” type=”spotlight”>user1, user2, user3, user4</block>
    <block name=”topsl1″ type=”spotlight”>user5, user6, user7, user8</block>
    <block name=”topsl2″ type=”spotlight”>user9, user10, user11, user12</block>
    </blocks>
    <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>
    <blocks name=”bottom” style=”xhtml”>
    <block name=”botsl” type=”spotlight”>user13, user14, user15, user16</block>
    <block name=”botsl1″ type=”spotlight”>user17, user18, user19, user20</block>
    <block name=”botsl2″ type=”spotlight”>user21, user22, user23, user24</block>
    <block name=”navhelper” type=”navhelper”></block>
    <block name=”footer” type=”footer”></block>
    </blocks>
    </layout>

    Ninja Lead Moderator
    #492604

    Here you are

    <blockquote><?xml version=”1.0″ encoding=”utf-8″?>
    <layout name=”desktop”>
    <!–Extra css load for this layout–>
    <stylesheets>
    <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>
    <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=”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=”masshead” style=”raw” no-main=”1″>masshead</block>
    <block name=”slideshow” style=”raw”>slideshow</block>
    <block name=”topsl” type=”spotlight”>user1, user2, user3, user4</block>
    <block name=”topsl1″ type=”spotlight”>user5, user6, user7, user8</block>
    <block name=”topsl2″ type=”spotlight”>user9, user10, user11, user12</block>
    </blocks>
    <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>
    <block name=”content-mass-bottom”>content-mass-bottom</block>
    </blocks>
    <blocks name=”bottom” style=”xhtml”>
    <block name=”botsl” type=”spotlight”>user13, user14, user15, user16</block>
    <block name=”botsl1″ type=”spotlight”>user17, user18, user19, user20</block>
    <block name=”botsl2″ type=”spotlight”>user21, user22, user23, user24</block>
    <block name=”navhelper” type=”navhelper”></block>
    <block name=”footer” type=”footer”></block>
    </blocks>
    </layout></blockquote>

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

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

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