Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • zamoooik Friend
    #189384

    please i would like to add a module position next to my logo

    thanks

    Ninja Lead Moderator
    #500838

    This way will help you to do that

    Open templates/ja_mitius/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><?php if ($this->countModules('slideshow')) : ?>
    <?php endif ?>
    </h1>
    </div>
    </div>
    <!-- //LOGO -->

    <div class="span4">

    </div>

    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><?php if ($this->countModules('slideshow')) : ?>
    <?php endif ?>
    </h1>
    </div>
    </div>
    <!-- //LOGO -->

    <div class="span4">
    <?php if ($this->countModules('new_position')) : ?>
    <jdoc:include type="modules" name="<?php $this->_p('new_position') ?>" style="raw" />
    <?php endif ?>
    </div>

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

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

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