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. Eclecticus
  2. General Discussion
  3. Thursday, 13 August 2015
  4.  Subscribe via email
Hi,

What I would like to realize is

a block 800x600 with next to it 3 blocks of 400x200.

I can't figure out how to do this.
Everything I found is going horizontal.

Could you give me a hint?

Thanks in advance,

Hans
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi,

It's great if you can visualize it with a draft design so I can understand exactly what you want and give you some suggestion.

Regards.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
I hope this is realizable...
Attachments (1)
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi,
have a problem likes it, Please Fix here Guid HTML Or Here

Or Here is our suggestion, create new block file: templates\t3_bs3_blank\tpls\blocks\slideshow.php and add the following code:

<?php
/**
* @package T3 Blank
* @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/

defined('_JEXEC') or die;

?>

<div id="slideshow" class="container t3-mainbody">
<div class="col-md-8 col-xs-12">
<jdoc:include type="modules" name="<?php $this->_p('slideshow') ?>" style="T3Xhtml"/>
</div>
<div class="col-md-4 col-xs-12">
<jdoc:include type="modules" name="<?php $this->_p('sidebar') ?>" style="T3Xhtml"/>
</div>
</div>


Now open the layout file and load the slideshow block.

The slideshow block has 2 positions: slideshow and sidebar, the slideshow width is double the sidebar width. You can assign modules to slideshow and sidebar to build the same block you mentioned. For the height, you have to control it by the modules you assign to the position as we can not fix the height because it relates to responsiveness.

Regards.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks for your reply.
I had a look a like sollution.
This one is better.

Thanks for your time and advice.

Hans
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
You're welcome!
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 5
  • Page :
  • 1


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