-
AuthorPosts
-
country212 Friend
country212
- Join date:
- February 2011
- Posts:
- 82
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 8
- Thanked:
- 1 times in 1 posts
October 12, 2011 at 11:51 pm #169611How can I go about adding a new module position above the ‘JA MENU’ module at the very top?
to where I can put a large website title/header image in the center of it with a black background
and a text link or two on the right side, or two small image links
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
October 12, 2011 at 11:55 pm #418919Hi
Would you mind give me a screenshot w/ noted for better explain ?
Thank you
Viet Vucountry212 Friendcountry212
- Join date:
- February 2011
- Posts:
- 82
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 8
- Thanked:
- 1 times in 1 posts
October 13, 2011 at 12:15 am #418929here is a screenshot of an example to look like.
With Website title in middle at top in a new module
and in existing ‘JA MENU’ having the last menu item at far right with blank space in between of other menu links
http://www.frostcity.com is where i am testing the template out at.
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
October 13, 2011 at 12:54 pm #419064Okay so you open /templates/ja_quartz/index.php
Find this code:
<!-- BEGIN: MAIN NAVIGATION -->
<?php if ($tmpTools->getParam('ja_menu') != 'none') : ?>
<div id="ja-mainnav" class="clearfix">
<?php if ($jamenu) $jamenu->genMenu (0); ?>
</div>
<?php endif; ?>
<!-- END: MAIN NAVIGATION -->
Add before:
<?php if ($this->countModules('top')) { ?>
<div id="ja-topwrap">
<div id="ja-top">
<jdoc:include type="modules" name="top" />
</div>
</div>
<?php } ?>
Then assign your module to “top” position.
Thanks
Viet Vu1 user says Thank You to jooservices for this useful post
country212 Friendcountry212
- Join date:
- February 2011
- Posts:
- 82
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 8
- Thanked:
- 1 times in 1 posts
October 15, 2011 at 1:08 am #419425thank you, it works
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
October 15, 2011 at 1:13 am #419426you are welcome
thank you
viet vuAuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 2 voices, and was last updated by jooservices 13 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
A New Module Position for this template
Viewing 6 posts - 1 through 6 (of 6 total)