Re: Footer Menu Support Thread
Hi clydejones awesome menu. I have a couple problems. If you go to my site you will see that my about us link is not right. I am using a drop down menu by jadefish and not the side box. I also want to just make it a 3 menu instead of a 4. I really don't have any important links to display so I want to remove that and get everything line up in the middle of my page. Here is a link to my site and thank you. If I did use the important links I would like to put my contest that I run over there along with my faqs.
Re: Footer Menu Support Thread
Quote:
Originally Posted by
countrycharm
Hi clydejones awesome menu. I have a couple problems. If you go to my site you will see that my about us link is not right. I am using a drop down menu by jadefish and not the side box. I also want to just make it a 3 menu instead of a 4. I really don't have any important links to display so I want to remove that and get everything line up in the middle of my page. Here is a
link to my site and thank you. If I did use the important links I would like to put my contest that I run over there along with my faqs.
For the first question - it appears that you either don't have the "about us" contribution installed or if you do, You are missing one of the language files.
The second - a bit more complicated and requires editing the files in the mod to remove the fourth column information.
I think someone may have done something similar and posted a solution somewhere in this thread.
Re: Footer Menu Support Thread
Quote:
Originally Posted by
clydejones
For the first question - it appears that you either don't have the "about us" contribution installed or if you do, You are missing one of the language files.
The second - a bit more complicated and requires editing the files in the mod to remove the fourth column information.
I think someone may have done something similar and posted a solution somewhere in this thread.
Yes I have one in the header menu that jadefish furnish with the menu. You can down load it from here to take a look and give me some pointers if you will. Thank You again
Re: Footer Menu Support Thread
Quote:
Originally Posted by
countrycharm
Yes I have one in the header menu that jadefish furnish with the menu. You can down load it from
here to take a look and give me some pointers if you will. Thank You again
Not sure what the dropdown menu has to do with the footer menu and in any case the zip file you referenced is empty.
If you want to change the footer menu you will have to edit.
footer_menu_defines.php
tpl_footer_menu.php
and remove any references to the column 4 items
Re: Footer Menu Support Thread
Quote:
Originally Posted by
clydejones
Not sure what the dropdown menu has to do with the footer menu and in any case the zip file you referenced is empty.
If you want to change the footer menu you will have to edit.
footer_menu_defines.php
tpl_footer_menu.php
and remove any references to the column 4 items
For the first question - it appears that you either don't have the "about us" contribution installed or if you do, You are missing one of the language files. I don't know if I have it installed.
Thanks clyde for your help. I went to admin/configuration.ezpage and cut it off from their. The file is in there I just checked, any way I don;t know what I was trying to show you....lol going crazy today. How would I center Quick Links, Information, Customer Service with the links. How would I add another straight line on the other side of quick links. Sorry for all the questions.
Re: Footer Menu Support Thread
Quote:
Originally Posted by
countrycharm
For the first question - it appears that you either don't have the "about us" contribution installed or if you do, You are missing one of the language files. I don't know if I have it installed.
Thanks clyde for your help. I went to admin/configuration.ezpage and cut it off from their. The file is in there I just checked, any way I don;t know what I was trying to show you....lol going crazy today. How would I center Quick Links, Information, Customer Service with the links. How would I add another straight line on the other side of quick links. Sorry for all the questions.
open the stylesheet_footer_menu.css add the following
.first {border-left:1px dotted #000;}
Re: Footer Menu Support Thread
Quote:
Originally Posted by
clydejones
open the stylesheet_footer_menu.css add the following
.first {border-left:1px dotted #000;}
Thank you clyde that worked out great. One more question and I will leave you a lone. I know this has been asked and I have tried all of them. Copyright I want to put a little more space between the two. I can not figure this one out.
Re: Footer Menu Support Thread
Quote:
Originally Posted by
countrycharm
Thank you clyde that worked out great. One more question and I will leave you a lone. I know this has been asked and I have tried all of them. Copyright I want to put a little more space between the two. I can not figure this one out.
stylesheet.css
find #siteinfoLegal
add margin and padding to get the look you want.
Re: Footer Menu Support Thread
Hello Clyde.
Thanks for a really nice contribution.
I too am having some minor issues with the menu. I know it is in the menu_footer.css. I suspect (#navSuppWrapper) section that is overriding that section in the main stylesheet.
Zen 1.38a and cherry-zen template. Url= http://www.angiejolee.com/store/
The issues are:
1. Messes up the top main navigation a bit.
2. Links in sideboxes (other than categories) are aligned left (normal) but centered in a narrower space forcing a wrap.
Any suggestions would be appreciated.
Re: Footer Menu Support Thread
Quote:
Originally Posted by
Drunkguy
Hello Clyde.
Thanks for a really nice contribution.
I too am having some minor issues with the menu. I know it is in the menu_footer.css. I suspect (#navSuppWrapper) section that is overriding that section in the main stylesheet.
Zen 1.38a and cherry-zen template. Url=
http://www.angiejolee.com/store/
The issues are:
1. Messes up the top main navigation a bit.
2. Links in sideboxes (other than categories) are aligned left (normal) but centered in a narrower space forcing a wrap.
Any suggestions would be appreciated.
#navSuppWrapper would not affect the top main navigation since that section is styled by #navMainWrapper
The sideboxes, likewise, would not be affected since they are styled by .sideBoxContent
You might want to check the "cherry zen" support thread and see if anyone else has experienced these issues.