-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
clydejones
read posts 376 - 380
That helped, but I am trying to center the footer like in this Photoshoped screenshot. Messing around with the width number increases the space between the links.
Here is my footer CSS:
Code:
#footer {clear:both;margin:0;background-color:#3E4147;margin-top:0px;padding-top:10px;-moz-border-radius-bottomleft: 15px;-moz-border-radius-bottomright: 15px;border-bottom-left-radius: 15px;border-bottom-right-radius: 15px;}
#footer a:hover{color:#EAC117;}
#navSuppWrapper {margin: 10px 5px 0;padding: 0;background:none;font-weight: bold;}
#navSuppWrapper a{color:#fffede;font-weight:normal;font-size:1.2em;text-align:center;}
dl {margin: 0 0 3px 0;padding:0;clear:both;height:160px;width:100%;}/*Adjust the height and width of the menu*/
dt {margin-bottom:.3em;font-weight:bold;}
dd {margin:0;padding:0;float:left;width:24.3%;}/*Column width of the menu - currently set for 4 columns*/
dd ul {margin:0;padding:0;list-style: none;}
dd li {margin:0;padding:0;}
dd li a {margin:0;display:block;}
/*dd li a:hover{background:#dfba69;color:#444;}*/
.menuTitle {margin:0;padding-bottom:.8em;text-align:center;font-size:1.2em;color:#EAC117;}
.first, .second, .third {border-right:1px solid #fffedf;}
#siteinfoLegal {padding: .5em 0 0;font-size: 0.9em;text-align:left;width:100%;line-height:normal;clear:both;color:#FFFFFF;margin-left:20px;float:left;margin-top:-30px;}
#siteinfoLegal a {padding: 0 0.5em 0 0.5em;color: #FFFFFF;white-space: nowrap;}
#siteinfoLegal a:hover {color: #FFFFFF;}
.blog-image {margin-right:10px;}
.facebook-image {margin-right:10px;}
#social-media {float:right;margin-right:15px;margin-top:-30px;}
#bannerSix {margin-top:0px;margin-bottom:30px;}
#footer #siteinfoLegal {width: 80%;}
#navSuppWrapper ul {height:13em;}
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
mretzloff
That helped, but I am trying to center the footer like in
this Photoshoped screenshot. Messing around with the width number increases the space between the links.
Here is my footer CSS:
Code:
#footer {clear:both;margin:0;background-color:#3E4147;margin-top:0px;padding-top:10px;-moz-border-radius-bottomleft: 15px;-moz-border-radius-bottomright: 15px;border-bottom-left-radius: 15px;border-bottom-right-radius: 15px;}
#footer a:hover{color:#EAC117;}
#navSuppWrapper {margin: 10px 5px 0;padding: 0;background:none;font-weight: bold;}
#navSuppWrapper a{color:#fffede;font-weight:normal;font-size:1.2em;text-align:center;}
dl {margin: 0 0 3px 0;padding:0;clear:both;height:160px;width:100%;}/*Adjust the height and width of the menu*/
dt {margin-bottom:.3em;font-weight:bold;}
dd {margin:0;padding:0;float:left;width:24.3%;}/*Column width of the menu - currently set for 4 columns*/
dd ul {margin:0;padding:0;list-style: none;}
dd li {margin:0;padding:0;}
dd li a {margin:0;display:block;}
/*dd li a:hover{background:#dfba69;color:#444;}*/
.menuTitle {margin:0;padding-bottom:.8em;text-align:center;font-size:1.2em;color:#EAC117;}
.first, .second, .third {border-right:1px solid #fffedf;}
#siteinfoLegal {padding: .5em 0 0;font-size: 0.9em;text-align:left;width:100%;line-height:normal;clear:both;color:#FFFFFF;margin-left:20px;float:left;margin-top:-30px;}
#siteinfoLegal a {padding: 0 0.5em 0 0.5em;color: #FFFFFF;white-space: nowrap;}
#siteinfoLegal a:hover {color: #FFFFFF;}
.blog-image {margin-right:10px;}
.facebook-image {margin-right:10px;}
#social-media {float:right;margin-right:15px;margin-top:-30px;}
#bannerSix {margin-top:0px;margin-bottom:30px;}
#footer #siteinfoLegal {width: 80%;}
#navSuppWrapper ul {height:13em;}
Try changing this rule as indicated:
#navSuppWrapper {margin: 10px auto 0;padding: 0;background:none;font-weight: bold;}
-
Re: Footer Menu Support Thread
I am still having the problem. It looks the same way it did before. Here is a screenshot of it. Just to make sure I did it correctly, I posted my CSS below.
Code:
#footer {clear:both;margin:0;background-color:#3E4147;margin-top:0px;padding-top:10px;-moz-border-radius-bottomleft: 15px;-moz-border-radius-bottomright: 15px;border-bottom-left-radius: 15px;border-bottom-right-radius: 15px;}
#footer a:hover{color:#EAC117;}
#navSuppWrapper {margin: 10px auto 0;padding: 0;background:none;font-weight: bold;}
#navSuppWrapper a{color:#fffede;font-weight:normal;font-size:1.2em;text-align:center;}
dl {margin: 0 0 3px 0;padding:0;clear:both;height:160px;width:100%;}/*Adjust the height and width of the menu*/
dt {margin-bottom:.3em;font-weight:bold;}
dd {margin:0;padding:0;float:left;width:33.2%;}/*Column width of the menu - currently set for 4 columns*/
dd ul {margin:0;padding:0;list-style: none;}
dd li {margin:0;padding:0;}
dd li a {margin:0;display:block;}
/*dd li a:hover{background:#dfba69;color:#444;}*/
.menuTitle {margin:0;padding-bottom:.8em;text-align:center;font-size:1.2em;color:#EAC117;}
.first, .second, .third {border-right:1px solid #fffedf;}
#siteinfoLegal {padding: .5em 0 0;font-size: 0.9em;text-align:left;width:100%;line-height:normal;clear:both;color:#FFFFFF;margin-left:20px;float:left;margin-top:-30px;}
#siteinfoLegal a {padding: 0 0.5em 0 0.5em;color: #FFFFFF;white-space: nowrap;}
#siteinfoLegal a:hover {color: #FFFFFF;}
.blog-image {margin-right:10px;}
.facebook-image {margin-right:10px;}
#social-media {float:right;margin-right:15px;margin-top:-30px;}
#bannerSix {margin-top:0px;margin-bottom:30px;}
#footer #siteinfoLegal {width: 80%;}
#navSuppWrapper ul {height:13em;}
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
mretzloff
I am still having the problem. It looks the same way it did before.
Here is a screenshot of it. Just to make sure I did it correctly, I posted my CSS below.
Code:
#footer {clear:both;margin:0;background-color:#3E4147;margin-top:0px;padding-top:10px;-moz-border-radius-bottomleft: 15px;-moz-border-radius-bottomright: 15px;border-bottom-left-radius: 15px;border-bottom-right-radius: 15px;}
#footer a:hover{color:#EAC117;}
#navSuppWrapper {margin: 10px auto 0;padding: 0;background:none;font-weight: bold;}
#navSuppWrapper a{color:#fffede;font-weight:normal;font-size:1.2em;text-align:center;}
dl {margin: 0 0 3px 0;padding:0;clear:both;height:160px;width:100%;}/*Adjust the height and width of the menu*/
dt {margin-bottom:.3em;font-weight:bold;}
dd {margin:0;padding:0;float:left;width:33.2%;}/*Column width of the menu - currently set for 4 columns*/
dd ul {margin:0;padding:0;list-style: none;}
dd li {margin:0;padding:0;}
dd li a {margin:0;display:block;}
/*dd li a:hover{background:#dfba69;color:#444;}*/
.menuTitle {margin:0;padding-bottom:.8em;text-align:center;font-size:1.2em;color:#EAC117;}
.first, .second, .third {border-right:1px solid #fffedf;}
#siteinfoLegal {padding: .5em 0 0;font-size: 0.9em;text-align:left;width:100%;line-height:normal;clear:both;color:#FFFFFF;margin-left:20px;float:left;margin-top:-30px;}
#siteinfoLegal a {padding: 0 0.5em 0 0.5em;color: #FFFFFF;white-space: nowrap;}
#siteinfoLegal a:hover {color: #FFFFFF;}
.blog-image {margin-right:10px;}
.facebook-image {margin-right:10px;}
#social-media {float:right;margin-right:15px;margin-top:-30px;}
#bannerSix {margin-top:0px;margin-bottom:30px;}
#footer #siteinfoLegal {width: 80%;}
#navSuppWrapper ul {height:13em;}
You could try adjusting the width settings: instead if 100% give it a fixed width.
dl {margin: 0 0 3px 0;padding:0;clear:both;height:160px;width:100%;}/*Adjust the height and width of the menu*/
-
Re: Footer Menu Support Thread
I love this contribution. i realy do. i wish i had more knowledge of php to make some changes myself but the forum is helping a lot.
Stil i love this contributon! Thank you Clyde for making it. :clap:
-
Re: Footer Menu Support Thread
I've had this mod installed for a few weeks now and am now adding it as part of a standard install I do for clients.
However, the only thing is that there is an About Us link there, but it's unfinished. I guess Clyde assumed people might use such a page. For this client, yes I do. However, I don't have an About Us page - so how do I go about creating one and getting the right text to show in the footer?
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
beyre
I've had this mod installed for a few weeks now and am now adding it as part of a standard install I do for clients.
However, the only thing is that there is an About Us link there, but it's unfinished. I guess Clyde assumed people might use such a page. For this client, yes I do. However, I don't have an About Us page - so how do I go about creating one and getting the right text to show in the footer?
download and install the about us page contribution
-
Re: Footer Menu Support Thread
-
Re: Footer Menu Support Thread
Any ideas on how to get this link code:
Define('FEEDBACK', '<li><a href="' . zen_href_link(FILENAME_FEEDBACK) . '">' . Website_Feedback . '</a></li>');
to open as a pop-up and be re-sized?
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
autoace
Any ideas on how to get this link code:
Define('FEEDBACK', '<li><a href="' . zen_href_link(FILENAME_FEEDBACK) . '">' . Website_Feedback . '</a></li>');
to open as a pop-up and be re-sized?
Not sure what this has to do with footer menu.
-
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
-
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
#siteinfoLegal {
margin:125px auto 0;
padding: .5em 0 0;
font-size: 0.9em;
text-align:center;
width:100%;
line-height:normal;
clear:both;
}
You DA MAN :D
how about aligning the title to left and make the background of the footer gray?
THANKS VERY VERY MUCH
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
labcomputer
You DA MAN :D
how about aligning the title to left and make the background of the footer gray?
THANKS VERY VERY MUCH
open includes/templates/cold_steel/css/stylesheet_footer_menu.css
find and make the highlighted changes
#footer {background:#eee;clear:both;margin:0;height:250px;}
The alignment can't be changed for just the left heading.
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
clydejones
Very interesting. Thanks for mentioning that Clyde.
Rob
-
Re: Footer Menu Support Thread
:D:D
Quote:
Originally Posted by
clydejones
open includes/templates/cold_steel/css/stylesheet_footer_menu.css
find and make the highlighted changes
#footer {background:#eee;clear:both;margin:0;height:250px;}
The alignment can't be changed for just the left heading.
:D I am getting there Clyde.
Clyde you see the heading for each column in the footer I want it to be on the left instead of the center to match the info under it.
For exemple:
From this
Quick Links
Home
Featured Product
Specials
To this
Quick Links
Home
Featured Product
Specials
Hope you see what I mean.
Thanks Budd
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
labcomputer
:D:D
:D I am getting there Clyde.
Clyde you see the heading for each column in the footer I want it to be on the left instead of the center to match the info under it.
For exemple:
From this
Quick Links
Home
Featured Product
Specials
To this
Quick Links
Home
Featured Product
Specials
Hope you see what I mean.
Thanks Budd
.menuTitle {margin:0;padding-bottom:.3em;text-align:left;font-size:1.1em;}
-
Re: Footer Menu Support Thread
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
willie bee
This cool with 1.3.9?
Yes, it works just fine with 1.3.9h
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
clydejones
Yes, it works just fine with 1.3.9h
Another awesome mod by ClydeDesigns!
May I ask how to put back the credit card logos and to change the width to 960px? I'm using a custom template that is set at 960px.
Thanks! Again, awesome mod!
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
willie bee
Another awesome mod by ClydeDesigns!
May I ask how to put back the credit card logos and to change the width to 960px? I'm using a custom template that is set at 960px.
Thanks! Again, awesome mod!
link to your site would be useful
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
clydejones
link to your site would be useful
Sorry. It's JUST LIKE THIS SITE as I'm using the same template. Nothing is different other than the products and prices, haha.
http://www.zenflavor.com/demo9/
TIA!
-
1 Attachment(s)
Re: Footer Menu Support Thread
Actually looks like your footer style sheet was realigning a lot of stuff on my product pages and upper top menu and was making everything look poo poo! So what I did was delete your footer css sheet and this is what I got, please see attached. I guess what I'm saying is all I really need is the css code to table it out into four sections and no other code like hover, font color, size, etc in your footer style css sheet. If I can just get that then everything should be fine.
-
1 Attachment(s)
Re: Footer Menu Support Thread
OK NM! I fixed it myself using Firebug. What a GREAT TOOL! The only thing I could not fix is the centering. I have attached the modified css file. The four column is left justified. Just need to get it centered. See attached and THANKS!
#footer {clear:both;margin:0;}
#navSuppWrapper {
margin: 10px 5px 0;
padding: 0;
background:none;
font-weight: bold;
color: #000;
}
dl {margin: 0 0 3px 0;padding:0;clear:both;height:79px;width:960px}/*Adjust the height and width of the menu*/
dt {margin-bottom:.3em;font-weight:bold;}
dd {margin:0;padding:0;float:left;width:24.3%;}/*Column width of the menu - currently set for 4 columns*/
ul {margin:0;padding:0;list-style: none;}
li {margin:0;padding:0;}
li a {margin:0;padding-left:2em;}
.menuTitle {margin:0;padding-bottom:.3em;text-align:center;font-size:1.1em;}
.first, .second, .third {border-right:1px dotted #000;}
#siteinfoLegal {
margin:0 auto;
padding: .5em 0 0;
font-size: 0.9em;
text-align:center;
width:100%;
line-height:normal;
clear:both;
}
#siteinfoLegal a {padding: 0 0.5em 0 0.5em;color: #000;font-weight:bold;white-space: nowrap; }
#siteinfoLegal a:hover {color: #000;background: #EAC27C;}
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
willie bee
OK NM! I fixed it myself using Firebug. What a GREAT TOOL! The only thing I could not fix is the centering. I have attached the modified css file. The four column is left justified. Just need to get it centered. See attached and THANKS!
#footer {clear:both;margin:0;}
#navSuppWrapper {
margin: 10px 5px 0;
padding: 0;
background:none;
font-weight: bold;
color: #000;
}
dl {margin: 0 0 3px 0;padding:0;clear:both;height:79px;width:960px}/*Adjust the height and width of the menu*/
dt {margin-bottom:.3em;font-weight:bold;}
dd {margin:0;padding:0;float:left;width:24.3%;}/*Column width of the menu - currently set for 4 columns*/
ul {margin:0;padding:0;list-style: none;}
li {margin:0;padding:0;}
li a {margin:0;padding-left:2em;}
.menuTitle {margin:0;padding-bottom:.3em;text-align:center;font-size:1.1em;}
.first, .second, .third {border-right:1px dotted #000;}
#siteinfoLegal {
margin:0 auto;
padding: .5em 0 0;
font-size: 0.9em;
text-align:center;
width:100%;
line-height:normal;
clear:both;
}
#siteinfoLegal a {padding: 0 0.5em 0 0.5em;color: #000;font-weight:bold;white-space: nowrap; }
#siteinfoLegal a:hover {color: #000;background: #EAC27C;}
I'm guessing you mean the column heading(s) (menuTitle)
make the highlighted change:
.menuTitle {margin:0;padding-bottom:.3em;text-align:left;font-size:1.1em;}
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
clydejones
.menuTitle {margin:0;padding-bottom:.3em;text-align:left;font-size:1.1em;}
:clap::clap::clap::clap:
Thanks Clyde I will send my donation to your site to show my appreciation your work.
Thanks
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
labcomputer
:clap::clap::clap::clap:
Thanks Clyde I will send my donation to your site to show my appreciation your work.
Thanks
Hey Clyde BTW, is there a mod for multi category?
For Exemple:
Computer
.
.
.
.
.
Computer Parts
.
.
.
.
.
.
.
.
.
.
.
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
clydejones
I'm guessing you mean the column heading(s) (menuTitle)
make the highlighted change:
.menuTitle {margin:0;padding-bottom:.3em;text-align:left;font-size:1.1em;}
No that wasn't it. See the image attached in post 432? The four columns are to the left. I'm trying to center it. See the top of the image, that white area with the shadow, that is the bottom of the shop centered (part snapshot).
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
willie bee
No that wasn't it. See the image attached in post 432? The four columns are to the left. I'm trying to center it. See the top of the image, that white area with the shadow, that is the bottom of the shop centered (part snapshot).
a link to your site would be useful.
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
willie bee
No that wasn't it. See the image attached in post 432? The four columns are to the left. I'm trying to center it. See the top of the image, that white area with the shadow, that is the bottom of the shop centered (part snapshot).
To center whatever DIV, just set it's left and right margin to auto, in your CSS file.
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
clydejones
I'm guessing you mean the column heading(s) (menuTitle)
make the highlighted change:
.menuTitle {margin:0;padding-bottom:.3em;text-align:left;font-size:1.1em;}
Quote:
Originally Posted by
willie bee
No that wasn't it. See the image attached in post 432? The four columns are to the left. I'm trying to center it. See the top of the image, that white area with the shadow, that is the bottom of the shop centered (part snapshot).
make the highlighted change:
#navSuppWrapper {
margin: 10px auto 0;
padding: 0;
background:none;
font-weight: bold;
color: #000;
}
-
1 Attachment(s)
Re: Footer Menu Support Thread
Quote:
Originally Posted by
clydejones
make the highlighted change:
#navSuppWrapper {
margin: 10px auto 0;
padding: 0;
background:none;
font-weight: bold;
color: #000;
}
That was not it.
Here is the code I changed
dl {
clear: both;
height: 79px;
margin: 0 0 3px;
padding: 0;
width: 960px;
to
dl {
clear: both;
height: 79px;
margin: auto;
padding: 0;
width: 960px;
See attached and compare now.
Again thanks for pointing me in the right direction and all your help and a terrific mod.
-
Re: Footer Menu Support Thread
Hi guys!
Can someone please help me?
I'm using avonlee contempo template and keep having issues with the footer.
I've created 6 ez pages (internal links to products pages), and as I try to place them in the third column of the footer, only 3 links work.
Here's the code for the 3rd column of footer_menu_defines:
/*BOF Menu Column 3 link Definitions*/
Define('TITLE_THREE', '<li class="menuTitle"></li>');
Define('A', '<li><a href="' . zen_ez_pages_link(3) . '"> A</a></li>');
Define('B', '<li><a href="' . zen_ez_pages_link(4) . '"> B</a></li>');
Define('C', '<li><a href="' . zen_ez_pages_link(5) . '">C</a></li>');
Define('D', '<li><a href="' . zen_ez_pages_link(6) . '"> D</a></li>');
Define('E', '<li><a href="' . zen_ez_pages_link(7) . '"> E</a></li>');
Define('F', '<li><a href="' . zen_ez_pages_link(8) . '"> F</a></li>');
Define('CONTACT','<li><a href="' . zen_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a></li>');
Define('SHIPPING', '<li><a href="' . zen_href_link(FILENAME_SHIPPING) . '">' . BOX_INFORMATION_SHIPPING . '</a></li>');
Define('PRIVACY', '<li><a href="' . zen_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a></li>');
Define('CONDITIONS','<li><a href="' . zen_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a></li>');
Define('ACCOUNT', '<li><a href="' . zen_href_link(FILENAME_ACCOUNT, '', 'SSL') .'">' . HEADER_TITLE_MY_ACCOUNT . '</a></li>');
/*EOF Menu Column 3 link Definitions*/
Define('CUSTOMER_SERVICE', '<dd class="third">
<ul>' . TITLE_THREE . A . B . E . '</ul></dd>');
A, B and E brand links work fine. When I type in C, D and F brand names into TITLE_THREE, the website goes blank.
I've assigned order #s and everything.
Why would that happen? Can someone push me in the right direction?
Here's the website www.nkfacial.com
Thank you.
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
Maxa
Hi guys!
Can someone please help me?
I'm using avonlee contempo template and keep having issues with the footer.
I've created 6 ez pages (internal links to products pages), and as I try to place them in the third column of the footer, only 3 links work.
Here's the code for the 3rd column of footer_menu_defines:
/*BOF Menu Column 3 link Definitions*/
Define('TITLE_THREE', '<li class="menuTitle"></li>');
Define('A', '<li><a href="' . zen_ez_pages_link(3) . '"> A</a></li>');
Define('B', '<li><a href="' . zen_ez_pages_link(4) . '"> B</a></li>');
Define('C', '<li><a href="' . zen_ez_pages_link(5) . '">C</a></li>');
Define('D', '<li><a href="' . zen_ez_pages_link(6) . '"> D</a></li>');
Define('E', '<li><a href="' . zen_ez_pages_link(7) . '"> E</a></li>');
Define('F', '<li><a href="' . zen_ez_pages_link(8) . '"> F</a></li>');
Define('CONTACT','<li><a href="' . zen_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a></li>');
Define('SHIPPING', '<li><a href="' . zen_href_link(FILENAME_SHIPPING) . '">' . BOX_INFORMATION_SHIPPING . '</a></li>');
Define('PRIVACY', '<li><a href="' . zen_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a></li>');
Define('CONDITIONS','<li><a href="' . zen_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a></li>');
Define('ACCOUNT', '<li><a href="' . zen_href_link(FILENAME_ACCOUNT, '', 'SSL') .'">' . HEADER_TITLE_MY_ACCOUNT . '</a></li>');
/*EOF Menu Column 3 link Definitions*/
Define('CUSTOMER_SERVICE', '<dd class="third">
<ul>' . TITLE_THREE . A . B . E . '</ul></dd>');
A, B and E brand links work fine. When I type in C, D and F brand names into TITLE_THREE, the website goes blank.
I've assigned order #s and everything.
Why would that happen? Can someone push me in the right direction?
Here's the website
www.nkfacial.com
Thank you.
If you make your ez-pages for the footer, the footer menu will automatically insert them in column 4.
-
Re: Footer Menu Support Thread
Thank you for the reply.I appreciate it.
Is there any way to make ez-pages appear in 3rd column?
If they appear in column 4 only, how come 3 links work just fine and other 3 don't?
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
Maxa
Thank you for the reply.I appreciate it.
Is there any way to make ez-pages appear in 3rd column?
If they appear in column 4 only, how come 3 links work just fine and other 3 don't?
I don't see anything obviously wrong with these define statements:
PHP Code:
Define('A', '<li><a href="' . zen_ez_pages_link(3) . '"> A</a></li>');
Define('B', '<li><a href="' . zen_ez_pages_link(4) . '"> B</a></li>');
Define('C', '<li><a href="' . zen_ez_pages_link(5) . '">C</a></li>');
Define('D', '<li><a href="' . zen_ez_pages_link(6) . '"> D</a></li>');
Define('E', '<li><a href="' . zen_ez_pages_link(7) . '"> E</a></li>');
Define('F', '<li><a href="' . zen_ez_pages_link(8) . '"> F</a></li>');
So I'm not sure why they wouldn't display.
No, column 4 was set up to display the ez-page links.
-
Re: Footer Menu Support Thread
Is it possible that C, D and F are reserved names in PHP? What happens if you change the constant names to BRAND_C etc.?
Do you have any new myDebug error logs in /cache/?
-
Re: Footer Menu Support Thread
Would it be possibel to ONLY have the EZPAGE links shown in the 4th column ( important links )
And not also underneath the footerlinks in a horizontal footerbar
as you can see here: http://www.fritenglas.eu/new/index.p...id=4&chapter=1
And would it be possibel to make teh lines between each column longer ( as long as column 4 )
Thank you
Christina
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
FenG
Would it be possibel to ONLY have the EZPAGE links shown in the 4th column ( important links )
And not also underneath the footerlinks in a horizontal footerbar
as you can see here:
http://www.fritenglas.eu/new/index.p...id=4&chapter=1
And would it be possibel to make teh lines between each column longer ( as long as column 4 )
Thank you
Christina
By default this mod replaces tpl_footer.php which should have eliminated the issue you describe.
-
Re: Footer Menu Support Thread
but it has not eliminated the problem, what can I do to have it deleted from the footer?
What should I look for?
Thank you
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
FenG
but it has not eliminated the problem, what can I do to have it deleted from the footer?
What should I look for?
Thank you
I would need to see the tpl_footer.php file you have installed in order to determine what the problem is.
-
Re: Footer Menu Support Thread
This is what I use:
PHP Code:
<?php
/**
* Common Template - tpl_footer.php
*
* this file can be copied to /templates/your_template_dir/pagename<br />
* example: to override the privacy page<br />
* make a directory /templates/my_template/privacy<br />
* copy /templates/templates_defaults/common/tpl_footer.php to /templates/my_template/privacy/tpl_footer.php<br />
* to override the global settings and turn off the footer un-comment the following line:<br />
* <br />
* $flag_disable_footer = true;<br />
*
* @package templateSystem
* @copyright Copyright 2003-2005 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: tpl_footer.php 3183 2006-03-14 07:58:59Z birdbrain $
*/
require(DIR_WS_MODULES . zen_get_module_directory('footer.php'));
?>
<?php
if (!$flag_disable_footer) {
?>
<div id="footerhsy">
<div id="footershadow"></div>
<!--bof-navigation display -->
<div id="navSuppWrapper">
<!--BOF footer menu display-->
<?php require($template->get_template_dir('tpl_footer_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_footer_menu.php');?>
<!--EOF footer menu display-->
<div id="navSupp">
<ul>
<br />
<br />
<br />
<?php if (EZPAGES_STATUS_FOOTER == '1' or (EZPAGES_STATUS_FOOTER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) { ?>
<li><?php require($template->get_template_dir('tpl_ezpages_bar_footer.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_footer.php'); ?></li>
<?php } ?>
</ul>
</div>
</div>
<!--eof-navigation display -->
<center>
<?php echo zen_image(DIR_WS_TEMPLATE.'images/payments.gif'); ?>
</center>
<!--bof-ip address display -->
<?php
if (SHOW_FOOTER_IP == '1') {
?>
<div id="siteinfoIP"><?php echo TEXT_YOUR_IP_ADDRESS . ' ' . $_SERVER['REMOTE_ADDR']; ?></div>
<?php
}
?>
<!--eof-ip address display -->
<!--bof-banner #5 display -->
<?php
if (SHOW_BANNERS_GROUP_SET5 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET5)) {
if ($banner->RecordCount() > 0) {
?>
<div id="bannerFive" class="banners"><?php echo zen_display_banner('static', $banner); ?></div>
<?php
}
}
?>
<!--eof-banner #5 display -->
<!--bof- site copyright display -->
<div id="siteinfoLegal" class="legalCopyright"><?php echo FOOTER_TEXT_BODY; ?></div>
<!--eof- site copyright display -->
</div><!-- footerhsy -->
<?php
} // flag_disable_footer
?>
</div>
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
FenG
This is what I use:
PHP Code:
<?php
/**
* Common Template - tpl_footer.php
*
* this file can be copied to /templates/your_template_dir/pagename<br />
* example: to override the privacy page<br />
* make a directory /templates/my_template/privacy<br />
* copy /templates/templates_defaults/common/tpl_footer.php to /templates/my_template/privacy/tpl_footer.php<br />
* to override the global settings and turn off the footer un-comment the following line:<br />
* <br />
* $flag_disable_footer = true;<br />
*
* @package templateSystem
* @copyright Copyright 2003-2005 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: tpl_footer.php 3183 2006-03-14 07:58:59Z birdbrain $
*/
require(DIR_WS_MODULES . zen_get_module_directory('footer.php'));
?>
<?php
if (!$flag_disable_footer) {
?>
<div id="footerhsy">
<div id="footershadow"></div>
<!--bof-navigation display -->
<div id="navSuppWrapper">
<!--BOF footer menu display-->
<?php require($template->get_template_dir('tpl_footer_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_footer_menu.php');?>
<!--EOF footer menu display-->
<div id="navSupp">
<ul>
<br />
<br />
<br />
<?php if (EZPAGES_STATUS_FOOTER == '1' or (EZPAGES_STATUS_FOOTER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) { ?>
<li><?php require($template->get_template_dir('tpl_ezpages_bar_footer.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_footer.php'); ?></li>
<?php } ?>
</ul>
</div>
</div>
<!--eof-navigation display -->
<center>
<?php echo zen_image(DIR_WS_TEMPLATE.'images/payments.gif'); ?>
</center>
<!--bof-ip address display -->
<?php
if (SHOW_FOOTER_IP == '1') {
?>
<div id="siteinfoIP"><?php echo TEXT_YOUR_IP_ADDRESS . ' ' . $_SERVER['REMOTE_ADDR']; ?></div>
<?php
}
?>
<!--eof-ip address display -->
<!--bof-banner #5 display -->
<?php
if (SHOW_BANNERS_GROUP_SET5 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET5)) {
if ($banner->RecordCount() > 0) {
?>
<div id="bannerFive" class="banners"><?php echo zen_display_banner('static', $banner); ?></div>
<?php
}
}
?>
<!--eof-banner #5 display -->
<!--bof- site copyright display -->
<div id="siteinfoLegal" class="legalCopyright"><?php echo FOOTER_TEXT_BODY; ?></div>
<!--eof- site copyright display -->
</div><!-- footerhsy -->
<?php
} // flag_disable_footer
?>
</div>
You need to remove the following:
Code:
<div id="navSupp">
<ul>
<br />
<br />
<br />
<?php if (EZPAGES_STATUS_FOOTER == '1' or (EZPAGES_STATUS_FOOTER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) { ?>
<li><?php require($template->get_template_dir('tpl_ezpages_bar_footer.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_footer.php'); ?></li>
<?php } ?>
</ul>
</div>
</div>
-
Re: Footer Menu Support Thread
Alright I've installed the footer menu mod. Looks great but no matter what I do a cannot change the styling of the links (i.e remove underline, remove bold, change font type) no matter where I change nothing seems to take effect.
Please review the site at www.megasaveonline.com. What am I doing wrong.
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
hardwiredtemplates
Alright I've installed the footer menu mod. Looks great but no matter what I do a cannot change the styling of the links (i.e remove underline, remove bold, change font type) no matter where I change nothing seems to take effect.
Please review the site at
www.megasaveonline.com. What am I doing wrong.
open includes/templates/YOUR_TEMPLATE/css/stylesheet_footer_menu.css
find the following section and make whatever changes you require.
Code:
#footer ul {margin:0;padding:0;list-style: none;}
#footer li a:link {color: #444;font-size:11px;margin:0;padding-left:1em;padding-bottom:.3em;line-height:14px;display:block;}
#footer li a:visited {color: #444;font-size:11px;margin:0;padding-left:1em;padding-bottom:.3em;line-height:14px;display:block;}
#footer li a:hover {color:#f27a00;background:none;text-decoration: underline;}
#footer li a:active {color: #444;font-size:11px;margin:0;padding-left:1em;padding-bottom:.3em;line-height:14px;display:block;}
-
1 Attachment(s)
Re: Footer Menu Support Thread
Quote:
Originally Posted by
clydejones
open includes/templates/YOUR_TEMPLATE/css/stylesheet_footer_menu.css
find the following section and make whatever changes you require.
Code:
#footer ul {margin:0;padding:0;list-style: none;}
#footer li a:link {color: #444;font-size:11px;margin:0;padding-left:1em;padding-bottom:.3em;line-height:14px;display:block;}
#footer li a:visited {color: #444;font-size:11px;margin:0;padding-left:1em;padding-bottom:.3em;line-height:14px;display:block;}
#footer li a:hover {color:#f27a00;background:none;text-decoration: underline;}
#footer li a:active {color: #444;font-size:11px;margin:0;padding-left:1em;padding-bottom:.3em;line-height:14px;display:block;}
Clyde thanks for the quick reply. I've changed a combination of those lines yet I can't get it to do a universal change. What I mean is for example I change the #444 in one of the lines to say #f00 then only three of the links are red and not the rest.
Also I noticed there is no underline in the code above(Except the hover) yet the links on the site are ALL underlined:frusty:
Maybe something else is controlling the look of the footer links. I am attaching an image of what I am seeking.
Thanks for your hasty reply
the link again is www.megasaveonline.com
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
hardwiredtemplates
Clyde thanks for the quick reply. I've changed a combination of those lines yet I can't get it to do a universal change. What I mean is for example I change the #444 in one of the lines to say #f00 then only three of the links are red and not the rest.
Also I noticed there is no underline in the code above(Except the hover) yet the links on the site are ALL underlined:frusty:
Maybe something else is controlling the look of the footer links. I am attaching an image of what I am seeking.
Thanks for your hasty reply
the link again is
www.megasaveonline.com
look at your stylesheet.css
Code:
a:link, #navEZPagesTOC ul li a {
color: #2b2b2b;
text-decoration: underline;
}
a:visited {
color: #2b2b2b;
text-decoration: underline;
}
a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
color: #2b2b2b;
text-decoration: none;
}
a:active {
color: #2b2b2b;
}
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
clydejones
look at your stylesheet.css
Code:
a:link, #navEZPagesTOC ul li a {
color: #2b2b2b;
text-decoration: underline;
}
a:visited {
color: #2b2b2b;
text-decoration: underline;
}
a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
color: #2b2b2b;
text-decoration: none;
}
a:active {
color: #2b2b2b;
}
I've commented out that entire section from stylesheet.css yet ALL the links are STILL underlined. I know I a bit new to this but can you please elaborate a little more I've exhausted my options.:frusty:
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
hardwiredtemplates
I've commented out that entire section from stylesheet.css yet ALL the links are STILL underlined. I know I a bit new to this but can you please elaborate a little more I've exhausted my options.:frusty:
I think you might want to check with the author of the template to see if they have any suggestions.
-
Re: Footer Menu Support Thread
The HTML/CSS default for links is underlined, so unless your template (like the stock template) specifically changes this, it will happen even when there is no mention of underlining.
Add to this rule in stylesheet_footer_menu.css
#footer li a:link {color: #f00;font-size:11px;margin:0;padding-left:1em;padding-bottom:.3em;line-height:14px;display:block;text-decoration: none;}
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
gjh42
The HTML/CSS default for links is underlined, so unless your template (like the stock template) specifically changes this, it will happen even when there is no mention of underlining.
Add to this rule in stylesheet_footer_menu.css
#footer li a:link {color: #f00;font-size:11px;margin:0;padding-left:1em;padding-bottom:.3em;line-height:14px;display:block;text-decoration: none;}
Just to report back that did get rid of the underlines and I just included my other styling in the same area including selecting the font.
So reporting back success... Thanks guys
-
Re: Footer Menu Support Thread
Ok little problem I have in the footer links. The about us link is going to a "page not found" It was not even showing about us but I managed to get it there in the english.php file but cannot find where to edit the link. The site is www.megasaveonline.com
Any help?
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
hardwiredtemplates
Ok little problem I have in the footer links. The about us link is going to a "page not found" It was not even showing about us but I managed to get it there in the english.php file but cannot find where to edit the link. The site is
www.megasaveonline.com
Any help?
Anyone out there who may have knowledge of this.
Anyone... (hears crickets chirping)
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
hardwiredtemplates
Anyone out there who may have knowledge of this.
Anyone... (hears crickets chirping)
Have you installed the About Us page add on
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
clydejones
After installing the mod... it's all good now
Thanks Clyde
-
Re: Footer Menu Support Thread
Clyde, hi again.
Trying to install Footer Menu on your zencart_zen template. Test site:
http://www.prom-mart.com/index.php?main_page=contact_us
Several issues:
1. Text in coluns seems mis-aligned, as if trying to align center (not for categories, though). See "Important Links", "Best Sellers", "Information" boxes.
2. For some reason, Contact Us is missing the red asterisk.
3. How might I align links in footer to align left rather than center?
4. Site would probably look a little better with a small margin at bottom, as in zencart_zen on main site as yet without footer menu:
http://www.prommart.com/index.php?main_page=contact_us
Cannot bear right now to wade through new thread, so if you have any thoughts specific to your template, thanks.
SPH
PS: I did just install the css/js minifer on test site (which does speed it up, although your template does very good out of the box.) Not sure if that affects above issues.
-
Re: Footer Menu Support Thread
http://www.zen-cart.com/forum/showpo...&postcount=311
Okay, going through thread, above fix seems to have fixed my upper sidebox issues. And also put a small margin at bottom of page. And took out the yellowish/gold hover in links not only in footer but in other places in site.
Now, have I yet come across how some have their links left aligned rather than center aligned?
Just noticed: still have missing red asterisks Contact Us:
http://www.prom-mart.com/index.php?main_page=contact_us
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
SPH
As for the sideboxes - zencart_zen doesn't modify any of them except for the categories.
You'll need to look at each of the sidebox templates and determine if they contain a class="centeredContent" element and delete that if you want them to be left aligned.
I believe there is a fix for the asterisks in the support thread for zencart_zen
-
Re: Footer Menu Support Thread
Quote:
look at each of the sidebox templates and determine if they contain a class="centeredContent" element and delete that
Or just add to your stylesheet something like
#sideboxid .centeredContent {text-align: left;}
where #sideboxid is the sidebox you want to affect.
It may work generically with
.leftBoxContent .centeredContent, .rightBoxContent .centeredContent {text-align: left;}
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
gjh42
Or just add to your stylesheet something like
#sideboxid .centeredContent {text-align: left;}
where #sideboxid is the sidebox you want to affect.
It may work generically with
.leftBoxContent .centeredContent, .rightBoxContent .centeredContent {text-align: left;}
Thanks. The "fix" corrected my upper side box alignment problem. It was the links in the footer menu that I wanted to align left. The "fix" setting did not do it:
#footer {
margin: 0 auto;
text-align: left;
background: url(../images/footer_bg.gif);
width: 960px;
height:112px;
clear:both;
}
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
clydejones
As for the sideboxes - zencart_zen doesn't modify any of them except for the categories.
You'll need to look at each of the sidebox templates and determine if they contain a class="centeredContent" element and delete that if you want them to be left aligned.
I believe there is a fix for the asterisks in the support thread for zencart_zen
Clyde, your template worked perfectly (red asterisks) before installing the footer menu. As gjh42 (I believe) mentioned earlier, the footer menu has the potential to cause unintended consequences throughout the site. The "fix" corrected my upper side box alignment problem and took out most of the link yellowish/gold hover.
But the fix still is not playing nicely with zencart_zen template. With a background color, I can see that the color slices through the middle of the copyright line, as if it's not completely in or out of the footer menu. Also, the links with the fix look crunched together.
I resorted to the original footer style menu css, with a background color, and the background only covers the top of the footer.
#footer {clear:both;margin:0;}
#navSuppWrapper {
margin: 10px 5px 0;
padding: 0;
background:#ccc;
font-weight: bold;
color: #000;
}
Otherwise, the original footer sheet has nicer text, better spacing between links and header titles, than the fix.
After several years with zencart, constantly getting beat down with mods, I was looking forward to your footer menu playing nicely with your zencartzen template - out of the box. I guess not, and I do suspect it is the template. (Most) everyone else I've looked at has a nice footer menu.
Steve
-
Re: Footer Menu Support Thread
This is actually controlling the footer links' alignment:
stylesheet.css (line 426)
#navSuppWrapper {
color: #000000;
font-weight: bold;
text-align: center;
}
Change the center to left and it behaves as desired.
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
gjh42
This is actually controlling the footer links' alignment:
stylesheet.css (line 426)
#navSuppWrapper {
color: #000000;
font-weight: bold;
text-align: center;
}
Change the center to left and it behaves as desired.
Thanks! That adjusted my footer link alignment.
www.prom-mart.com (test site)
I went back to the footer menu sheet "fix" and it corrects most of my other issues.
I do still think that the footer text and spacing between footer headers and links look off, but suppose will have to go with what I can.
Really wish footer menu could look like one of our other sites that came with footer menu, our main site here:
http://www.findmypromdress.com/
Normally, I can cannibalize this template's footer and put on another site. Didn't work for my zencart_zen.
SPH
-
Re: Footer Menu Support Thread
Clyde, still have concern with footer but will post at zencartzen template forum as I think it might be template related. sph
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
SPH
Clyde, still have concern with footer but will post at zencartzen template forum as I think it might be template related. sph
You can adjust the margin and padding setting to your liking
Code:
#navSuppWrapper li {margin:0;padding:0;}
#navSuppWrapper li a:link {letter-spacing:.1em;color:#444;margin:0;padding-left:2em;padding-bottom:.3em;font-size:.9em;display:block;}
#navSuppWrapper li a:visited {letter-spacing:.1em;color:#444;margin:0;padding-left:2em;padding-bottom:.3em;display:block;}
#navSuppWrapper li a:hover {letter-spacing:.1em;color:#444;margin:0;padding-left:2em;padding-bottom:.3em;display:block;}
#navSuppWrapper li a:active {letter-spacing:.1em;color: #444;margin:0;padding-left:2em;padding-bottom:.3em;display:block;}
.menuTitle {margin:0;padding-bottom:.3em;text-align:center;font-size:1.1em;font-weight:bold;}
.first, .second, .third {border-right:1px dotted #000;}
#siteinfoLegal {
margin:0 auto;
padding: .5em 0 0;
font-size: 0.9em;
text-align:center;
width:100%;
line-height:normal;
clear:both;
}
-
Re: Footer Menu Support Thread
www.prom-mart.com (test site)
Well, slap me on the head. Just noticed homepage text that IP in footer is turned off by default. I thought something was wrong with whole footer/menu.
Thanks, I may play with the margin/padding settings.
sph
-
Re: Footer Menu Support Thread
http://www.prom-mart.com/index.php?main_page=contact_us
The missing red asterisks on Contact Us was apparently my operator error*. I just reinstalled zencartzen and got them back. I probably messed up with the Captcha on initial install. Not footer menu issue.
Sorry about that.
sph
*When I looked again, Contact Us was more messed-up than just the missing red asterisks. Did not look anything like it now does.
-
Re: Footer Menu Support Thread
Hi SPH,
Your site look sgreat! Just wondering... how did you do the facebook/twitter icons at the bottom?
Thanks!
Frans
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
fjutt
Hi SPH,
Your site look sgreat! Just wondering... how did you do the facebook/twitter icons at the bottom?
Thanks!
Frans
That template is the All business template You should ask this question in that support forum.
-
Re: Footer Menu Support Thread
Hi there,
First off, nice looking addon, really adds that finishing touch.
My problem is as follows: My legal disclaimers which are in red text sits on top of the menu. Now i have searched this thread and tried the fixes that were suggested but nothing changed.
What is odd is that it looks ok on certain computers/browsers, but worng on others. For example on my laptop it looks fine, does not sit on top of the menu. On my destktop screen (24 inch) it looks ok with firefox but wrong with IE. And on someone else's laptop it also looks wrong.....any ideas?
Site URL: www.worldwariiattic.com
Thanks in advance
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
Sturmgeschutz
Hi there,
First off, nice looking addon, really adds that finishing touch.
My problem is as follows: My legal disclaimers which are in red text sits on top of the menu. Now i have searched this thread and tried the fixes that were suggested but nothing changed.
What is odd is that it looks ok on certain computers/browsers, but worng on others. For example on my laptop it looks fine, does not sit on top of the menu. On my destktop screen (24 inch) it looks ok with firefox but wrong with IE. And on someone else's laptop it also looks wrong.....any ideas?
Site URL:
www.worldwariiattic.com
Thanks in advance
Try making the highlighted changes
<div id="siteinfoLegal" class="legalCopyright">Copyright © 2011 <a href="http://www.worldwariiattic.com/index.php?main_page=index" target="_blank">The World War II Attic - Military Toy Store</a>.<br /><font color="#ff0000">Disclaimer:These products are for historic education purposes only and are not
intended to glorify, nor exploit the atrocities of war.</font><br />
<font color="#ff0000">All items found on this site are for adult collectors and not toys for small children. Caution: Choking Hazard.</font></div>
-
Re: Footer Menu Support Thread
I put a few of those in there until the text was no longer on top of the menu and it seems to be working....thak you good sir.
-
Re: Footer Menu Support Thread
Great distribution. Thanks.
I have just added it to a fresh 1.3.9h, took care of "About_Us" issue with Clyde's help.
For some reason the tabs on the new footer menu are are showing up in different font types and sizes.
I guess the fix is in the css but where?
Any help will be highly appreciated.
Here is my website if you want to take a look.
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
enginarat
Great distribution. Thanks.
I have just added it to a fresh 1.3.9h, took care of "About_Us" issue with Clyde's help.
For some reason the tabs on the new footer menu are are showing up in different font types and sizes.
I guess the fix is in the css but where?
Any help will be highly appreciated.
Here is
my website if you want to take a look.
I have just noticed there's no problem while using Chrome.
Problem is more significant esp. on IE.
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
enginarat
Great distribution. Thanks.
I have just added it to a fresh 1.3.9h, took care of "About_Us" issue with Clyde's help.
For some reason the tabs on the new footer menu are are showing up in different font types and sizes.
I guess the fix is in the css but where?
Any help will be highly appreciated.
Here is
my website if you want to take a look.
Quote:
Originally Posted by
enginarat
I have just noticed there's no problem while using Chrome.
Problem is more significant esp. on IE.
in which version of IE?
I just checked the site in FF, Chrome, Safari and Opera and didn't notice what you have described.
-
Re: Footer Menu Support Thread
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
enginarat
I'm still not seeing anything unusual.
-
Re: Footer Menu Support Thread
Please compare "Featured Products" link with "Specials" link under Quick links. I am not sure about the font type but sizes are definitely not the same. That repeats with other links under other tabs such as "About Us" vs "Discount Coupons" etc.
Also notice that links are not lined up perfectly. Not a biggie but if there's a fix I will appreciate it.
Thanks in advance.
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
enginarat
Please compare "Featured Products" link with "Specials" link under Quick links. I am not sure about the font type but sizes are definitely not the same. That repeats with other links under other tabs such as "About Us" vs "Discount Coupons" etc.
Also notice that links are not lined up perfectly. Not a biggie but if there's a fix I will appreciate it.
Thanks in advance.
if you want to change the font size(s)
open stylesheet_footer_menu.css
find the following and add a font-size declaration:
#navSuppWrapper li {font-size:1em;margin:0;padding:0;}
-
Re: Footer Menu Support Thread
Hi this is a great mod and have it working in 1.3.9. placed it outside the contentmainwrapper so it stretches to fit browser width and have also made it so it sticks to bottom of browser. The only thing is that I want the menus not stretch with footerwrapper (just background to stretch) rather they remain fixed under the bottom of the template as in the sticky footer page http://www.cssstickyfooter.com.
Any ideas what I am doing wrong:lookaroun
-
Re: Footer Menu Support Thread
I don't think Clyde's family will mind if I posted this..
For those seeking support for this add-on it is with deep sorrow that I post this message, and I hope the admins will give me a little latitude here. This is posted on Clyde's site:
Quote:
A message from Clyde's family to all of his customers:
Clyde passed away suddenly and unexpectedly on Aug 13th. He appreciated every one of you, and enjoyed the work he did.
Thank you all, for the testimonials, and support.
Clyde was awesome and he will be missed here in the Zen Cart community.. :(
-
Re: Footer Menu Support Thread
that is very sad news . . . condolences to his family and friends at this time
-
Re: Footer Menu Support Thread
His loss will be felt on this forum. I have several of his add ons installed - Testimonial Manager is a personal favorite.
Condolences to Clyde's family, and to the forum.
-
Re: Footer Menu Support Thread
That's too sad! Clyde was my most favorite contributor of all times. He did so much for all of us without expecting anything in return. I grieve with his family.
-
Re: Footer Menu Support Thread
Hello.
I would like to completely delete the "Information" column in the footer and use only the 3 remaining columns.
I edited includes/languages/english/extra_definitions/apparel_boutique/footer_menu_defines.php and was able to remove most of the "Information" column, but am still left with the word "INFORMATION" in light grey text.
Does anybody know how to completely delete the "Information" column so that I am left with only 3 columns?
Thanks!
-
Re: Footer Menu Support Thread
-
Re: Footer Menu Support Thread
Since it is used in a number of picaflor-azul's templates which are current for v1.5, I expect it is ready to go.
-
Re: Footer Menu Support Thread
Is there a way to format the footer/footer menu so that it floats up under the inner content and alongside the sidebar(s)? My client wants the footer menu moved up because he is going to have a long left sidebar with lots of sideboxes. Thanks in advance!
-
Re: Footer Menu Support Thread
You would need to move the code that builds the footer menu to different files. This could likely be done in several ways; probably the simplest would be to call the footer menu file from /includes/templates/your_template/common/tpl_main_page.php.
-
Re: Footer Menu Support Thread
Where would the call to the footer menu be placed? I tried moving the call to footer.php up above the right sidebar code and just below the center column code and it placed the whole footer and footer menu up top with the welcome and product sections overlapping it. If I moved it anywhere else the footer content wouldn't display at all.
This is the site I'm working on: http://www.thecamarosuperstore.com, ZC 1.3.9h and the template is a heavily modified version of All Business by Picaflor Azul.
Thanks,
Melodie
Quote:
Originally Posted by
gjh42
You would need to move the code that builds the footer menu to different files. This could likely be done in several ways; probably the simplest would be to call the footer menu file from /includes/templates/your_template/common/tpl_main_page.php.
-
Re: Footer Menu Support Thread
I want to use the Footer Menu solely for important links, i.e. column four - but I want all four columns to accept "important links". In other words duplicate column four capabilities into columns 1,2&3 which should give me at least 20 or so external links. The links will be links to my other sites. I currently have 32 sites "live" (only one is e-commerce, most are monetized with 100 pages or less, some have 3-400 pages) and I expect to have another 30 or so up and running within a few months.
I want to have external links to these sites on my page footer - well at least say 20 or 30 - without the footer becoming a page in its own right!! On these other sites in my CMS I can get about 20 links very nicely laid out in the space of 950px (page width) x 30px (footer height).
How can I achieve a similar thing using Footer Menu or any other Footer mod for my Zen site??
All help appreciated.
cheers,
Mike
-
Re: Footer Menu Support Thread
Okay so on this site: http :// clientmybeautyaddiction . overthehillweb . com I have a Payment Policy page. The page link shows up up fine in the Information sidebox, but in the footer menu it behaves as if I am missing a language file. I am a little stumped as to why..
Here's what the third column code in the includes/languages/english/extra_definitions/MY_TEMPLATE/footer_menu_defines.php file looks like:
Code:
/*BOF Menu Column 3 link Definitions*/
Define('TITLE_THREE', '<li class="menuTitle">Customer Service</li>');
Define('SHIPPING', '<li><a href="' . zen_href_link(FILENAME_SHIPPING) . '">' . BOX_INFORMATION_SHIPPING . '</a></li>');
Define('PAYMENTPOLICY', '<li><a href="' . zen_href_link(FILENAME_PAYMENTPOLICY) . '">' . BOX_INFORMATION_PAYMENTPOLICY . '</a></li>');
Define('PRIVACY', '<li><a href="' . zen_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a></li>');
Define('CONDITIONS','<li><a href="' . zen_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a></li>');
Define('CONTACT','<li><a href="' . zen_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a></li>');
//Define('ACCOUNT', '<li><a href="' . zen_href_link(FILENAME_ACCOUNT, '', 'SSL') .'">' . HEADER_TITLE_MY_ACCOUNT . '</a></li>');
Define('ACCOUNT', '');
/*EOF Menu Column 3 link Definitions*/
Here's the code from the includes/modules/sideboxes/custom_template/information.php file:
Code:
if (DEFINE_PAYMENTPOLICY_STATUS <= 1) {
$information[] = '<a href="' . zen_href_link(FILENAME_PAYMENTPOLICY) . '">' . BOX_INFORMATION_PAYMENTPOLICY . '</a>';
}
What gives?? What did I do wrong??