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 ?>
<