Re: Footer Menu Support Thread
Quote:
Originally Posted by
clydejones
Not sure what this has to do with footer menu.
Hi Clyde,
My footer is a mess after installing the mod. :blink:
Please take a look:
http://www.llbtechs.com/computer_repair/
Thanks,
Beby
Re: Footer Menu Support Thread
Quote:
Originally Posted by
labcomputer
open includes/templates/cold_steel/css/stylesheet_footer_menu.css
find and make the highlighted changes
#footer {clear:both;margin:0;height:150px;}
#navSuppWrapper {
margin: 10px 5px 0;
padding: 0;
background:none;
font-weight: bold;
color: #000;
width:100%;
}
Re: Footer Menu Support Thread
Hi Clyde,
Can I put my SSL certificate in this footer menu -- perhaps at the bottom of the left column, leaving the other four spaces for links? (Any hints as to how to do it much aprpeciated.)
(I assume this mod is working well in 1.3.9h?)
Rob
Re: Footer Menu Support Thread
Quote:
Originally Posted by
rstevenson
Hi Clyde,
Can I put my SSL certificate in this footer menu -- perhaps at the bottom of the left column, leaving the other four spaces for links? (Any hints as to how to do it much aprpeciated.)
(I assume this mod is working well in 1.3.9h?)
Rob
Work fine with 1.3.9h.
I'd need to see your site to give you any hints
Re: Footer Menu Support Thread
The sites I was thinking of using this mod on are the ones in my sig. The retail one was just redone with a purchased template that heavily customizes the Home page. The wholesale site will likely use a similar template.
I've been looking into the code in your module and can see now what it adds to the footer. The problem for me is that I turn so many things off -- no Specials, no Recently Added, no Sales, no GVs, etc. -- that it may not be worth the trouble of incorporating the mod. I was just hoping to give that footer of mine a slightly less orphaned look.
Does your mod allow me to control the number of columns in it? That is, can I set it to just two columns, or just three?
Rob
Re: Footer Menu Support Thread
Quote:
Originally Posted by
rstevenson
The sites I was thinking of using this mod on are the ones in my sig. The retail one was just redone with a purchased template that heavily customizes the Home page. The wholesale site will likely use a similar template.
I've been looking into the code in your module and can see now what it adds to the footer. The problem for me is that I turn so many things off -- no Specials, no Recently Added, no Sales, no GVs, etc. -- that it may not be worth the trouble of incorporating the mod. I was just hoping to give that footer of mine a slightly less orphaned look.
Does your mod allow me to control the number of columns in it? That is, can I set it to just two columns, or just three?
Rob
For your purposes you might want to use Glenns (gjh42) Ezpages Footer Columns
Re: Footer Menu Support Thread
Quote:
Originally Posted by
clydejones
Not sure what this has to do with footer menu.
Its a link that I added in my footer_menu_define file for this addon. I just wanted to know if anyone might know how to do that?
Re: Footer Menu Support Thread
Quote:
Originally Posted by
clydejones
open includes/templates/cold_steel/css/stylesheet_footer_menu.css
find and make the highlighted changes
#footer {clear:both;margin:0;height:150px;}
#navSuppWrapper {
margin: 10px 5px 0;
padding: 0;
background:none;
font-weight: bold;
color: #000;
width:100%;
}
Thanks Clyde,
It partially work. The copy right is in the wrong place.
Please take look again.
And how do I align the title to match the menu to the left?
Thanks
Re: Footer Menu Support Thread
Quote:
Originally Posted by
labcomputer
Thanks Clyde,
It partially work. The copy right is in the wrong place.
Please take look again.
And how do I align the title to match the menu to the left?
Thanks
open includes/templates/cold_steel/css/stylesheet_footer_menu.css
find and make the highlighted changes
#siteinfoLegal {
margin:125px auto 0;
padding: .5em 0 0;
font-size: 0.9em;
text-align:center;
width:100%;
line-height:normal;
clear:both;
}
Re: Footer Menu Support Thread
Quote:
Originally Posted by
autoace
Its a link that I added in my footer_menu_define file for this addon. I just wanted to know if anyone might know how to do that?
Not sure if this is exactly what you are looking to do, but it may put you on the right track.
www.zen-cart.com/forum/showthread.php?t=94825