Re: Flexible Footer Columns Menu for 1.5.x
Is there a website that I can see a sample of this flexible footer add on? It looks like something I am looking for.
Thanks
Mona
Re: Flexible Footer Columns Menu for 1.5.x
Quote:
Originally Posted by
stxmona
Is there a website that I can see a sample of this flexible footer add on? It looks like something I am looking for.
Thanks
Mona
Info
Demo
Re: Flexible Footer Columns Menu for 1.5.x
Love this Zen-Cart add!! I've installed it and it works great! But, I can't figure out how to make it multilingual. It is multilingual in the admin, but when I change something in one language, it changes it in both... Thank you for your help!
Re: Flexible Footer Columns Menu for 1.5.x
Quote:
Originally Posted by
fmacdonald
Love this Zen-Cart add!! I've installed it and it works great! But, I can't figure out how to make it multilingual. It is multilingual in the admin, but when I change something in one language, it changes it in both... Thank you for your help!
Flexible Footer Columns Menu for 1.5.x does not support multilingual at this time.
Re: Flexible Footer Columns Menu for 1.5.x
great addition!
Question how can I adjust the width to match the body of the store? I tried work with the css file but my css skills are lacking.
Thanks
Re: Flexible Footer Columns Menu for 1.5.x
Quote:
Originally Posted by
remops
great addition!
Question how can I adjust the width to match the body of the store? I tried work with the css file but my css skills are lacking.
Thanks
in stylesheet_flexible_footer_menu.css
find:
#flex-navSupp {display: table; width: 100%; background: #eeeeee;color:#000;}
change to:
#flex-navSupp {display: table; width: 980px; margin-left: auto; margin-right: auto; background: #eeeeee; color:#000;}
Re: Flexible Footer Columns Menu for 1.5.x
Quote:
Originally Posted by
rbarbour
in stylesheet_flexible_footer_menu.css
find:
#flex-navSupp {display: table; width: 100%; background: #eeeeee;color:#000;}
change to:
#flex-navSupp {display: table; width: 980px; margin-left: auto; margin-right: auto; background: #eeeeee; color:#000;}
:laugh:That did it!!
Thank You
Any suggestions for the legal copyright that's in the footer style sheet?
Re: Flexible Footer Columns Menu for 1.5.x
Quote:
Originally Posted by
remops
:laugh:That did it!!
Thank You
Any suggestions for the legal copyright that's in the footer style sheet?
in stylesheet.css add:
div#siteinfoLegal.legalCopyright {display:block;width:100%; margin-left: auto; margin-right: auto;text-align: center;}
Re: Flexible Footer Columns Menu for 1.5.x
Heyy great work. Thank you :smile:
I know this is a column menu but is it possible to add a second row?
Re: Flexible Footer Columns Menu for 1.5.x
Quote:
Originally Posted by
insomn1a.
Heyy great work. Thank you :smile:
I know this is a column menu but is it possible to add a second row?
It is!
I played with the CSS a little and added some ID's, SEE Demo, I don't have time right now to post changes but will do in the next few days.