-
AuthorPosts
-
April 7, 2010 at 11:46 am #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
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 8, 2010 at 9:18 am #339589Dear 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
1 user says Thank You to Saguaros for this useful post
April 8, 2010 at 10:45 am #339607Thanks!
That solution worked for me well.
Very good support 😀April 14, 2010 at 12:12 pm #340338Hi,
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.cssCan u help?
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by pmcs 14 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Search + Breadcrumpbar
Viewing 4 posts - 1 through 4 (of 4 total)