Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #943506

    Hi
    I am not sure your question is for Purity III or older purity
    You can show or hide the module position of a block from the template options > Layout > Responsive layout in Purity III .
    Here is doc how to add a block in T3 .

    juansolos Friend
    #943606

    Hi thanks. Yes it is a purity III question. i load block in a layout :

    `$this->loadBlock (‘submenu’)

    i have create a file submenu.php in tpls/block folder
    `<div class="container hidden-xs"> <div class="sous-menu-top"><jdoc:include type="modules" name="submenu" style="T3Xhtml" ></jdoc:include>

    i have added the position submenu in the template.xml

    In my template admin, i see this new block.
    In the layout tab
    -responsive layout tab, there is no "eyes" in this block,

    <div class="container hidden-xs"> <div class="sous-menu-top"> <div class="t3-admin-layout-pos block-submenu t3-admin-layout-uneditable"> <span class="t3-admin-layout-poswidth" title="Position Width">12 </span><h3 class="t3-admin-layout-posname" title="Position Name">submenu</h3></div></div></div>
    Pankaj Sharma Moderator
    #943640

    Hi
    Kindly follow those documentation first how to add the block file and module position in blocks files correctly .
    http://www.t3-framework.org/documentation/layout-system.html#define-block
    Make change as per doc , then check it .

    Tiago Friend
    #943641

    Hi! i have a huge issue/bug to report about T3 framework when you’re saving the template configuration but i’m not sure where i supposed post (can’t create new topics). So here will go! If you have a index.html on your tree and if you try to access your site after a clean install (for exemple) and try to edit some options on template don’t necessary you need to change the layout too (because you can’t). So after save your template will broke some positions of modules. The issue is i don’t know where is the calling but because this index.html the grid system of the framework won’t will render or shows and after saving without change anyting in the layout the frontend will be miss configured somehow. I think the values of positions are storage on sql so the problem isn’t in template code but only in layout grid system i believe after edited and saved.

    Pankaj Sharma Moderator
    #943649

    Hi funkeirox
    Kindly create a separate thread for a different topic .
    http://static.joomlart.com/images/blog/2015/nov/Add-new-post.gif
    This will also help our community .

    juansolos Friend
    #943705

    Ok thanks
    i havent anderstood

    $this->_c(....
    and 
    $this->_p(...

    Seems to work as expected.

    Pankaj Sharma Moderator
    #943708

    You are welcome !
    I am marking this topic as solved as the issue is solved now .

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

This topic contains 7 replies, has 3 voices, and was last updated by  Pankaj Sharma 8 years, 5 months ago.

The topic ‘Block creation and edit param in responive layout’ is closed to new replies.