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. Nico van de Kamp
  2. General Discussion
  3. Monday, 24 February 2014
  4.  Subscribe via email
Hello,

I try to learn myself the T3 framework by reading/following the documentation.
But at the T3/V2 framework you could add to the xml "no-main=1", which means 100% width. Is this also possible with T3V3 framework? If yes, how?

Oh, yeah second question:
in T3V2 you can configure "Hide main content block" so therw will be no content shown. I have created a design where I don't want content at the "home" page, but I see there still "HOME". It seems to me that this is by default. Can I disable this in one or another way? (I'm working with T3-BS3 blank template.)

***** EDIT *****
I have from the tpls layout disabled the "mainbody-content-left block.

<?php //$this->loadBlock('mainbody-content-left') ?>

I don't know if this is cleaver or not?

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

1. You can have a full-width block by remove "container" class in the block.

2. In T3 Bs3 Blank, we have home-1.php and home-2.php layout.
Those layout does does not load the mainbody block.
It named 'mainbody-home-1' but it does not load the main content.

Your approach seems to be a correct way.
But you need the mainbody show again on other page or not.

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 want to make a logo bar full width and the rest smaller like the mainmenu. (see my attachement).
But the header.php of T3 BS3 blank doesn't have a "container". (see my code at the end.)

I have added the top-menu ('Mijn Account Mijn winkelwage aanmelden' see my attachement) by looking at the code of the template ja-mitius (I think this is a T3v1 template?).
How can I position the top-menu position, search position, in one line like my attachement. With customizing by less or...? Ooohh, now I see "col-xs-12", do I have to change this to two for example, disable the languageswitcherload.
Or is it better to create a new block for example with top-header and then add there three positions, "LOGO", "top-menu", "search" in it. But this is also what have more or less now. How to get this done?
What is the right way to do this?

Are there more different code examples? I mean a spotlight is quite straight forward. Speaks more or less for it selfs.
But the header and the main-body, what is possible and how? Which classes are there you can use and when do I need this to use? Is this a stupid question?

Btw.: what is the difference between style="raw" and style="JAxhtml"?

<!-- LOGO -->
<div class="col-xs-12 <?php echo $logosize ?> logo">
<div class="logo-<?php echo $logotype ?>">
<a href="/<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>">
<?php if($logotype == 'image'): ?>
<img class="logo-img" src="/<?php echo JURI::base(true) . '/' . $logoimage ?>" alt="<?php echo strip_tags($sitename) ?>" />
<?php endif ?>
<span><?php echo $sitename ?></span>
</a>
<small class="site-slogan"><?php echo $slogan ?></small>
</div>
<!-- top-menu added -->
<div class="span2 clearfix">
<div class="top-menu<?php $this->_c('top-menu')?>">
<jdoc:include type="modules" name="<?php $this->_p('top-menu') ?>" style="raw" />
</div>
</div>
<!-- //top-menu -->
</div>
<!-- //LOGO -->
References
  1. http://tmpfotos.nicovandekamp.nl/impression-of-what-I-want.jpg
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 2
  • Page :
  • 1


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