-
AuthorPosts
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
June 24, 2016 at 7:25 am #943606Hi 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 ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
June 24, 2016 at 8:42 am #943640Hi
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 .June 24, 2016 at 8:44 am #943641Hi! 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 ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
June 24, 2016 at 8:49 am #943649Hi 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 .June 24, 2016 at 10:48 am #943705Ok thanks
i havent anderstood$this->_c(.... and $this->_p(...
Seems to work as expected.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
June 24, 2016 at 11:01 am #943708You are welcome !
I am marking this topic as solved as the issue is solved now . -
AuthorPosts
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.