-
AuthorPosts
-
Alice Ching Friend
Alice Ching
- Join date:
- September 2014
- Posts:
- 84
- Downloads:
- 8
- Uploads:
- 13
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
January 19, 2011 at 8:32 pm #159012Hi, Please show me how to reposition the breadcrumb and search positions to be below the logo header. I also want to remove the ja-menu since the left column is already showing the main menu.
Please see attached photoshoped image.
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
January 19, 2011 at 8:50 pm #372749Are you not using the main Navigation?
If that is the case please try opening templates?ja_zeolite_ii>layouts>blocks>header.php and replacing all the code in that file with the code below
<div id="ja-header" class="wrap">
<div class="main">
<div class="inner clearfix"><?php
$siteName = $this->sitename();
if ($this->getParam('logoType')=='image'): ?>
<h1 class="logo">
<a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>
</h1>
<?php else:
$logoText = (trim($this->getParam('logoType-text-logoText'))=='') ? $config->sitename : $this->getParam('logoType-text-logoText');
$sloganText = (trim($this->getParam('logoType-text-sloganText'))=='') ? JText::_('SITE SLOGAN') : $this->getParam('logoType-text-sloganText');?>
<div class="logo-text">
<h1><a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $logoText; ?></span></a></h1>
<p class="site-slogan"><?php echo $sloganText;?></p>
</div>
<?php endif; ?><?php if (!$this->isContentEdit() && $this->countModules('vm-cart')) { ?>
<div id="ja-vmcart">
<jdoc:include type="modules" name="vm-cart" style="xhtml" />
</div>
<?php } ?></div>
</div>
<!-- CPANEL -->
<div id="ja-cpanel" class="wrap">
<div class="main clearfix">
<?php if ($this->countModules('search')) { ?>
<div id="ja-search">
<jdoc:include type="modules" name="search" style="raw" />
</div>
<?php } ?><div id="ja-pathway">
<strong><?php echo JText::_('You are here');?></strong><jdoc:include type="module" name="breadcrumbs" />
</div>
</div>
</div>
<!-- //CPANEL -->
</div>I have not tested it so we may need to adjust a little css too.
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by Phill 13 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to reposition the top bread crumb and search position?
Viewing 2 posts - 1 through 2 (of 2 total)