Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • nvestor24 Friend
    #186696

    hey guys,

    i need a new moduleposition in this great template. the position must stay between positon-2 – position-3 and the navihelper!
    please take a look at my attachment.

    hope, somebody can help.
    it would be perfect, if i can define the numbers of the modules on this position even, you can see in my attachment.

    best regards

    torsten


    1. joomlart-newposition
    Saguaros Moderator
    #489720

    Hi torsten,

    You can checkout this guide to add a new module position in T3 framework: http://t3-framework.org/documentation/customization.html#module-position

    Regards

    nvestor24 Friend
    #489897

    dear saguaros,

    thx for you post. i think i am to stupid to do this. i have made your changes in templates/ja_mitius/tpls/blocks/spotlight-1.php:
    [PHP]defined(‘_JEXEC’) or die;
    ?>

    <?php if ($this->checkSpotlight(‘spotlight-1’, ‘position-1’)) : ?>
    <!– SPOTLIGHT 1 –>
    <section class=”wrap ja-sl ja-sl-1″>
    <div class=”container”>
    <?php
    $this->spotlight (‘spotlight-1’, ‘position-1’)
    ?>
    </div>
    </section>
    <!– //SPOTLIGHT 1 –>
    <?php endif ?>

    <!– POSITION-20 –>
    <jdoc:include type=”modules” name=”<?php $this->_p(‘position-20’) ?>” />

    <!– //POSITION-20 –>[/PHP]

    the next change i have made is: templateDetails.xml :

    adding position-20 !

    <position>position-1</position>
    <position>position-20</position>

    so far ok.

    here is the look to the frontend :

    the distance is out of range.

    i know, that i have to fix it by the css, but i do not know, how !

    please, please help me.

    best regards
    torsten


    1. joomlart2
    2. joomlart-frontend1
    Saguaros Moderator
    #490016

    Hi Torsten,

    Could you post your site url here and set Optimize css in template manager to No? I will try to check for you.

    Regards

    nvestor24 Friend
    #490143

    hello saguaros,

    i have sent you the domain and account-information in pm !

    greetz
    torsten

    Saguaros Moderator
    #490760

    Hi Torsten,

    I’m sorry for this late response.

    – Try to change this:


    <!-- POSITION-20 -->
    <jdoc:include type="modules" name="<?php $this->_p('position-20') ?>" />
    <!-- //POSITION-20 -->

    With:


    <!-- POSITION-20 -->
    <div class="wrap">
    <div class="container">
    <div class="row">
    <div class="newPosition span12">
    <jdoc:include type="modules" name="<?php $this->_p('position-20') ?>" style="JAxhtml"/>
    </div>
    </div>
    </div>
    </div>
    <!-- //POSITION-20 -->

    – Open file: /templates/ja_mitius/css/custom.css, add css rule for class newPosition above


    .newPosition {
    width: 100% !important;
    }

    Regards

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

This topic contains 6 replies, has 2 voices, and was last updated by  Saguaros 11 years, 6 months ago.

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