Page 33 of 54 FirstFirst ... 23313233343543 ... LastLast
Results 321 to 330 of 535
  1. #321
    Join Date
    Nov 2010
    Posts
    21
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by clydejones View Post
    Could be something to do with permissions.
    Check with your hosting provider.
    What about permissions? The css is put in the same folder as the main stylesheet, right?

    Is there something in the main stylesheet that should tell it to use your css for the special footer?

  2. #322
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by filmlover7 View Post
    What about permissions? The css is put in the same folder as the main stylesheet, right?

    Is there something in the main stylesheet that should tell it to use your css for the special footer?
    Once again, you should check with your hosting provider about the 403 error.

  3. #323
    Join Date
    Nov 2010
    Posts
    21
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    I am not getting a 403 error. just the footer menu not taking the styling. but no error is showing up.

  4. #324
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by filmlover7 View Post
    I am not getting a 403 error. just the footer menu not taking the styling. but no error is showing up.
    The footer menu css is not being read.

    If you view the source of your page(s) and click on the link for the footer menu css you will get the 403 error.

    As I said previously check with your hosting provider.

  5. #325
    Join Date
    Nov 2010
    Posts
    21
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    YEAH!!! THANK YOU CLYDE.

    I was able to simply change the Permissions and Viola! Here we go!
    Great. I didn't have to call my hosting service.



    It looks MUCH better!

    BTW, is there a reason why your css came into my css file with 600 permissions? Just so I can watch out for this in the future.

    Again thank you for your patience with a new zenman.

    Cheers,

  6. #326
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by filmlover7 View Post
    YEAH!!! THANK YOU CLYDE.

    I was able to simply change the Permissions and Viola! Here we go!
    Great. I didn't have to call my hosting service.



    It looks MUCH better!

    BTW, is there a reason why your css came into my css file with 600 permissions? Just so I can watch out for this in the future.

    Again thank you for your patience with a new zenman.

    Cheers,
    none that I can think of. I've uploaded this mod on several sites without problems

  7. #327
    Join Date
    Jul 2010
    Location
    Boston
    Posts
    139
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    For some reason I just can not change the background of the column holding the EZ pages. Where there are not EZ pages, the color of the background does not fill.

    http://www.stitchboutiqueboston.com

    TIA Tom

  8. #328
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by tcjay View Post
    For some reason I just can not change the background of the column holding the EZ pages. Where there are not EZ pages, the color of the background does not fill.

    http://www.stitchboutiqueboston.com

    TIA Tom
    one reason might be that you are overriding the background color in the following declaration:

    delete the background:none; declaration

    #navSuppWrapper {
    /* border:1px solid #ccc; */
    margin: 1px 0px 0;
    padding: 0;
    background-color:#f6e2dd;
    background:none;
    font-weight: #500;
    color: #f6e2dd;
    width: 923px;
    height: 150px;
    font-family: verdana,arial,lucida,sans-serif;
    }

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

    Default Re: Footer Menu Support Thread

    Set the background-color for #navSuppWrapper {} instead of dd {}, and adjust the height and margins as desired to get the bottom edge of the bg color where you want it.

    You can also set the width of dd{} to 24.91% to make it fill the space exactly (you might need to make it 24.9% to fit in all browsers).

    You weren't online when I started to answer, Clyde, so I thought I'd give a quick reply... didn't look at the actual stylesheet, though - Firebug can be misleading:)

  10. #330
    Join Date
    Apr 2010
    Location
    Sutton, MA
    Posts
    150
    Plugin Contributions
    0

    help question Re: Footer Menu Support Thread

    Hi there - I have a questions - I've added a new item called "RETURNS" under the Customer Service footer column - however it doesn't show up after adding it. I don't receive any errors, I can add it to the left side Information box and the link works correctly. Is there something defining only 5 items??

    Here is my code:
    /*BOF Menu Column 3 link Definitions*/
    Define('TITLE_THREE', '<li class="menuTitle">Customer Service</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>');
    Define('RETURNS', '<li><a href="' . zen_href_link(FILENAME_RETURNS, '', 'SSL') .'">' . BOX_INFORMATION_RETURNS . '</a></li>');/*EOF Menu Column 3 link Definitions*/

 

 
Page 33 of 54 FirstFirst ... 23313233343543 ... LastLast

Similar Threads

  1. v154 Flexible Footer Menu Multilingual [Support Thread]
    By rbarbour in forum All Other Contributions/Addons
    Replies: 130
    Last Post: 1 Jun 2025, 02:18 PM
  2. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 20
    Last Post: 23 Apr 2025, 08:49 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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR