Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • richardaddeo Friend
    #182620

    What about all positions except 5 and 7 ?

    I can access them in the module positions choice (with template “Zite” filter).

    Result
    position-1
    position-10
    position-11
    position-12
    position-2
    position-4
    position-9
    and
    position-5 – JA_Zite (Position 5)
    position-7 – JA_Zite (Position 7)

    but I can’t access any of those positions (exept 5 & 7) …

    Can you explain ?

    pavit Moderator
    #474381

    Hi

    In Ja_Zite template the positions mentioned above are not available

    You can use the position-5 and position-7 as showed HERE

    You can check also your available positions in the templateDetails.xml file

    <positions>
    <position>hornav</position>
    <position>breadcrumbs</position>
    <position>topnav</position>
    <position>slideshow</position>
    <position>search</position>
    <position>masshead</position>
    <position>social</position>
    <position>position-5</position>
    <position>position-7</position>
    <position>ja-tabs</position>
    <position>top</position>
    <position>user1</position>
    <position>user2</position>
    <position>user3</position>
    <position>user4</position>
    <position>user5</position>
    <position>user6</position>
    <position>user7</position>
    <position>footer</position>
    <position>syndicate</position>
    <position>debug</position>
    <position>top-panel</position>
    </positions>

    richardaddeo Friend
    #474385

    OK
    Thank you for your response – that’s what I was afraid of …

    My problem is that I need a (new !) position beetwen “position 5” and “position 7”, just above the content (but not above 5 and 7).
    I can’t find wich file I must modify for that.

    Does exist a global structure file ?

    I’ve search with keyword “jdoc:include” or “blocks name”

    I’ve found code in “templatesja_ziteetclayoutsdefault.xml

    <blocks name=”middle” colwidth=”32″>
    <block name=”left1″>position-7</block>
    <block name=”right2″>position-5</block>
    </blocks>

    and in “templatesja_zitehtmlcom_k2ja_ziteitem.php

    $sidebar_content = $doc->getBuffer(‘modules’, ‘position-5’, $attribs);
    $sidebar_content .= “n”.$doc->getBuffer(‘modules’, ‘position-7’, $attribs) ;

    Is that enought if I try to modify those files (+ templateDetails.xml) to add a module position : new block (default.xml) and integrating my module content (item.php) ?

    Will it be possible then to use CSS files to configure the look of my page ?

    Help 😉

    pavit Moderator
    #474388

    Hi

    <blockquote>My problem is that I need a (new !) position beetwen “position 5” and “position 7”, just above the content (but not above 5 and 7).
    I can’t find wich file I must modify for that.</blockquote>

    To better assist you – could you post a screen-shot of your desired new position ? because for me it’s not clear where exactly you want to add it

    Thanks

    richardaddeo Friend
    #474390

    here it is !


    1. zite
    pavit Moderator
    #474404

    Hi

    You can add a content-mass-top position there

    To add a new position go to Template Manager –>JA_Zite – Default–>LAYOUTS Tab –> edit the default Layout

    Now for the middle block you have

    <blocks name="middle" colwidth="32">
    <block name="left1">position-7</block>
    <block name="right2">position-5</block>
    </blocks>

    Simply add this block

    <block name="content-mass-top" type="spotlight">content-mass-top</block>

    So you will have

    <blocks name="middle" colwidth="32">
    <block name="content-mass-top" type="spotlight">content-mass-top</block>
    <block name="left1">position-7</block>
    <block name="right2">position-5</block>
    </blocks>

    Save the LAYOUT and add to the templateDetails.xml file the new position

    <position>content-mass-top</position>

    your result will be as showed here

    Regards


    1. Responsive-business-template-for-Joomla-2.5-JA-Zite
    richardaddeo Friend
    #474405

    Wonderfull and so simple 🙂

    pavit Moderator
    #474407

    <em>@richardaddeo 348158 wrote:</em><blockquote>Wonderfull and so simple :-)</blockquote>

    Sorry i forgotten to suggest the guide for T3Framework

    It will help you

    Regards

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

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

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