Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • veeco Friend
    #154844

    hello.. i’m trying to create a template from scratch

    i already edit the layout like this:
    <?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=”cpanel” type=”usertools/cpanel”></block>
    <block name=”top-panel” type=”modules” style=”raw” main-inner=”1″>top-panel</block>
    <block name=”header” type=”header” main-inner=”1″></block>
    </blocks>
    </layout>

    it supposed to only display top blocks, but it seem it display the default template.. any idea what might caused this ? i like to design from scratch.. top-down approach…

    Thanks

    johncorella Friend
    #357473

    I am having the same problem. I cloned a layout and followed all of the tutorials about setting up a layout, theme, profile and only the default layout, css, etc. shows.

    Also, I cannot seem to figure out how to move the mainnav and breadcrumbs inside the main body. I would like them to show just above the left and center column with the right column touching the header

    Thank you.

    veeco Friend
    #357598

    Hope someone from joomlart can give us a clue…

    Sherlock Friend
    #357722

    Dear All,

    Please just download the latest version of the T3 System plugin,I think you will not see these problems 🙂

    veeco Friend
    #357747

    i’m using 1.1.4 already.. any newer version ?

    Khanh Le Moderator
    #357774

    <em>@veeco 196476 wrote:</em><blockquote>hello.. i’m trying to create a template from scratch

    i already edit the layout like this:
    <?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=”cpanel” type=”usertools/cpanel”></block>
    <block name=”top-panel” type=”modules” style=”raw” main-inner=”1″>top-panel</block>
    <block name=”header” type=”header” main-inner=”1″></block>
    </blocks>
    </layout>

    it supposed to only display top blocks, but it seem it display the default template.. any idea what might caused this ? i like to design from scratch.. top-down approach…

    Thanks</blockquote>

    In this version of T3 plugin, some missing elements are got from default layout in the plugin. In this case, the “middle” & “bottom” blocks are not defined, therefore, it gets from the default. To hide those areas, please make the layout xml look like this:

    <?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=”cpanel” type=”usertools/cpanel”></block>
    <block name=”top-panel” type=”modules” style=”raw” main-inner=”1″>top-panel</block>
    <block name=”header” type=”header” main-inner=”1″></block>
    </blocks>

    <blocks name=”middle” style=”xhtml”>
    </blocks>

    <blocks name=”bottom” style=”xhtml”>
    </blocks>

    </layout>

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

This topic contains 6 replies, has 4 voices, and was last updated by  Khanh Le 13 years, 5 months ago.

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