-
AuthorPosts
-
January 13, 2011 at 10:11 am #158687
Hello…
I’m starting to configure one joomla site with the JA Droid template.
I would like to add new positions at the top beside the logo, in order include a menu and graphics.
Now I don’t know how to do it.In older templates I was editing the files: “TemplateDetails.xml” and “index.php” to add the new positions.
But now it is not possible to do it in the “index.php” file.
Maybe it is because the T3 frame work??
Please. Could you explain me in detail how to do it??I attach a jpg explaining what I mean.
Thanks very much for your help.
Sincerely
Alfredo
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
January 13, 2011 at 8:43 pm #3717161) For module to be enabled in top-right corner, You can assign it to search position
2) Go to plugins/system/jat3/base-themes/default/blocks/header.php file and add this::
<?php if($this->countModules(‘header-r’)) : ?><div class=”ja-header-r”>
<jdoc:include type=”modules” name=”header-r” />
</div> <?php endif; ?>below this::
<p class=”site-slogan”><?php echo $sloganText;?></p>
</div>
<?php endif; ?>Now, You can add this at end of template.css file::
.ja-header-r{float:left;position:relative;}Then, Assign any module to header-r position following this tutorial ::
http://www.joomlart.com/forums/topic/how-to-create-a-new-module-position/
Mainly, You have to type new position name and click on apply
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by aman204 13 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to add new positions in JA Droid
Viewing 2 posts - 1 through 2 (of 2 total)