-
AuthorPosts
-
December 4, 2009 at 7:23 pm #146594
Hello,
I’m using Cooper template.
I have hide the body section like this :
-Editing home item, replacing #info, # Leading, Columns, #links to 0But I still have the line of body section as shown in the image at attachment.
Please tell me how to hide this ligne or to remove it some where else (I want my JA News just under content slide.
Thanks a lot,
Zenga
prakash Friendprakash
- Join date:
- October 2008
- Posts:
- 439
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 146 times in 115 posts
December 5, 2009 at 4:26 am #325768Hi,
I am not sure if there is a better method, but by a conditional formatting of the frontpage, you could achieve the results.
Open this file
templatesjacopperindex.php
find this section (around line 180)
<div id="ja-current-content" class="clearfix"><div id="ja-wrap1">
<jdoc:include type="component" />
</div></div>and replace it with this
<?php if ( JRequest::getVar('view') != 'frontpage' ) {?>
<div id="ja-current-content" class="clearfix"><div id="ja-wrap1">
<jdoc:include type="component" />
</div></div>
<?php } ?>The black section is actually the content part and what you are doing is not showing it on the front page as you do not have any frontpage content.
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by prakash 14 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to hide the body section line ??
Viewing 2 posts - 1 through 2 (of 2 total)