Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • pmcs Friend
    #150199

    Hello,

    i´ve got a little problem to solve.
    As you can see in the picture that i have attached, i resized the top logo and the newssection on the left.

    The Problem i have is to get the breadcrump and searchbar fit directly under the logo.
    I hope anybody can help 😉

    thx
    Rob


    1. Unbenannt
    Saguaros Moderator
    #339589

    Dear pmcs!

    Please open the file: templatesja_mageiaindex.php and find codes:
    [PHP]
    <div id=”ja-pathwaywrap” class=”clearfix”>

    <?php if($this->countModules(‘user4’)) : ?>
    <div id=”ja-searchwrap”>
    <div id=”ja-search”>
    <jdoc:include type=”modules” name=”user4″ style=”xhtml” />
    </div>
    </div>
    <?php endif; ?>
    <div id=”ja-pathway”>
    <div id=”ja-usertoolswrap”>
    <div id=”ja-usertools”>
    <?php if($supported_browsers) $tempTools->genToolMenu(1); else $tempTools->genToolMenu_ie6(1); ?>
    <?php if($supported_browsers) $tempTools->genToolMenu(2); else $tempTools->genToolMenu_ie6(2); ?>
    <?php //if($JAconfig->ja_tool & 1) $tempTools->genToolMenu(1); ?>
    <?php //if($JAconfig->ja_tool & 2) $tempTools->genToolMenu(2); ?>
    </div>
    </div>
    <?php if ($this->countModules(‘breadcrumb’)) { ?>
    <jdoc:include type=”modules” name=”breadcrumb” style=”xthml” />
    <?php } ?>
    </div>
    </div>
    [/PHP]

    You delete them
    2) you find code:
    [PHP]
    <!– END: MAIN NAVIGATION –>

    <!– BEGIN: HEADER –>
    [/PHP]

    and replace:
    [PHP]

    <!– END: MAIN NAVIGATION –>
    <div id=”ja-pathwaywrap” class=”clearfix”>

    <?php if($this->countModules(‘user4’)) : ?>
    <div id=”ja-searchwrap”>
    <div id=”ja-search”>
    <jdoc:include type=”modules” name=”user4″ style=”xhtml” />
    </div>
    </div>
    <?php endif; ?>
    <div id=”ja-pathway”>
    <div id=”ja-usertoolswrap”>
    <div id=”ja-usertools”>
    <?php if($supported_browsers) $tempTools->genToolMenu(1); else $tempTools->genToolMenu_ie6(1); ?>
    <?php if($supported_browsers) $tempTools->genToolMenu(2); else $tempTools->genToolMenu_ie6(2); ?>
    <?php //if($JAconfig->ja_tool & 1) $tempTools->genToolMenu(1); ?>
    <?php //if($JAconfig->ja_tool & 2) $tempTools->genToolMenu(2); ?>
    </div>
    </div>
    <?php if ($this->countModules(‘breadcrumb’)) { ?>
    <jdoc:include type=”modules” name=”breadcrumb” style=”xthml” />
    <?php } ?>
    </div>
    </div>
    <!– BEGIN: HEADER –>
    [/PHP]

    Good luck

    pmcs Friend
    #339607

    Thanks!

    That solution worked for me well.
    Very good support 😀

    pmcs Friend
    #340338

    Hi,

    now i want to change the coor in this bar from grey into another color.
    The saerch area should stay yellow.
    But can´t find it in the template_css.css

    Can u help?

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

This topic contains 4 replies, has 2 voices, and was last updated by  pmcs 14 years ago.

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