Zen Cart Logo
Forums / All Other Contributions/Addons / Footer Menu Support Thread

Footer Menu Support Thread

Views: 81,571

Results 521 to 535 of 535
23 Mar 2013, 4:56 PM
#521
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Footer Menu Support Thread

There is a whitish background image behind the link:

stylesheet.css, line 562:```
#navBreadCrumb a {
background: url("../images/breadcrumbs_bg.gif") repeat scroll right 0 transparent;
color: #767676;
margin-right: 4px;
padding: 2px 11px 2px 5px;
text-decoration: none;
}

23 Mar 2013, 5:02 PM
#522
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Footer Menu Support Thread

LuminousGlow:

http://www.pixemus.com/abagon-free-zen-cart-template.html ?? I'm new to all this so to be honest I wouldn't know what's easy to what's hard.

Wondering if you can help me out with one more thing please?

On my http://www.luminousglow.com.au/index.php?main_page=products_new you can see that the home link image is white? I have attempted to alter this image yet nothing.. is it an image or a code.. its hard to see but there is a blue arrow associated in the white field.

You should probably post additional questions not related to this footer menu in the support thread for your template: http://www.zen-cart.com/showthread.php?199103-aBagon-Template-Support-Thread

23 Mar 2013, 11:49 PM
#523
luminousglow avatar

luminousglow

New Zenner

Join Date:
Mar 2013
Posts:
24
Plugin Contributions:
0

Re: Footer Menu Support Thread

Thank you again so much! life saver! and Diva thank you also.

13 Dec 2013, 3:11 PM
#524
100asa avatar

100asa

Totally Zenned

Join Date:
Oct 2006
Location:
Italy
Posts:
636
Plugin Contributions:
0

Re: Footer Menu Support Thread

I'm still have this situation...Attachment 13520
I change some css information, but ez pages in column go out of border

13 Dec 2013, 8:03 PM
#525
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Footer Menu Support Thread

You would need to increase the height of one or more elements to accommodate the list. Seeing the site live will let us advise you what to change and how.

13 Dec 2013, 8:14 PM
#526
100asa avatar

100asa

Totally Zenned

Join Date:
Oct 2006
Location:
Italy
Posts:
636
Plugin Contributions:
0

Re: Footer Menu Support Thread

gjh42:

You would need to increase the height of one or more elements to accommodate the list. Seeing the site live will let us advise you what to change and how.
Thank you so much
https://www.100asa.it
ps: adjust css to have backgroud color orange on hover mouse

13 Dec 2013, 9:16 PM
#527
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Footer Menu Support Thread

Find in stylesheet_footer_menu.css and change 112 to 142:```
#footer{margin:0 auto;text-align:left;background:url(../images/footer_bg.gif);width:960px;height:112142px;clear:both;}


In ```
#navSuppWrapper li a:hover{letter-spacing:.1em;color:#444;margin:0;padding-left:2em;padding-bottom:.3em;display:block;background: orange;}
``` add background: orange; Adjust color to taste.
13 Dec 2013, 9:40 PM
#528
100asa avatar

100asa

Totally Zenned

Join Date:
Oct 2006
Location:
Italy
Posts:
636
Plugin Contributions:
0

Re: Footer Menu Support Thread

gjh42:

Find in stylesheet_footer_menu.css and change 112 to 142:```
#footer{margin:0 auto;text-align:left;background:url(../images/footer_bg.gif);width:960px;height:112142px;clear:both;}

> 
> In ```
#navSuppWrapper li a:hover{letter-spacing:.1em;color:#444;margin:0;padding-left:2em;padding-bottom:.3em;display:block;background: orange;}
``` add background: orange; Adjust color to taste.

There is no better community than zencart forum!
Thank you so much!
14 Dec 2013, 11:46 AM
#529
100asa avatar

100asa

Totally Zenned

Join Date:
Oct 2006
Location:
Italy
Posts:
636
Plugin Contributions:
0

Re: Footer Menu Support Thread

I'm trying to add more links, but don't works.
Define('RMA', '<li><a href="http://www.100asa.it/returns.html"</a></li>');
is it right?

20 Jan 2014, 2:53 AM
#530
traytray avatar

traytray

Totally Zenned

Join Date:
May 2012
Posts:
566
Plugin Contributions:
0

Re: Footer Menu Support Thread

How can I lessen the amount of white space under the horizontal rule image in the bottom of the footer?

http://www.designerperfumesnob.com/womens-perfume

20 Jan 2014, 2:58 AM
#531
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Footer Menu Support Thread

You appear to have a large margin on your stylesheet for:

#siteinfoLegal {
    padding: 0.5em 0px 20px;
    font-size: 0.9em;
    text-align: center;
    width: 100%;
    line-height: normal;
    clear: both;
    color: rgb(68, 68, 68);
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
[B]    margin-bottom: 30px;
[/B]}
20 Jan 2014, 3:06 AM
#532
traytray avatar

traytray

Totally Zenned

Join Date:
May 2012
Posts:
566
Plugin Contributions:
0

Re: Footer Menu Support Thread

Ajeh:

You appear to have a large margin on your stylesheet for:

#siteinfoLegal {
padding: 0.5em 0px 20px;
font-size: 0.9em;
text-align: center;
width: 100%;
line-height: normal;
clear: both;
color: rgb(68, 68, 68);
background: none repeat scroll 0% 0% rgb(255, 255, 255);
[B] margin-bottom: 30px;
[/B]}


Thanks for the rapid reply! All of the code was done by another and I was told the extra white space could not be adjusted down, but it bugged me enough to give a shout out to the forum. Are you suggesting I just edit the margin bottom number?
20 Jan 2014, 3:50 AM
#533
traytray avatar

traytray

Totally Zenned

Join Date:
May 2012
Posts:
566
Plugin Contributions:
0

Re: Footer Menu Support Thread

I changed the padding and that did it. Thanks! I had no idea what file to look in.

20 Jan 2014, 8:08 AM
#534
design75 avatar

design75

Totally Zenned

Join Date:
Dec 2009
Location:
Amersfoort, The Netherlands
Posts:
2,862
Plugin Contributions:
5

Re: Footer Menu Support Thread

  • deleted -
20 Jan 2014, 2:19 PM
#535
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Footer Menu Support Thread

Thanks for the update that this was able to fix the problem ... :smile: