Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Saguaros Moderator
    #1090951

    Hi,

    Did you get it solved?

    bellera Friend
    #1090991

    Yes, with the posted changes.

    I don’t if it’s normal o it’s a bug.

    Now, I added sidebar-1 contents to our website. I had to make similar changes to one-sidebar-left.php

    The changes are based on two-sidebar.php, that it shows content-mass-top & content-mass-bottom items.

    diff -w one-sidebar-left.php one-sidebar-left.php-original
    19,27d18
    < 
    <           <?php if ($this->countModules('content-mass-top')) : ?>
    <               <!-- CONTENT MASS TOP -->
    <               <div class="t3-content-mass-top <?php $this->_c('content-mass-top') ?>">
    <                   <jdoc:include type="modules" name="<?php $this->_p('content-mass-top') ?>" />
    <               </div>
    <               <!-- //CONTENT MASS TOP -->
    <           <?php endif ?>
    < 
    32,40d22
    < 
    <           <?php if ($this->countModules('content-mass-bottom')) : ?>
    <               <!-- CONTENT MASS BOTTOM -->
    <               <div class="t3-content-mass-bottom <?php $this->_c('content-mass-bottom') ?>">
    <                   <jdoc:include type="modules" name="<?php $this->_p('content-mass-bottom') ?>" />
    <               </div>
    <               <!-- //CONTENT MASS BOTTOM -->
    <           <?php endif ?>
    < 
Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  bellera 6 years, 1 month ago.

The topic ‘content-mass-top & content-mass-bottom not showed if no-sidebar’ is closed to new replies.