Viewing 9 posts - 16 through 24 (of 24 total)
  • Author
    Posts
  • khoand Friend
    #425628

    You try replace


    <div id="ja-header" class="clearfix">

    <?php
    $siteName = $tmpTools->sitename();
    if ($tmpTools->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($tmpTools->getParam('logoText'))=='') ? $config->sitename : $tmpTools->getParam('logoText');
    $sloganText = (trim($tmpTools->getParam('sloganText'))=='') ? JText::_('SITE SLOGAN') : $tmpTools->getParam('sloganText'); ?>
    <h1 class="logo-text">
    <a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $logoText; ?></span></a>
    </h1>
    <p class="site-slogan"><?php echo $sloganText;?></p>
    <?php } ?>

    <?php if ($this->countModules('top')) { ?>
    <div id="ja-login">
    <jdoc:include type="modules" name="top" style="raw" />
    </div>
    <?php } ?>

    </div>

    with


    <?php if ($jamenu->open[0] != 1 && $jamenu->open[0] != 5 && $jamenu->open[0] != 77 && $jamenu->open[0] != 9){ ?>
    <div id="ja-header" class="clearfix">

    <?php
    $siteName = $tmpTools->sitename();
    if ($tmpTools->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($tmpTools->getParam('logoText'))=='') ? $config->sitename : $tmpTools->getParam('logoText');
    $sloganText = (trim($tmpTools->getParam('sloganText'))=='') ? JText::_('SITE SLOGAN') : $tmpTools->getParam('sloganText'); ?>
    <h1 class="logo-text">
    <a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $logoText; ?></span></a>
    </h1>
    <p class="site-slogan"><?php echo $sloganText;?></p>
    <?php } ?>

    <?php if ($this->countModules('top')) { ?>
    <div id="ja-login">
    <jdoc:include type="modules" name="top" style="raw" />
    </div>
    <?php } ?>

    </div>
    <?php } ?>

    gavner Friend
    #425794

    <em>@khoand 283948 wrote:</em><blockquote>You try replace


    <div id="ja-header" class="clearfix">

    <?php
    $siteName = $tmpTools->sitename();
    if ($tmpTools->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($tmpTools->getParam('logoText'))=='') ? $config->sitename : $tmpTools->getParam('logoText');
    $sloganText = (trim($tmpTools->getParam('sloganText'))=='') ? JText::_('SITE SLOGAN') : $tmpTools->getParam('sloganText'); ?>
    <h1 class="logo-text">
    <a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $logoText; ?></span></a>
    </h1>
    <p class="site-slogan"><?php echo $sloganText;?></p>
    <?php } ?>

    <?php if ($this->countModules('top')) { ?>
    <div id="ja-login">
    <jdoc:include type="modules" name="top" style="raw" />
    </div>
    <?php } ?>

    </div>

    with


    <?php if ($jamenu->open[0] != 1 && $jamenu->open[0] != 5 && $jamenu->open[0] != 77 && $jamenu->open[0] != 9){ ?>
    <div id="ja-header" class="clearfix">

    <?php
    $siteName = $tmpTools->sitename();
    if ($tmpTools->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($tmpTools->getParam('logoText'))=='') ? $config->sitename : $tmpTools->getParam('logoText');
    $sloganText = (trim($tmpTools->getParam('sloganText'))=='') ? JText::_('SITE SLOGAN') : $tmpTools->getParam('sloganText'); ?>
    <h1 class="logo-text">
    <a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $logoText; ?></span></a>
    </h1>
    <p class="site-slogan"><?php echo $sloganText;?></p>
    <?php } ?>

    <?php if ($this->countModules('top')) { ?>
    <div id="ja-login">
    <jdoc:include type="modules" name="top" style="raw" />
    </div>
    <?php } ?>

    </div>
    <?php } ?>

    </blockquote>

    tried this, it dosnt work.

    khoand Friend
    #425857

    Could you give me username+password of your backend and ftp? I will check it

    gavner Friend
    #425951

    <em>@khoand 284235 wrote:</em><blockquote>Could you give me username+password of your backend and ftp? I will check it</blockquote>

    here is how it looks, out of place, i will pm you login info
    http://yourbcs.co.uk/insider-secrets

    khoand Friend
    #426135

    I don’t see any menus on your site. What menu do want header is disappeared?

    gavner Friend
    #426140

    <em>@khoand 284592 wrote:</em><blockquote>I don’t see any menus on your site. What menu do want header is disappeared?</blockquote>

    it already dissapeared because of your code, but the site in now not centered properly, do you see??

    khoand Friend
    #426149

    Could you give me username+password of your backend and ftp? I will check it.

    gavner Friend
    #426150

    <em>@khoand 284609 wrote:</em><blockquote>Could you give me username+password of your backend and ftp? I will check it.</blockquote>

    i will pm you now

    khoand Friend
    #426258

    You put code wrong place. I fixed it.
    Code I gave you is just used by JA Helio, not zeolite.
    I moved the code (at line 241)


    <?php } ?>

    to line 302

Viewing 9 posts - 16 through 24 (of 24 total)

This topic contains 24 replies, has 3 voices, and was last updated by  khoand 12 years, 5 months ago.

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