Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Alice Ching Friend
    #159012

    Hi, 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.


    1. top
    Phill Moderator
    #372749

    Are 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.

Viewing 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