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

    Dear guys,

    sorry, but now i have to go this way, because the time for the start up is coming soon and my time is running away. i am a really big fan of joomlart. but since one week, i feel me a little bit lost. thats the problem:

    i have offened a new thread and Saguaros wrote to me, that he would me help. sorry, but until now, i dont have recieved another message or help for him. I would like to say first of all that it is not his fault – but above i have written, that this project will be start at 01.may 2013 and i have some little problems.

    At first – this is the thread with the new moduleposition. Sorry again, but i am not a programmer.

    http://www.joomlart.com/forums/topic/new-module-position-22/

    All the thinks i have done, you can read in this thread.

    The Second – i have installed three new modulepositions in the header.php. one for a menu and two for wallpaperbanner. the modulepositons are running well in the wide template, but if i use one of the responsive themes – my screen-display crashes.

    I have took a look at the layout (Thememanager) and have seen, that in some positions are the chances, the positions to set up to none. so the positions are being off in responsive themes. my question to you:

    is there a way, to set the ja-header-r and ja-header-o position in responive view to none? All the positions, i have made are in the mode: auto. that is not fine.

    The same as use above is in the module position special-menu. The menu is not responsive and so the display crashes in responsive mode too 🙁 !

    You would me make very happy, if you are giving me some help. – I do not have much time to wait!

    All the account infos, i have given you in your special fields before this text.

    King regards

    Torsten

    Saguaros Moderator
    #490761

    Hi Torsten,

    – 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

    nvestor24 Friend
    #490800

    Hello Saguaros,

    thank soo much for your help.
    i have done what you have wrote, the result is the attachment at the bottom.

    the new position is out of range at the right and flush with the edge of left.

    best regards
    Torsten


    1. jooml-pos20
    Saguaros Moderator
    #491409

    Dear Torsten,

    You can try this way:

    – In backend settings of module in new created position, try adding a class suffix for this module named: ‘ newClass‘ (add a space bbefore class name

    – Open /templates/ja_template_name/css/custom.css, add css rule for above new class:


    .ja-cp-wrap.ja-anim-fade .newClass {
    background: #FFFFFF
    margin-left: 30px;
    margin-right: 59px;
    }

    change to your desired value then.

    Regards

    nvestor24 Friend
    #491422

    hi saguaros,

    thx for the response. no, it does not work.

    First, I have to leave the first css code

    .newPosition {
    width: 100% !important;
    } and have added the moduleclass include the css code. nothing is happening.

    the second I deleted the first css code
    .newPosition {
    width: 100% !important;
    } and then I added the moduleclass include the css code. nothing is happening here too.

    best regards

    Torsten

    Saguaros Moderator
    #491873

    Dear Torsten,

    Did you remove that module? I don’t see it in frontend of your site again.

    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