test
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • torenewa Friend
    #144567

    Is there a way to completely hide the main body of the opal template or put the front page news or tabbed module into it or above it?

    Thanks

    Anonymous Moderator
    #318671

    Hi torenewa

    For this case, please open templates/ja_opal/index.php file, find this code:

    <jdoc:include type="component" />

    and change to:


    <?php
    if (!$tmpTools->isFrontPage()) {
    ?>
    <jdoc:include type="component" />
    <?php
    }
    ?>

    torenewa Friend
    #318712

    Thanks for the quick response, but it did not fix the problem.

    I’ve attached a screen shot of the results. As you’ll see, there is still a white bar between the slide show and the module I’ve placed below it.


    1. opal-test
    Anonymous Moderator
    #318838

    Hi

    You can change:


    <div id="ja-current-content" class="clearfix">
    <jdoc:include type="component" />
    </div>

    to:


    <?php
    if (!$tmpTools->isFrontPage()) {
    ?>
    <div id="ja-current-content" class="clearfix">

    <jdoc:include type="component" />

    </div>
    <?php
    }
    ?>

    torenewa Friend
    #318913

    Thanks. I’ve got this about 99% of where I need it to be.

    If you look at the attached screen shot, there are 2 small things I need help with:

    1. The news module on the left (All categories) and the tabs module on the right (Top Stories) aren’t even. The one on the left is a bit lower. What margins do I change and in what file do I change them to make them even?

    2. There is a thin white line on both sides of the tabbed module box. How do I get rid of it?

    Thanks as always for your wonderful and rapid support.

    <em>@JA Developer 146595 wrote:</em><blockquote>Hi

    You can change:


    <div id="ja-current-content" class="clearfix">
    <jdoc:include type="component" />
    </div>

    to:


    <?php
    if (!$tmpTools->isFrontPage()) {
    ?>
    <div id="ja-current-content" class="clearfix">

    <jdoc:include type="component" />

    </div>
    <?php
    }
    ?>

    </blockquote>


    1. opal-test-2
    Anonymous Moderator
    #319655

    Hi torenewa

    Thank you for your PM

    I would like to answer your question as follows:

    1. The news module on the left (All categories) and the tabs module on the right (Top Stories) aren’t even. The one on the left is a bit lower. What margins do I change and in what file do I change them to make them even?

    => Open templates/ja_opal/css/ja.news.css file, at about line 11, find following code:


    #ja-news {
    margin-top: 15px;
    }

    and change to:


    #ja-news {

    }

    2. There is a thin white line on both sides of the tabbed module box. How do I get rid of it?

    => I am sorry but i could not find this issue. You can send me the screenshot so that i could have a closer look on the issue.

    torenewa Friend
    #320426

    This is regarding the 2nd question in the last part of this post about the thin white line on either side of the tabbed module”

    It looks like this is part of the design (See attached screen shot) or that the black and blue bars at the top of the module don’t go all the way to the edge. Is this something that can be adjusted in the css or does it involve particular graphics?


    1. tabs-module
Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 2 voices, and was last updated by  torenewa 15 years, 2 months ago.

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