-
AuthorPosts
-
nomeitalia Friend
nomeitalia
- Join date:
- March 2013
- Posts:
- 10
- Downloads:
- 0
- Uploads:
- 1
- Thanked:
- 1 times in 1 posts
December 18, 2013 at 8:21 pm #193080how you can add a new menu position in the ja-university template? I want to add the menu like in the image.
Add a new position in the template causes problems after the updates of Joomlart?
Thank you
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 18, 2013 at 9:46 pm #515909You basically need to create a new module position for that area and create/style a horizontal CSS menu for the items/pages you want.
For a tutorial on how to create a new module position within a J2.5 website –> SEE HERE
For resources on how to create/style a horizontal CSS menu, see the following . . . .
http://www.w3schools.com/css/tryit.asp?filename=trycss_float5
http://www.htmlgoodies.com/beyond/css/how-to-create-horizontal-navigation-with-css3.html
nomeitalia Friendnomeitalia
- Join date:
- March 2013
- Posts:
- 10
- Downloads:
- 0
- Uploads:
- 1
- Thanked:
- 1 times in 1 posts
December 21, 2013 at 1:24 pm #516140thanks Tom, but the information did not help to create an additional menu like the one in top.mainnav :((
ByeNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 23, 2013 at 7:52 am #516231You can try to do other way
+ Copy plugins/system/jat3/jat3/base-themes/default/blocks/header.php file
+ Paste it into templates/ja_university/blocks/ folder
+ Open header.php file and add new script below, see the screenshot
<?php if($this->countModules('new-position')) : ?>
<div id="ja-new-position">
<jdoc:include type="modules" name="new-position" />
</div>
<?php endif; ?>
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 3 voices, and was last updated by Ninja Lead 10 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum