Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • reedmachines Friend
    #152809

    how can I get rid of the annoying framework logo.

    Saguaros Moderator
    #350720

    Hello reedmachines!

    Pls open the file: plugins/system/jat3/base-themes/default/blocks/header.php . You ‘ll see the code rendering the logo in there

    Goodluck

    reedmachines Friend
    #350766

    Thank you, sorry for the additive “annoying”; I had spend at least an hour trying to find it out myself and was a bit agitated because of my lack of success.

    reedmachines Friend
    #350828

    sorry for the fuzz; it turns out I can do what I want via the template editor.

    Saguaros Moderator
    #350891

    now, pls open this file: and try to find the following codes:

    [PHP]
    <?php

    $siteName = $this->sitename();

    if ($this->getParam(‘logoType’, ‘image’)==’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’))==”) ? $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]

    replace:

    <jdoc:include type=”modules” name=”my-logo” />

    and then you put custom module on the my-logo position:

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

This topic contains 5 replies, has 2 voices, and was last updated by  Saguaros 14 years, 3 months ago.

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