-
AuthorPosts
-
September 24, 2009 at 7:50 pm #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 ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
September 26, 2009 at 9:41 am #318671Hi 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
}
?>
September 26, 2009 at 2:16 pm #318712Thanks 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.
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
September 28, 2009 at 8:05 am #318838Hi
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
}
?>
September 28, 2009 at 5:19 pm #318913Thanks. 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>
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
October 6, 2009 at 10:08 am #319655Hi 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.
October 13, 2009 at 8:46 pm #320426This 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?
AuthorPostsViewing 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
Jump to forum