Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • balu999 Friend
    #188515

    hi team, i want to add a logo ON the menu bar. i am sending screenshot. i saw some posts also. i did not get the solution. please help me… regards, balu.


    1. header
    Ninja Lead Moderator
    #497259

    You can try this way

    + Open templates/ja_university/css/template.css file

    Add new script

    #new_module {
    position: relative;
    float: right;
    top: -30px;
    padding-right: 350px;
    }

    + Open templates/ja_university/blocks/mainnav.php file

    from


    <?php if ($this->hasSubmenu() && ($jamenu = $this->loadMenu())) : ?>
    <div id="ja-subnav" class="wrap">
    <div class="main clearfix">
    <?php $jamenu->genMenu (1); ?>
    <!-- jdoc:include type="menu" level="1" / -->
    </div>
    </div>
    <?php endif;?>

    change to


    <?php if ($this->hasSubmenu() && ($jamenu = $this->loadMenu())) : ?>
    <div id="ja-subnav" class="wrap">
    <div class="main clearfix">
    <?php $jamenu->genMenu (1); ?>
    <!-- jdoc:include type="menu" level="1" / -->
    </div>
    </div>
    <?php endif;?>
    <div id="new_module">
    <jdoc:include type="new_module" name="new_module" />
    </div>

    + Make new module with logo.png and assign it with new_module position

    Remember to clear cache from Admin area

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, 4 months ago.

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