-
AuthorPosts
-
March 22, 2012 at 12:38 am #175270
Hi there,
How can I remove the front page box for front page article. Please check the image attached.
http://www.atelierdenoivas.comThanks,
Tulio
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
March 22, 2012 at 4:15 am #445043You try add the code into /templates/ja_zeolite_ii/css/template.css
.ja-l1r1 #ja-current-content {
display:none;
}
April 27, 2012 at 6:42 pm #450566Hi it did not work. Please check:
http://recipemedico.com/corc/index.php
at the bottom.Thanks,
Tulio
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
May 3, 2012 at 8:08 am #451209You replace the code from /templates/ja_zeolite_ii/layouts/default.php
<body id="bd" class="fs<?php echo $this->getParam(JA_TOOL_FONT);?> <?php echo $this->browser();?>">
with
<?php
$pageclass = "";
$menu = &JSite::getMenu();
$active = $menu->getActive();
if ($active) {
$params = new JParameter ($active->params);
if ($params->get ('pageclass_sfx')) {
$pageclass = $params->get ('pageclass_sfx');
}
}?>
<body id="bd" class="fs<?php echo $this->getParam(JA_TOOL_FONT);?> <?php echo $this->browser();?> <?php echo $pageclass;?>">
And you edit Home menu, set Page Class Suffix (in Parameters (System) section) is hidden
Finally, you add the code into /templates/ja_zeolite_ii/css/template.css
.hidden #ja-current-content {
display:none;
}1 user says Thank You to khoand for this useful post
May 3, 2012 at 12:30 pm #451249Thanks Khoand,
Worked.
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by tulio 12 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Remove content box
Viewing 5 posts - 1 through 5 (of 5 total)