Page 31 of 54 FirstFirst ... 21293031323341 ... LastLast
Results 301 to 310 of 535
  1. #301
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by clydejones View Post
    Just replace the tpl_footer.php file that comes with the cold steel template

    with the

    tpl_footer.php file from the footer menu mod.
    Thanks Clyde, obviously no merging necessary.

  2. #302
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by frank18 View Post
    Thanks Clyde, obviously no merging necessary.
    Yes, the address block needed merging - all fixed though

    Installed this mod in a cold_steel template. Footer looks fine.

    When viewing some of the EZ-pages the TOC listing now shows CURRENT_PAGE_INDICATOR respectively NOT_CURRENT_PAGE_INDICATOR on a separate line with the corresponding link.

    Example here.

    I have played with #navEZPagesTOC in stylesheet.css to fix this but to no avail.

    Any ideas please?

    Thanks

  3. #303
    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 frank18 View Post
    When viewing some of the EZ-pages the TOC listing now shows CURRENT_PAGE_INDICATOR respectively NOT_CURRENT_PAGE_INDICATOR on a separate line with the corresponding link.

    Example here.

    I have played with #navEZPagesTOC in stylesheet.css to fix this but to no avail.

    Any ideas please?

    Thanks
    This is not a Footer Menu issue.

    It appears that you may need to change the width of the TOC box.

  4. #304
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by clydejones View Post
    This is not a Footer Menu issue.

    It appears that you may need to change the width of the TOC box.
    After commenting out this line

    li a {margin:0;padding-left:2em;display:block;}

    in stylesheet_footer_menu.css the TOC displays perfectly. However, it messes up the footer menu (understandable...). This makes me think that there may be some conflict btw the 2 stylesheets.

    Adjusted the width of the TOC box in some variants to no avail.

    The TOC displayed perfectly before installing the footer menu
    Last edited by frank18; 24 Nov 2010 at 10:19 PM.

  5. #305
    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 frank18 View Post
    After commenting out this line

    li a {margin:0;padding-left:2em;display:block;}

    in stylesheet_footer_menu.css the TOC displays perfectly. However, it messes up the footer menu (understandable...). This makes me think that there may be some conflict btw the 2 stylesheets.

    Adjusted the width of the TOC box in some variants to no avail.

    The TOC displayed perfectly before installing the footer menu
    add the following to the bottom of stylesheet.css

    #navEZPagesTOC ul li a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    display:inline;
    }

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

    Default Re: Footer Menu Support Thread

    Many of the rules in the footer menu stylesheet are so generic that they apply to the entire site, and can mess up completely unrelated elements.

    ul {margin:0;padding:0;list-style: none;}
    li {margin:0;padding:0; }
    li a {color:663300;margin:0;padding-left:2em;display:block;}
    li a:hover {background:#f6e2dd;}

    should be more like

    #navSuppWrapper ul {margin:0;padding:0;list-style: none;}
    #navSuppWrapper li {margin:0;padding:0; }
    #navSuppWrapper li a {color:663300;margin:0;padding-left:2em;display:block;}
    #navSuppWrapper li a:hover {background:#f6e2dd;}

  7. #307
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by clydejones View Post
    add the following to the bottom of stylesheet.css

    #navEZPagesTOC ul li a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    display:inline;
    }
    Thanks Clyde, will do tonight after work. Thanks to you Glenn, taken on board.

  8. #308
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: Footer Menu Support Thread

    Ok - in the standard Cold Steel stylesheet.css I added

    display:inline;

    to

    #navEZPagesTOC ul li

    and to

    #navEZPagesTOC ul li a

    That fixed the line issue without affecting the footer menu.

    Then in #navEZPagesTOC ul changed

    line-height: 0.5em;

    to

    line-height: 1.5em;

    All good now - thanks Clyde.


    I guess Glenn's advice in post #306 should be incorporated into the stylesheet_footer_menu.css for future releases.

    My stylesheet_footer_menu.css now reads in the appropriate places:


    #navSuppWrapper ul {
    margin:0;padding:0;list-style: none;
    }
    #navSuppWrapper li {
    margin:0;padding:0;
    }
    #navSuppWrapper li a {
    margin:0;
    padding-left:2em;
    display:block;
    }
    #navSuppWrapper li a:hover {
    background:#FFBD3B;
    }


    Thanks again folks - great help.

  9. #309
    Join Date
    Nov 2010
    Posts
    21
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Hello! The concept looks awesome. I have installed your Footer Menu in the basic template that comes with Z C.

    Two things:
    1. I do get the footer Menu section, but the links are all in ONE long column.

    2. This is my ignorance... but... How do I customize the LINKS?
    I actually want this Cart to be able to link back to my main site and I thought it would be cool to have the Footer Links relate to pages on my main site.

    How can I fix the One Column problem
    and
    How can I change the Links?
    Thank you.

  10. #310
    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
    Hello! The concept looks awesome. I have installed your Footer Menu in the basic template that comes with Z C.

    Two things:
    1. I do get the footer Menu section, but the links are all in ONE long column.

    2. This is my ignorance... but... How do I customize the LINKS?
    I actually want this Cart to be able to link back to my main site and I thought it would be cool to have the Footer Links relate to pages on my main site.

    How can I fix the One Column problem
    and
    How can I change the Links?
    Thank you.
    Make sure you have installed ALL of the following files:

    includes/languages/english/extra_definitions/YOUR_TEMPLATE/footer_menu_defines.php
    includes/templates/YOUR_TEMPLATE/css/stylesheet_footer_menu.css
    includes/templates/YOUR_TEMPLATE/common/tpl_footer_menu.php
    includes/templates/YOUR_TEMPLATE/templates/tpl_ezpages_footer_menu.php

    Make sure you rename the YOUR_TEMPLATE folder(s) to match the name of the template you are using.

    you can change the links by editing footer_menu_defines.php

 

 
Page 31 of 54 FirstFirst ... 21293031323341 ... 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