Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • selmar Friend
    #180421

    Hello,

    I want to have some help with my website, it’s allmost there but I’ve got a problem with my homepage when I integrate a wrapper page some (else) in my website, then the aside-1 and aside-3 modules dissapear on my homepage. The wrappers are in at “merken” Top menu.

    I cant figure out why this happens!

    Testwebsite

    Thanks for a answer already!

    Selmar

    HeR0 Friend
    #466076

    Hi Selmar
    May be you are missing the assigned modules in aside-1 and aside-3 to “merken” menu

    Regards,

    selmar Friend
    #466092

    Hi HeR0,

    In the “merken” menu there is only the wrapper, thats ok for me but the problem is on my homepage, I wanted to have the 4 blocks of aside-1 and aside-3 there also. But they disappear on my homepage when I put aside-1 and aside-3 in some menu item (Top) off.

    Regards,

    HeR0 Friend
    #466149

    Hi Selmar
    In templates/ja_wall/index.php find

    <?php if (jaTpl_check ('hasAside')): ?>
    <!-- ASIDE -->
    <div id="aside">
    <div class="inner aside-inner cols-<?php echo intval($this->countModules (_ASIDE_POS_1) && 1) + intval($this->countModules (_ASIDE_POS_2) && 1) + intval($this->countModules (_ASIDE_POS_3) && 1) ?> clearfix">
    <div class="col aside-col aside-col-1">
    <jdoc:include type="modules" style="JAxhtml" name="<?php echo _ASIDE_POS_1 ?>" />
    <jdoc:include type="modules" style="JAxhtml" name="position-5" />
    </div>
    <div class="col aside-col aside-col-2">
    <jdoc:include type="modules" style="JAxhtml" name="<?php echo _ASIDE_POS_2 ?>" />
    <jdoc:include type="modules" style="JAxhtml" name="position-6" />
    </div>
    <div class="col aside-col aside-col-3">
    <jdoc:include type="modules" style="JAxhtml" name="<?php echo _ASIDE_POS_3 ?>" />
    <jdoc:include type="modules" style="JAxhtml" name="position-7" />
    </div>
    </div>
    </div>
    <!-- // ASIDE -->
    <?php endif; ?>

    then edit to

    <!-- ASIDE -->
    <div id="aside">
    <div class="inner aside-inner cols-<?php echo intval($this->countModules (_ASIDE_POS_1) && 1) + intval($this->countModules (_ASIDE_POS_2) && 1) + intval($this->countModules (_ASIDE_POS_3) && 1) ?> clearfix">
    <div class="col aside-col aside-col-1">
    <jdoc:include type="modules" style="JAxhtml" name="<?php echo _ASIDE_POS_1 ?>" />
    <jdoc:include type="modules" style="JAxhtml" name="position-5" />
    </div>
    <div class="col aside-col aside-col-2">
    <jdoc:include type="modules" style="JAxhtml" name="<?php echo _ASIDE_POS_2 ?>" />
    <jdoc:include type="modules" style="JAxhtml" name="position-6" />
    </div>
    <div class="col aside-col aside-col-3">
    <jdoc:include type="modules" style="JAxhtml" name="<?php echo _ASIDE_POS_3 ?>" />
    <jdoc:include type="modules" style="JAxhtml" name="position-7" />
    </div>
    </div>
    </div>
    <!-- // ASIDE -->

    Hope that can help you
    Note: our template only first step for you developing new website.
    Regards,

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

This topic contains 4 replies, has 2 voices, and was last updated by  HeR0 11 years, 8 months ago.

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