-
AuthorPosts
-
smartmax Friend
smartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
December 15, 2014 at 4:08 pm #203582Hi, I would like te make an extra position to use for a banner, right next to the logo and under the menu.
Is this possible?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 16, 2014 at 5:03 am #558767Hi
This belongs to the header block of template, you will open this file: templatesja_muzictplsblocksheader.php
and look for this snippet of code:
<div class="span10">
<div class="nav-collapse collapse<?php echo $this->getParam('navigation_collapse_showsub', 1) ? ' always-show' : '' ?>">
<?php if ($this->getParam('navigation_type') == 'megamenu') : ?>
<?php $this->megamenu($this->getParam('mm_type', 'mainmenu')) ?>
<?php else : ?>
<div class="mainnav-wrap <?php $this->_c('navhelper') ?>">
<jdoc:include type="modules" name="mainnav" style="raw" />
</div>
<?php endif ?>
<div id="newsticker-block" class="newsticker span7 pull-left <?php $this->_c('newsticker') ?>">
<jdoc:include type="modules" name="<?php $this->_p('newsticker') ?>" style="raw" />
</div>
</div>
</div>
You can create a new module position and call that new position as above sample I made with newsticker position.
Of course, you will need to change the ID and class and add style for your module.
smartmax Friendsmartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
February 23, 2015 at 3:34 pm #560383Hi Saguaros,
ALMOST ALMOST! :laugh:
It just needs to move to the right a littlebithttp://www.bluezybluesfestival.nl/
smartmax Friendsmartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
February 25, 2015 at 2:30 pm #560656Hi Saquaros, I could really use you’re help with this one :-[
cytropics Friendcytropics
- Join date:
- April 2014
- Posts:
- 44
- Downloads:
- 38
- Uploads:
- 20
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
February 25, 2015 at 3:43 pm #560660replace pull-left to pull-right. Give that a try.
smartmax Friendsmartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
February 25, 2015 at 3:51 pm #560663Hi Cytropics,
thank you very much for you’re answer, but that’s not it 🙁
http://www.bluezybluesfestival.nl/a little more to the right…
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 26, 2015 at 2:46 am #560747Hi
Check the code in my 1st post above:
<div id="newsticker-block" class="newsticker span7 pull-left <?php $this->_c('newsticker') ?>">
<jdoc:include type="modules" name="<?php $this->_p('newsticker') ?>" style="raw" />
</div>
change it to:
<div id="newsticker-block" class="newsticker span5 pull-left <?php $this->_c('newsticker') ?>">
<jdoc:include type="modules" name="<?php $this->_p('newsticker') ?>" style="raw" />
</div>
smartmax Friendsmartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
February 26, 2015 at 11:20 am #560810Thanksss!!!
AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 3 voices, and was last updated by smartmax 9 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum