test melih
 melih
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • qtech Friend
    #148494

    I need to remove the main menu navigation at the topmost. Can you Guys show me how. I’ve done some editing with regards to the other template but it shows me an error. Need Help.

    Thanks,
    Mic

    Anonymous Moderator
    #332125

    Hi qtech

    – Open templates/ja_rasite/layouts/blocks/mainnav.php file, find following code section:


    <div id="ja-mainnav" class="wrap">
    <div class="main clearfix">
    <?php if (($jamenu = $this->loadMenu())) $jamenu->genMenu ($this->getParam('startlevel',0), $this->getParam('endlevel',-1)); ?>
    </div>
    </div>

    <?php if ($this->hasSubmenu() && ($jamenu = $this->loadMenu())) : ?>
    <div id="ja-subnav" class="wrap">
    <div class="main clearfix">
    <?php $jamenu->genMenu (1); ?>
    </div>
    </div>
    <?php endif;?>

    and remove it.

    – open template.css file, find following code section:

    #ja-header {
    margin-top:46px;
    position:relative;
    z-index:10;
    }

    and change :


    #ja-header {
    position:relative;
    z-index:10;
    }

    qtech Friend
    #332183

    Got it. Thanks Much.

    sarven Friend
    #332903

    Hi. I did it, but it still remains an empty field. How to remove them?

    Screenshot:

    Anonymous Moderator
    #333018

    Hi sarven

    I could not see your issue. Could you give me your live url?

    sarven Friend
    #334052

    http://www.juliaflorczak.pl

    Now included is the only footer.
    But sometimes I do something, so this may change.

    Anonymous Moderator
    #334541

    Hi you

    this issue is from the background image (http://www.juliaflorczak.pl/templates/ja_rasite/images/dark_gray/body-top.jpg)

    You have to edit this image to your suitable.

    sarven Friend
    #335061

    Oh.. so simple… :p

    Thank you 🙂

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

This topic contains 8 replies, has 3 voices, and was last updated by  sarven 14 years, 11 months ago.

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