Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • inspira Friend
    #189311

    Hi,
    I need to put 2 logos on header, One in the left and the other one in the right.
    Can anybody tell me how? I´m using Mero for Joomla 3.0

    Regards,
    Rodrigo

    Ninja Lead Moderator
    #500432

    Hi Rodrigo,

    This need some customization on header page. You can create new position on header and assign right logo to this position.

    + Open templates/ja_mero/tpls/blocks/header.php file

    from


    <!-- LOGO -->
    <div class="span8">
    <div class="logo logo-<?php echo $logotype ?>">
    <h1>
    <a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>"<?php echo $logoimage ?>>
    <span><?php echo $sitename ?></span>
    </a>
    <small class="site-slogan hidden-phone"><?php echo $slogan ?></small>
    </h1>
    </div>
    </div>
    <!-- //LOGO -->

    change to

    <!-- LOGO -->
    <div class="span8">
    <div class="logo logo-<?php echo $logotype ?>">
    <h1>
    <a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>"<?php echo $logoimage ?>>
    <span><?php echo $sitename ?></span>
    </a>
    <small class="site-slogan hidden-phone"><?php echo $slogan ?></small>
    </h1>
    </div>
    </div>
    <!-- //LOGO -->
    <?php if ($this->countModules('right_logo')) : ?>
    <!-- right_logo -->
    <div class="span4 pull-right">
    <jdoc:include type="modules" name="<?php $this->_p('right_logo') ?>" style="raw" />
    </div>
    <!-- //right_logo -->

    + Create new module and assign it to right_logo position

    Regards

    inspira Friend
    #500494

    Thank you ! that worked ok !!:)

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

This topic contains 3 replies, has 2 voices, and was last updated by  inspira 11 years, 4 months ago.

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