Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • kwoolf Friend
    #141711

    Please 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 Friend
    #307005

    I 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 Friend
    #307006

    Nope, doesn’t work on other pages. This puts column 2 at the very top of every page, leaving the spotlight below it.

    kwoolf Friend
    #307016

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

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

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