-
AuthorPosts
-
jayatunge Friend
jayatunge
- Join date:
- July 2011
- Posts:
- 94
- Downloads:
- 0
- Uploads:
- 41
- Thanks:
- 16
- Thanked:
- 8 times in 1 posts
November 30, 2011 at 11:58 pm #171313himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
December 1, 2011 at 5:53 am #427420Hi
You can place a custom html module having whatever text you want at the place you have shown in the screenshot. Follow the steps below to create a position on the same line as the main menu.
- You will need to modify the mainnav.php file in templates/yourtemplate/blocks.
- If it is not there, copy it from plugins/system/jat3/jat3/base-themes/default/blocks and paste it at ]templates/yourtemplate/blocks
- Introduce a new position say extra1 in the file by placing following code at the end of mainnav.php.
<blockquote><?php if($this->countModules(‘extra1’)) : ?>
<div id=”extra1″>
<jdoc:include type=”modules” name=”extra1″ />
</div>
<?php endif; ?></blockquote>
You will need to add styling to place the new div at the same line as main menu, also you will need to reduce the current available width for main menu so that both main menu and your new position will fit in the same line.AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by himangi 12 years, 12 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Add custom text to navigation bar
Viewing 2 posts - 1 through 2 (of 2 total)