Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Saguaros Moderator
    #1088617

    Hi Rob,

    Kindly share the FTP account also, I will check for you.

    Regards

    pagefactory Friend
    #1089012
    This reply has been marked as private.
    Saguaros Moderator
    #1089117

    Hi,

    I just checked your site and saw that the page: http://www.oostveen.nu/index.php/in-de-regio doesn’t use sidebars (left/right) so it loads this layout: /templates/ja_edenite_ii/tpls/blocks/mainbody/no-sidebar.php

    While this layout doesn’t include the content-mass-top & content-mass-bottom block so that you didn’t see module on this page. I just updated this layout and you can see that modules are showing now.

    <div id="t3-mainbody" class="container t3-mainbody">
    <div class="row">
    
    <!-- MAIN CONTENT -->
    <div id="t3-content" class="t3-content col-xs-12">
        <?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 ?>
    
        <?php if($this->hasMessage()) : ?>
        <jdoc:include type="message" />
        <?php endif ?>
        <jdoc:include type="component" />
    
        <?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 ?>
    </div>
    <!-- //MAIN CONTENT -->
    
    </div>
    </div> 

    Kindly check.

    pagefactory Friend
    #1089178
    This reply has been marked as private.
    Saguaros Moderator
    #1089281

    Yes, Rob!

    I applied the same change as above into the file: /tpls/blocks/mainbody/one-sidebar-right.php

    and it’s showing now.

    Cheers!

    pagefactory Friend
    #1089440
    This reply has been marked as private.
Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  pagefactory 6 years, 9 months ago.

The topic ‘change Edenite into Edenite ii , menu and module problems’ is closed to new replies.