Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • tulio Friend
    #175270

    Hi there,

    How can I remove the front page box for front page article. Please check the image attached.
    http://www.atelierdenoivas.com

    Thanks,

    Tulio


    1. fig-1
    khoand Friend
    #445043

    You try add the code into /templates/ja_zeolite_ii/css/template.css

    .ja-l1r1 #ja-current-content {
    display:none;
    }

    tulio Friend
    #450566

    Hi it did not work. Please check:
    http://recipemedico.com/corc/index.php
    at the bottom.

    Thanks,

    Tulio

    khoand Friend
    #451209

    You 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;
    }

    tulio Friend
    #451249

    Thanks Khoand,

    Worked.

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

This topic contains 5 replies, has 2 voices, and was last updated by  tulio 12 years ago.

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