Results 1 to 10 of 535

Hybrid View

  1. #1
    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 jfreeman View Post
    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*/
    You also need to add the definition to the last section

    /*BOF Footer Menu Definitions*/
    Define('QUICKLINKS', '<dd class="first">
    <ul>' . TITLE_ONE . HOME . FEATURED . SPECIALS . NEWPRODUCTS . ALLPRODUCTS . '</ul></dd>');
    Define('INFORMATION', '<dd class="second">
    <ul>' . TITLE_TWO . ABOUT . SITEMAP . GVFAQ . COUPON . UNSUBSCRIBE . '</ul></dd>');
    Define('CUSTOMER_SERVICE', '<dd class="third">
    <ul>' . TITLE_THREE . CONTACT . SHIPPING . PRIVACY . CONDITIONS . ACCOUNT . RETURNS . '</ul></dd>');
    Define('IMPORTANT', '<dd><ul>' . TITLE_FOUR);
    Define('IMPORTANT_END', '</ul></dd>');
    /*EOF Footer Menu Definitions*/

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

    Default Re: Footer Menu Support Thread

    Thank you so much - I've been trying to find the solution for three days now. Jeff

  3. #3
    Join Date
    May 2010
    Posts
    222
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Clyde, sorry to bug you again, but I would appreciate it if you could please answer two questions for me:

    1. How can I remove the space circled in red in this screenshot?

    2. Is there any way to make the lines circled in red in this screenshot independent of amount of links next to them? As you can see, the more links that are to the left of the lines, the longer they are. I want to make all of the lines one size, regardless of how many links are to the left of them.

    I am testing a dummy site at "queen charlotte soaps .com /test" (without the quotations and spaces).

  4. #4
    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 mretzloff View Post
    Clyde, sorry to bug you again, but I would appreciate it if you could please answer two questions for me:

    1. How can I remove the space circled in red in this screenshot?

    2. Is there any way to make the lines circled in red in this screenshot independent of amount of links next to them? As you can see, the more links that are to the left of the lines, the longer they are. I want to make all of the lines one size, regardless of how many links are to the left of them.

    I am testing a dummy site at "queen charlotte soaps .com /test" (without the quotations and spaces).
    1. no - it is showing the background color of the mainWrapper declaration in your stylesheet.css

    2. I'd have to do some experimenting to see if its possible.

  5. #5
    Join Date
    May 2010
    Posts
    222
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by clydejones View Post
    2. I'd have to do some experimenting to see if its possible.
    If there was a way, that would be great. Thank you for the hard work.

  6. #6
    Join Date
    May 2010
    Posts
    222
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Clyde, just to get back about the earlier post, that area I circled in red was able to be removed by removing the patting from margin-bottom from #footer in the stylesheet_footer_menu.css file. I just figured I would mention that to help anyone else who may want to change that.

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

    Default Re: Footer Menu Support Thread

    You can hard-code the list height by adding to your stylesheet_footer_menu

    #navSuppWrapper ul {height:10.0em;}

    This will need to be adjusted to fit the number of links in the tallest column.

  8. #8

    Default Re: Footer Menu Support Thread

    I have finally figured out my footer and thought I had it perfect but it's not lol. http://www.frompropertorocker.com

    It looks great (at least on my end) in Firefox and IE. Chrome it looks horrible. lol

    How do I fix it so it shows up better in Chrome without it making it look horrible in the other two?

    Thanks in advance!

  9. #9
    Join Date
    May 2010
    Posts
    222
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by gjh42 View Post
    You can hard-code the list height by adding to your stylesheet_footer_menu

    #navSuppWrapper ul {height:10.0em;}

    This will need to be adjusted to fit the number of links in the tallest column.
    Perfect!

    Thank you for the help.

 

 

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