footer menue doesnt work

October 2012 Joomla Template
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Sat Mar 02, 2013 4:58 pm
Reply with quote
Report this post
hey,

I want to create a footer menue - but in startup 2.5 the menue will not work - its not shown when I created it. I placed it on in "bottom4" and look here it works but if I place it to "footer" or "footer_nav" it will not work. (I turned it on in that menu-approbiate to all my pages!)

Do you have an idea what wrong? I glad for every good advice :D

thanks a lot, sandra
User avatar
Gold Boarder

GK User
Sat Mar 02, 2013 10:37 pm
Reply with quote
Report this post
Hi, this template don't have those "footer" positions, but it have "lang" use it then you will see menu on the bottom + add small change in css.
User avatar
Platinum Boarder

GK User
Sun Mar 03, 2013 5:35 pm
Reply with quote
Report this post
hey that works thank you! :D

you wrote: "...see menu on the bottom + add small change in css". what to I have to change in css and in which one.

would be nice if you can help me once again,

thanks :D
User avatar
Gold Boarder

GK User
Sun Mar 03, 2013 7:14 pm
Reply with quote
Report this post
Hi, little change for css - because your menu should be inline. You have to add
Code: Select all
float: left;


for li element only for bottom menu. Add here URL, and I will give you right/full source code.
User avatar
Platinum Boarder

GK User
Mon Mar 04, 2013 3:54 pm
Reply with quote
Report this post
pfrankowski wrote:Hi, little change for css - because your menu should be inline. You have to add
Code: Select all
float: left;


for li element only for bottom menu. Add here URL, and I will give you right/full source code.


hey hey,

that sounds great: here the URL:

http://www.claudiahimmert.de/claudiahimmert/

ist that enough information or do you need an access??

thanks for help :D

sandra
User avatar
Gold Boarder

GK User
Mon Mar 04, 2013 9:38 pm
Reply with quote
Report this post
Hi, you web page looks very good ;)

This simple css code should help you with "bottom" menu:
Code: Select all
#gkLang ul.menu li { float:left; }


add this code in Template Manager: Edit Style --> Advanced settings --> Custom CSS code [field]
or in template.css file.

You can also this
Code: Select all
padding-right:10px;
inside { }
User avatar
Platinum Boarder

GK User
Thu Sep 05, 2013 9:38 am
Reply with quote
Report this post
I have the same problem... any idea about this?

Thanks
User avatar
Fresh Boarder

GK User
Thu Sep 05, 2013 4:11 pm
Reply with quote
Report this post
@maraldesarrollos

1) Please Add URL
2 On which module position you want publish menu? Also "lang" designed default for language switch.
User avatar
Platinum Boarder

GK User
Thu Sep 05, 2013 4:43 pm
Reply with quote
Report this post
1) Create a new Menu module
2) Set to "lang" position
3) Choose which menu you want to use (Select Menu)
4) Publish module

Now you have bottom/footer menu, but you have to add one line of CSS to make it look good.
Code: Select all
#gkLang ul.menu li { display:inline; padding-right:25px;  }


You will get this result, as I got.
footer-menu.png


How to use custom CSS: http://www.gavick.com/documentation/joo ... -template/
User avatar
Platinum Boarder


cron