-
AuthorPosts
-
kwoolf Friend
kwoolf
- Join date:
- September 2007
- Posts:
- 32
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
June 5, 2009 at 5:48 am #141711Please see http://www.gsi-media.info/en/solutions/products.html and click the readmore button. You’ll notice the right side column get pushed down below the article. When Hide Intro Text is off, the column returns to the proper position. Please help! Urgent!
Kevin
kwoolf Friendkwoolf
- Join date:
- September 2007
- Posts:
- 32
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
June 5, 2009 at 6:58 am #307005I tried to fix it like this in the index.php
<!-- CONTENT -->
<div id="ja-content">
<div class="main clearfix">
<?php if ( $ja_right): ?>
<div id="ja-col2">
<jdoc:include type="modules" name="right" style="jamodule" />
</div>
<?php endif; ?>
<jdoc:include type="message" />
<?php if ($this->countModules('ja-slideshow') ) { ?>
<!-- TOP SPOTLIGHT -->
<div id="ja-topsl" class="wrap">
<div class="main">
<div class="inner clearfix">
<div id="ja-slideshow">
<jdoc:include type="modules" name="ja-slideshow" style="raw" />
</div>
</div>
</div>
</div>
<!-- //TOP SPOTLIGHT -->
<?php } ?>
<div id="ja-current-content" class="clearfix">
<jdoc:include type="component" />
</div>
<!--<?php if ( $ja_right): ?>
<div id="ja-col2">
<jdoc:include type="modules" name="right" style="jamodule" />
</div>
<?php endif; ?>-->
</div>
<!-- //CONTENT -->
</div></div>
</div>
If you see something wrong, please let me know!kwoolf Friendkwoolf
- Join date:
- September 2007
- Posts:
- 32
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
June 5, 2009 at 7:06 am #307006Nope, doesn’t work on other pages. This puts column 2 at the very top of every page, leaving the spotlight below it.
kwoolf Friendkwoolf
- Join date:
- September 2007
- Posts:
- 32
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
June 5, 2009 at 8:02 am #307016This worked!
<!-- //TOP SPOTLIGHT -->
<?php } ?>
<?php if ( $ja_right): ?>
<div id="ja-col2">
<jdoc:include type="modules" name="right" style="jamodule" />
</div>
<?php endif; ?>
<div id="ja-current-content" class="clearfix">
<jdoc:include type="component" />
</div>
</div>
<!-- //CONTENT --> -
AuthorPosts
This topic contains 4 replies, has 1 voice, and was last updated by kwoolf 15 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum