Results 1 to 10 of 535

Hybrid View

  1. #1
    Join Date
    Mar 2013
    Posts
    24
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Hi all,

    I'm in need of some assistance, although I have been learning CSS with a slight knowledge of HTML I decided to start an online shop.

    As you can see from looking at my site www.luminousglow.com.au I have done well I believe (open to critics) Though I need help as you can see from my link there is below in my footer a white area, I have looked and looked and edited so many pictures yet I cannot source this area to black it out.

    Please someone pimp my mind!

    Regards
    Michael

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Footer Menu Support Thread

    In stylesheet_footer_menu.css, you have a rule using a background image:
    Code:
    #navSuppWrapper {
        background: url("../images/footer_rb.gif") no-repeat scroll right bottom transparent;
        font-weight: normal;
        margin: 0;
        padding: 0 0 1px;
    }
    This image is black but sticks to the bottom of the container and does not fill it. It (along with three other edging backgrounds) is partially concealing a white background on another element,
    Code:
    .body-bg .bottom-wrapper {
        background: url("../images/footer_bg_left.gif") repeat-y scroll 0 0 #EEEDE5;
    }
    Delete the #EEEDE5 to let the page background show through, or change it to #000000 to make it solid black.

  3. #3
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Footer Menu Support Thread

    Where did you get this footer menu from? It has a slew of nested divs and a table, which Clyde didn't use at least in any recent years. These make it all much more complicated, and are the sort of tricks that had to be used ten-fifteen years ago to accomplish what can now be done with one or maybe two divs and a couple of stylesheet rules.

  4. #4
    Join Date
    Mar 2013
    Posts
    24
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by gjh42 View Post
    Where did you get this footer menu from? It has a slew of nested divs and a table, which Clyde didn't use at least in any recent years. These make it all much more complicated, and are the sort of tricks that had to be used ten-fifteen years ago to accomplish what can now be done with one or maybe two divs and a couple of stylesheet rules.
    http://www.pixemus.com/abagon-free-z...-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...e=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.

  5. #5
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Footer Menu Support Thread

    There is a whitish background image behind the link:

    stylesheet.css, line 562:
    Code:
    #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;
    }

  6. #6
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by LuminousGlow View Post
    http://www.pixemus.com/abagon-free-z...-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...e=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.p...Support-Thread
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  7. #7
    Join Date
    Mar 2013
    Posts
    24
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

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

  8. #8
    Join Date
    Oct 2006
    Location
    Italy
    Posts
    634
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    I'm still have this situation...Click image for larger version. 

Name:	zen_footer.jpg 
Views:	39 
Size:	18.6 KB 
ID:	13520
    I change some css information, but ez pages in column go out of border

  9. #9
    Join Date
    Mar 2013
    Posts
    24
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by gjh42 View Post
    in stylesheet_footer_menu.css, you have a rule using a background image:
    Code:
    #navsuppwrapper {
        background: url("../images/footer_rb.gif") no-repeat scroll right bottom transparent;
        font-weight: Normal;
        margin: 0;
        padding: 0 0 1px;
    }
    this image is black but sticks to the bottom of the container and does not fill it. It (along with three other edging backgrounds) is partially concealing a white background on another element,
    Code:
    .body-bg .bottom-wrapper {
        background: Url("../images/footer_bg_left.gif") repeat-y scroll 0 0 #eeede5;
    }
    delete the #eeede5 to let the page background show through, or change it to #000000 to make it solid black.


    awesome work thank you so much!!

 

 

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 22
    Last Post: 26 Jan 2026, 06:47 AM
  2. v154 Flexible Footer Menu Multilingual [Support Thread]
    By rbarbour in forum All Other Contributions/Addons
    Replies: 131
    Last Post: 29 Jun 2025, 03:06 AM
  3. Category Tab Simple Dropdown Menu 1.3.9 Support Thread
    By dbltoe in forum All Other Contributions/Addons
    Replies: 46
    Last Post: 30 Mar 2024, 06:12 PM
  4. adding links to top menu and footer menu
    By satrina in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 7 Nov 2012, 10:17 PM
  5. Easy way to edit header/top menu, footer menu, and sidebar menu?
    By templar2 in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 30 Jun 2009, 11:14 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg