We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. Nathan
  2. General Discussion
  3. Thursday, 19 June 2014
  4.  Subscribe via email
In the layout section - why are certain sections like message unchangeable [cannot be changed] ?

I am trying to set up a page with one long [tall] column on right side and content and other modules on left
it seems the block layout doesn't allow for that - how can i do it?
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Nathan,

1. "In the layout section - why are certain sections like message unchangeable [cannot be changed] ?"

Answer: it's included in the mainbody blocks and its type is message. See how it's defined:

<!-- MAIN CONTENT -->
<div id="t3-content" class="t3-content col-xs-12 col-md-6 col-md-push-3">
<?php if($this->hasMessage()) : ?>
<jdoc:include type="message" />
<?php endif ?>
<jdoc:include type="component" />
</div>
<!-- //MAIN CONTENT -->


2. "I am trying to set up a page with one long [tall] column on right side and content and other modules on left
it seems the block layout doesn't allow for that - how can i do it?"

The default layout is what you need. The layout has left sidebar, main content and right sidebar. See image below:

http://easycaptures.com/fs/uploaded/770/1154664415.png

Gardner.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.