Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • smartmax Friend
    #203582

    Hi, I would like te make an extra position to use for a banner, right next to the logo and under the menu.

    http://www.sbrr.nl/NIEUW/

    Is this possible?


    1. Extra-Banner
    Saguaros Moderator
    #558767

    Hi

    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 Friend
    #560383

    Hi Saguaros,

    ALMOST ALMOST! :laugh:
    It just needs to move to the right a littlebit

    http://www.bluezybluesfestival.nl/


    1. Schermafbeelding-2015-02-23-om-16.31.12
    smartmax Friend
    #560656

    Hi Saquaros, I could really use you’re help with this one :-[

    cytropics Friend
    #560660

    replace pull-left to pull-right. Give that a try.

    smartmax Friend
    #560663

    Hi Cytropics,
    thank you very much for you’re answer, but that’s not it 🙁
    http://www.bluezybluesfestival.nl/

    a little more to the right…


    1. Schermafbeelding-2015-02-23-om-16.31.12
    Saguaros Moderator
    #560747

    Hi

    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 Friend
    #560810

    Thanksss!!!

Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 8 replies, has 3 voices, and was last updated by  smartmax 9 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum