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. Freud
  2. General Discussion
  3. Thursday, 08 August 2013
  4.  Subscribe via email
Hi all,

I need to add a position just beside the logo in the header (between logo and search textbox). I have created that position by following a youtube video but cannot adjust that beside the logo. Please, can you help me to do that ?

Thanks in advance
References
  1. http://www.softdz.com
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Freud,

To add the a new position beside of logo. please open templates\t3_blank\tpls\blocks\header.php

1. Reduce the size of logo (span8 by default) => to span4

<!-- LOGO -->
<div class="span4 logo">
<div class="logo-<?php echo $logotype ?>">
<a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>"<?php echo $logoimage ?>>
<span><?php echo $sitename ?></span>
</a>
<small class="site-slogan hidden-phone"><?php echo $slogan ?></small>
</div>
</div>
<!-- //LOGO -->

2. Add new position
<?php if ($this->countModules('newposition')) : ?>
<!-- HEAD SEARCH -->
<div class="span4 head-search<?php $this->_c('newposition')?>">
<jdoc:include type="modules" name="<?php $this->_p('newposition') ?>" style="raw" />
</div>
<!-- //HEAD SEARCH -->
<?php endif ?>


3. Publish a module to 'newposition' and refresh in frontend.

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
Hi Super User,

Sorry, it seems it doesn't work.
Do I remove the Head Search code and replace it by yours ? It is what I've done...........
Thanks again
References
  1. http://www.softdz.com
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 Freud,

No, you just need to follow the steps.
Sorry for the comment <!-- HEAD SEARCH -->, it is somehow confusing.

You should add a module to 'newposition' before it can show.

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
Ok thanks Super User
References
  1. http://www.softdz.com
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
Hi!
This also helped me, but got some issue with that now.
How do I align this position to the right border?

Thanks
Attachments (1)
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Alex,

You can add 'pull-right' class for float block to the right.

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


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