Page 1 of 4 123 ... LastLast
Results 1 to 10 of 535

Hybrid View

  1. #1
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by clydejones View Post
    Make sure it is being displayed in:

    includes/templates/YOUR_TEMPLATE/common/tpl_footer_menu.php
    Thanks for the replay i have finally got it to show but it looks like this:

    * Products
    * UNDER_SINK_SYSTEMS
    * COUNTERTOP_SYSTEMS
    * REPLACEMENT_FILTERS

    Also how do it get them all to be on the same line with the dotted lines?
    Last edited by gee38l; 21 Mar 2010 at 02:18 AM. Reason: Add

  2. #2
    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 gee38l View Post
    Thanks for the replay i have finally got it to show but it looks like this:

    * Products
    * UNDER_SINK_SYSTEMS
    * COUNTERTOP_SYSTEMS
    * REPLACEMENT_FILTERS

    Also how do it get them all to be on the same line with the dotted lines?
    Have to sound like one of my old grade school teachers:

    go back and check your work

    Code:
    /*OF Menu Column 5 link Definitions*/
    Define('TITLE_FIVE', '<li class="menuTitle">Products</li>');
    Define('UNDER','<li><a href="http://www.truwater.com.au/under-sink-systems-c-11">UNDER_SINK_SYSTEMS</a></li>');
    Define('COUNTER','<li><a href="http://www.truwater.com.au/countertop-systems-c-10">COUNTERTOP_SYSTEMS</a></li>');
    Define('REPLACEMENT','<li><a href="http://www.truwater.com.au/replacement-filters-media-c-15">REPLACEMENT_FILTERS</a></li>');
    /*EOF Menu Column 5 link Definitions*/

  3. #3
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by clydejones View Post
    Have to sound like one of my old grade school teachers:

    go back and check your work
    lol sorry i figured it out thanks.

    Just trying to style the thing evenly with the same width and height can you please assist?

  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 gee38l View Post
    lol sorry i figured it out thanks.

    Just trying to style the thing evenly with the same width and height can you please assist?
    style using the stylesheet_footer_menu.css


    #navSuppWrapper dd {margin:0;padding:0;float:left;width:24.3%;}/*Column width of the menu - currently set for 4 columns*/

  5. #5
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default

    Quote Originally Posted by clydejones View Post
    style using the stylesheet_footer_menu.css


    #navSuppWrapper dd {margin:0;padding:0;float:left;width:24.3%;}/*Column width of the menu - currently set for 4 columns*/
    Thanks I managed to get the five columns to show on the same line but cant get them to align evenly
    Posted via Mobile Device

  6. #6
    Join Date
    Mar 2008
    Location
    QLD - Aussie
    Posts
    192
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Hi Clyde,

    looking forward to installing this great looking mod; thank you so much for making it available

    Probably a basic question, but how do I go about adding images (eg/ paypal, geotrust, credit card) to display under your footer menu?

    I imagine it would be the tpl_footer.php file? If so - could you please direct me as to how to add the code (eg/ image_1, and image_2) & where in the file to insert it?

    Thank you so much - your mod will really improve my site

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

    Default Re: Footer Menu Support Thread

    There any number of threads dealing with adding images to the footer and/or header throughout the fourm.

    Do a search for "Footer Image"

  8. #8
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by gee38l View Post
    Thanks I managed to get the five columns to show on the same line but cant get them to align evenly
    Posted via Mobile Device
    Hi Clyde,

    I got the five columns to show correctly.

    But for the life of me i cant increase the text width in each box individually so that the text is all in one line.

    If you have a look at www.truwater.com.au you will see the fifth column has text over two lines for one link...... Also they all dont seem even.

    Some assistance would be good.

    Thanks

  9. #9
    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 gee38l View Post
    Hi Clyde,

    I got the five columns to show correctly.

    But for the life of me i cant increase the text width in each box individually so that the text is all in one line.

    If you have a look at www.truwater.com.au you will see the fifth column has text over two lines for one link...... Also they all dont seem even.

    Some assistance would be good.

    Thanks
    open includes/templates/YOUR_TEMPLATE/css/stylesheet_footer_menu.css

    find the following declaration and make the highlighted changes:


    li a {margin:0;padding-left:1em;display:block;color:#0d87c4;white-space: nowrap;}

  10. #10
    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 1 of 4 123 ... LastLast

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