-
AuthorPosts
-
June 27, 2013 at 6:03 am #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.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 28, 2013 at 5:28 am #497259You 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
AuthorPostsViewing 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
how can i add a logo.png ON the menu bar
Viewing 2 posts - 1 through 2 (of 2 total)