Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • kennylau89 Friend
    #186634

    Hi guys , I wanted to add 4 positions , so i ended adding another position in the theme manager but when i changed it to position-7 and tried to save it. It auto reverts to none . why is that ?


    1. mero_err1
    Ninja Lead Moderator
    #489528

    In this case you need to customize in php code

    Open templates/ja_mero/tpls/blocks/mainbody-content-left.php file

    from


    <?php if ($this->countModules($sidebar1)) : ?>
    <!-- SIDEBAR 1 -->
    <div class="ja-sidebar ja-sidebar-1 <?php echo $this->getClass($layout, $col) ?><?php $this->_c($sidebar1)?>" <?php echo $this->getData ($layout, $col++) ?>>
    <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="ja-sidebar ja-sidebar-2 <?php echo $this->getClass($layout, $col) ?><?php $this->_c($sidebar2)?>" <?php echo $this->getData ($layout, $col++) ?>>
    <jdoc:include type="modules" name="<?php $this->_p($sidebar2) ?>" style="T3xhtml" />
    </div>
    <!-- //SIDEBAR 2 -->
    <?php endif ?>

    change to


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

    kennylau89 Friend
    #489556

    We need to manually add in the module position and cant use the add columns in the theme manager?

    Ninja Lead Moderator
    #489697

    You add new position manually. Also, you can refer this link to know more.

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

This topic contains 4 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 7 months ago.

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