-
AuthorPosts
-
Idan Damti Friend
Idan Damti
- Join date:
- September 2014
- Posts:
- 94
- Downloads:
- 0
- Uploads:
- 1
- Thanked:
- 1 times in 1 posts
March 12, 2013 at 4:35 pm #185767Hi,
I would like to know how to create a footer menu using the menu module?
thanks.Stork11 FriendStork11
- Join date:
- March 2011
- Posts:
- 2273
- Downloads:
- 0
- Uploads:
- 142
- Thanks:
- 55
- Thanked:
- 431 times in 393 posts
March 13, 2013 at 4:12 am #486267Hello tiwebmaster,
To do like that, you should go to Module Manager, click on “New” button to create new module. After that, create new “Menu” module type module, assign footer menu to it and set its position to footer position.
Regards.
Idan Damti FriendIdan Damti
- Join date:
- September 2014
- Posts:
- 94
- Downloads:
- 0
- Uploads:
- 1
- Thanked:
- 1 times in 1 posts
March 13, 2013 at 12:35 pm #486346I already know that… the issue is that it’s not looking like a footer menu…
I want it to be something like that: Link | Link | Link | Link | Link | Link | Link | Link | Link | Link |
and not like that:
Link
Link
Link
Link
Linkany ideas ?
Stork11 FriendStork11
- Join date:
- March 2011
- Posts:
- 2273
- Downloads:
- 0
- Uploads:
- 142
- Thanks:
- 55
- Thanked:
- 431 times in 393 posts
March 14, 2013 at 2:23 am #486405You need to style yourself. Below is my suggestion:
ul {
list-style: none none;
}ul li {
float: left;
border-right: 1px solid black;
}Regards.
Idan Damti FriendIdan Damti
- Join date:
- September 2014
- Posts:
- 94
- Downloads:
- 0
- Uploads:
- 1
- Thanked:
- 1 times in 1 posts
March 17, 2013 at 8:06 am #486713thanks for the answer.
I don’t know CSS so is it possible to get step be step instruction to do it?thanks.
Stork11 FriendStork11
- Join date:
- March 2011
- Posts:
- 2273
- Downloads:
- 0
- Uploads:
- 142
- Thanks:
- 55
- Thanked:
- 431 times in 393 posts
March 18, 2013 at 1:45 am #486758For your problem, you can create a footer module, then set its Module suffix a value, such as ” footermenu”. After that, open “/templates/ja_onepage/css/template.css” file and add my above suggestion to the end of file:
ul.footermenu {
list-style: none none;
}ul.footermenu li {
float: left;
border-right: 1px solid black;
}Regards.
kanenses Friendkanenses
- Join date:
- December 2012
- Posts:
- 55
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 11
- Thanked:
- 16 times in 1 posts
March 18, 2013 at 2:38 am #486769Copy the header menu CSS (NAV) create a new name for menu, for example footernav. And give it a style you pretend on footer 😉
Idan Damti FriendIdan Damti
- Join date:
- September 2014
- Posts:
- 94
- Downloads:
- 0
- Uploads:
- 1
- Thanked:
- 1 times in 1 posts
March 18, 2013 at 8:16 am #486826could anyone from joomlart theme can answer to my original question?
is there a why to make the footer menu looks good? like any other templates I know?
maybe by adding Menu Class Suffix ? or module Class Suffix?thanks.
kanenses Friendkanenses
- Join date:
- December 2012
- Posts:
- 55
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 11
- Thanked:
- 16 times in 1 posts
March 18, 2013 at 8:49 pm #486929tiwebmaster
Add the follow on your template.css (folder: /templates/ja_onepage/css/)
.ja-footer .nav > li {
float: left;
margin-right: 10px;
}You get:
-
1 user says Thank You to kanenses for this useful post
Idan Damti FriendIdan Damti
- Join date:
- September 2014
- Posts:
- 94
- Downloads:
- 0
- Uploads:
- 1
- Thanked:
- 1 times in 1 posts
March 19, 2013 at 10:30 am #487016thanks! that worked for me.
May 27, 2013 at 5:41 pm #494103<em>@tiwebmaster 365170 wrote:</em><blockquote>thanks! that worked for me.</blockquote>
And what about to place the menu in the 2 position. I mean not on the top but after the first module? thanks….
AuthorPostsViewing 11 posts - 1 through 11 (of 11 total)This topic contains 11 replies, has 4 voices, and was last updated by trasermx 11 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to create a footer menu using the menu module?
Viewing 11 posts - 1 through 11 (of 11 total)