Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • crijns Friend
    #660877

    On my site the slideshow-module override the modules in position-7. Is it possible to let the position-7 modules begin below the slideshow ?

    Ninja Lead Moderator
    #661062

    In this case, you have to make the the view layout in home profile on your site

    + Backup templates/ja_fubix/tpls/blocks/homepage.php file first

    + Open templates/ja_fubix/tpls/blocks/homepage.php file

    find and change

    <section id="t3-mainbody" class="wrap t3-mainbody home-page">
    <div class="container">
    <div class="row">

    <!-- MAIN CONTENT -->
    <div id="t3-content" class="t3-content <?php echo $this->getClass($layout, $col) ?>" <?php echo $this->getData ($layout, $col++) ?>>
    <div class="top-content clearfix">
    <div class="top-slideshow<?php $this->_c('slideshow')?>">
    <jdoc:include type="modules" name="<?php $this->_p('slideshow') ?>" style="T3Xhtml" />
    </div>
    <div class="top-sidenews<?php $this->_c('sidenews')?>">
    <jdoc:include type="modules" name="<?php $this->_p('sidenews') ?>" style="T3Xhtml" />
    </div>
    </div>
    <?php if ($this->countModules($mastcol)) : ?>
    <!-- MASSCOL 1 -->
    <div class="ja-mastcol ja-mastcol-1<?php $this->_c($mastcol)?>">
    <jdoc:include type="modules" name="<?php $this->_p($mastcol) ?>" style="T3Xhtml" />
    </div>
    <!-- //MASSCOL 1 -->
    <?php endif ?>
    <?php if($this->hasMessage()):?>
    <jdoc:include type="message" />
    <?php endif; ?>

    </div>
    <!-- //MAIN CONTENT -->

    <?php if ($this->countModules($sidebar1)) : ?>
    <!-- SIDEBAR 1 -->
    <div class="t3-sidebar t3-sidebar-1<?php $this->_c($sidebar1, $this->getData($layout, $col++, true)) ?>">
    <jdoc:include type="modules" name="<?php $this->_p($sidebar1) ?>" style="T3Xhtml" />
    </div>
    <!-- //SIDEBAR 1 -->
    <?php endif ?>

    <?php if ($this->countModules($sidebar2)) : ?>
    <!-- SIDEBAR 2 -->
    <div class="t3-sidebar t3-sidebar-2<?php $this->_c($sidebar2, $this->getData($layout, $col++, true)) ?>">
    <jdoc:include type="modules" name="<?php $this->_p($sidebar2) ?>" style="T3Xhtml" />
    </div>
    <!-- //SIDEBAR 2 -->
    <?php endif ?>
    </div>
    </div>
    </section>

    to


    <section id="t3-mainbody" class="wrap t3-mainbody home-page">
    <div class="container">
    <div class="row">

    <!-- MAIN CONTENT -->
    <div id="t3-content" class="t3-content span9 pull-right no-right">
    <div class="top-content clearfix">
    <div class="top-slideshow<?php $this->_c('slideshow')?>">
    <jdoc:include type="modules" name="<?php $this->_p('slideshow') ?>" style="T3Xhtml" />
    </div>
    <div class="top-sidenews<?php $this->_c('sidenews')?>">
    <jdoc:include type="modules" name="<?php $this->_p('sidenews') ?>" style="T3Xhtml" />
    </div>
    </div>
    <?php if ($this->countModules($mastcol)) : ?>
    <!-- MASSCOL 1 -->
    <div class="ja-mastcol ja-mastcol-1 span6 <?php $this->_c($mastcol)?>">
    <jdoc:include type="modules" name="<?php $this->_p($mastcol) ?>" style="T3Xhtml" />
    </div>
    <!-- //MASSCOL 1 -->
    <?php endif ?>
    <?php if ($this->countModules($sidebar2)) : ?>
    <!-- SIDEBAR 2 -->
    <div class="t3-sidebar t3-sidebar-2 span3">
    <jdoc:include type="modules" name="<?php $this->_p($sidebar2) ?>" style="T3Xhtml" />
    </div>
    <!-- //SIDEBAR 2 -->
    <?php endif ?>

    <?php if($this->hasMessage()):?>
    <jdoc:include type="message" />
    <?php endif; ?>

    </div>
    <!-- //MAIN CONTENT -->

    <?php if ($this->countModules($sidebar1)) : ?>
    <!-- SIDEBAR 1 -->
    <div class="t3-sidebar t3-sidebar-1 span3">
    <jdoc:include type="modules" name="<?php $this->_p($sidebar1) ?>" style="T3Xhtml" />
    </div>
    <!-- //SIDEBAR 1 -->
    <?php endif ?>

    </div>
    </div>
    </section>

    Let me know if it helps

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

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

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