-
AuthorPosts
-
December 18, 2013 at 10:53 pm #193083
In the tutorials of T3 framework appears that the layout of the template can be dinamically modified, the column order, size and number, but in my Fubix template I cant modify anything, not even add module predefined positions, or cant be done in Fubix?
Please help.
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
December 19, 2013 at 10:37 am #515946Hi carlosemuralles,
How do you want to modify the layout in JA Fubix template ? Please describe in more details so that I can give you further suggestion.
Regards,
Nazario A
December 19, 2013 at 8:09 pm #515995In the attach image you can see, that in the blue area (footer) I can change the number and size of columns, but in the red area I dont have this options.
I want by example change size of position 5, and add a new position at the right of it or under mast-col.
Thanks.
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
December 23, 2013 at 3:59 am #516213Hi carlosemuralles,
<blockquote>I want by example change size of position 5</blockquote>
You can customize in this file: /templates/ja_fubix/tpls/blocks/homepage.php . Changing in here:
"two_sidebars": {
"default" : [ "span8 offset2" , "span2 offset-10" , "span2" ],
"wide" : [ ],
"xtablet" : [ "span8 offset4" , "span4 offset-12" , "hidden" ],
"tablet" : [ "span12" , "span12" , "hidden" ],
"mobile" : [ "span12" , "span12" , "hidden" ]
},
* Then remember to complile LESS to Css in configuration of template.
<blockquote>add a new position at the right of it or under mast-col.</blockquote>
You can add new position under ‘mast-col’ position. Please try my suggestion:
– Open file: /templates/ja_fubix/tpls/blocks/homepage.php
– Add the red line code:
<!-- MAIN CONTENT -->
<div id="t3-content" class="t3-content <?php echo $this->getClass($layout, $col) ?>" <?php echo $this->getData ($layout, $col++) ?>>
<div class="top-content clearfix">
<div class="top-slideshow<?php $this->_c('slideshow')?>">
<jdoc:include type="modules" name="<?php $this->_p('slideshow') ?>" style="T3Xhtml" />
</div>
<div class="top-sidenews<?php $this->_c('sidenews')?>">
<jdoc:include type="modules" name="<?php $this->_p('sidenews') ?>" style="T3Xhtml" />
</div>
</div>
<?php if ($this->countModules($mastcol)) : ?>
<!-- MASSCOL 1 -->
<div class="ja-mastcol ja-mastcol-1<?php $this->_c($mastcol)?>">
<jdoc:include type="modules" name="<?php $this->_p($mastcol) ?>" style="T3Xhtml" />
</div>
<!-- //MASSCOL 1 -->
<?php endif ?>
<div class="new-position">
<jdoc:include type="modules" name="new-position" style="T3Xhtml" />
</div></div>
<!-- //MAIN CONTENT -->Let me know if this helps
Regards,
Nazario A
1 user says Thank You to Nazario A for this useful post
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by Nazario A 10 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
I cant modify the layout in Fubix
Viewing 4 posts - 1 through 4 (of 4 total)