-
AuthorPosts
-
September 3, 2012 at 5:44 am #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!
Thanks for a answer already!
Selmar
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
September 4, 2012 at 8:48 am #466076Hi Selmar
May be you are missing the assigned modules in aside-1 and aside-3 to “merken” menuRegards,
September 4, 2012 at 10:12 am #466092Hi 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 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
September 5, 2012 at 2:22 am #466149Hi 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, -
AuthorPosts
This topic contains 4 replies, has 2 voices, and was last updated by HeR0 12 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum