Results 1 to 10 of 535

Hybrid View

  1. #1
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by clydejones View Post
    open the stylesheet_footer_menu.css add the following

    .first {border-left:1px dotted #000;}
    Thank you clyde that worked out great. One more question and I will leave you a lone. I know this has been asked and I have tried all of them. Copyright I want to put a little more space between the two. I can not figure this one out.
    Last edited by countrycharm; 4 Mar 2010 at 01:09 AM.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  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 countrycharm View Post
    Thank you clyde that worked out great. One more question and I will leave you a lone. I know this has been asked and I have tried all of them. Copyright I want to put a little more space between the two. I can not figure this one out.
    stylesheet.css

    find #siteinfoLegal

    add margin and padding to get the look you want.

  3. #3
    Join Date
    May 2009
    Location
    Longmont, CO
    Posts
    91
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Hello Clyde.
    Thanks for a really nice contribution.
    I too am having some minor issues with the menu. I know it is in the menu_footer.css. I suspect (#navSuppWrapper) section that is overriding that section in the main stylesheet.

    Zen 1.38a and cherry-zen template. Url= http://www.angiejolee.com/store/

    The issues are:
    1. Messes up the top main navigation a bit.
    2. Links in sideboxes (other than categories) are aligned left (normal) but centered in a narrower space forcing a wrap.

    Any suggestions would be appreciated.

  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 Drunkguy View Post
    Hello Clyde.
    Thanks for a really nice contribution.
    I too am having some minor issues with the menu. I know it is in the menu_footer.css. I suspect (#navSuppWrapper) section that is overriding that section in the main stylesheet.

    Zen 1.38a and cherry-zen template. Url= http://www.angiejolee.com/store/

    The issues are:
    1. Messes up the top main navigation a bit.
    2. Links in sideboxes (other than categories) are aligned left (normal) but centered in a narrower space forcing a wrap.

    Any suggestions would be appreciated.
    #navSuppWrapper would not affect the top main navigation since that section is styled by #navMainWrapper

    The sideboxes, likewise, would not be affected since they are styled by .sideBoxContent

    You might want to check the "cherry zen" support thread and see if anyone else has experienced these issues.

  5. #5
    Join Date
    Nov 2009
    Location
    North Bendigo, VIC, Australia
    Posts
    158
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    I have gone through the entire thread and tried all different suggestions for fixing the footer menu on my store, but I still can not get it to work correctly.

    I have the Copyright in the center of the menu.
    I tried adding the <div class="clearBoth">&nbsp;</div> to the includes/custom/templates/common/tpl_footer.php file as suggested in a previous thread but that did not help any.

    Here is my tpl_footer code:

    PHP Code:
    <?php
    /**
     * Common Template - tpl_footer.php
     *
     * this file can be copied to /templates/your_template_dir/pagename<br />
     * example: to override the privacy page<br />
     * make a directory /templates/my_template/privacy<br />
     * copy /templates/templates_defaults/common/tpl_footer.php to /templates/my_template/privacy/tpl_footer.php<br />
     * to override the global settings and turn off the footer un-comment the following line:<br />
     * <br />
     * $flag_disable_footer = true;<br />
     *
     * @package templateSystem
     * @copyright Copyright 2003-2005 Zen Cart Development Team
     * @copyright Portions Copyright 2003 osCommerce
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     * @version $Id: tpl_footer.php 4821 2006-10-23 10:54:15Z drbyte $
     */
    require(DIR_WS_MODULES zen_get_module_directory('footer.php'));
    ?>

    <?php
    if (!isset($flag_disable_footer) || !$flag_disable_footer) {
    ?>

    <div id="footer">

    <!--bof-navigation display -->
    <div id="navSuppWrapper">
    <!--BOF footer menu display-->
    <?php require($template->get_template_dir('tpl_footer_menu.php',DIR_WS_TEMPLATE$current_page_base,'common'). '/tpl_footer_menu.php');?>
    <!--EOF footer menu display-->
    </div>
    <!--eof-navigation display -->
    <br class="clearBoth" />
    <center>
    <table>
    <!--bof- site copyright display -->
    <div class="clearBoth">&nbsp;</div>
    <div id="siteinfoLegal" class="legalCopyright"><?php echo FOOTER_TEXT_BODY?></div>
    <!--eof- site copyright display -->

    <!--bof-ip address display -->
    <?php
    if (SHOW_FOOTER_IP == '1') {
    ?>
    <div id="siteinfoIP"><?php echo TEXT_YOUR_IP_ADDRESS '  ' $_SERVER['REMOTE_ADDR']; ?></div>
    <?php
    }
    ?>
    <!--eof-ip address display -->

    <!--bof-banner #5 display -->
    <?php
      
    if (SHOW_BANNERS_GROUP_SET5 != '' && $banner zen_banner_exists('dynamic'SHOW_BANNERS_GROUP_SET5)) {
        if (
    $banner->RecordCount() > 0) {
    ?>
    <div id="bannerFive" class="banners"><?php echo zen_display_banner('static'$banner); ?></div>
    <?php
        
    }
      }
    ?>
    <!--eof-banner #5 display -->

    <?php
    // flag_disable_footer
    ?>
    </div>
    footer menu style sheet

    PHP Code:
    #footer {
        
    margin0px auto;
        
    text-alignleft;
        
    backgroundurl(../images/footer_bg.gif);
        
    width900px;
        
    height:112px;
        
    clear:both;
        }
    #navSuppWrapper {
        
    margin40px 0 0 150px
        padding
    0;
        
    background:none;
        
    color#444;
        
    width:100%;
        }    
    #navSuppWrapper dl {margin: 0 auto 3px 0;padding:0;clear:both;height:79px;width:100%;}/*Adjust the height and width of the menu*/
    #navSuppWrapper dt {margin-bottom:.3em;font-weight:bold;}
    #navSuppWrapper dd {margin:0;padding:0;float:left;width:24.3%;}/*Column width of the menu - currently set for 4 columns*/
    #navSuppWrapper ul {margin:0;padding:0;list-style: none;}
    #navSuppWrapper li {margin:0;padding:0;}
    #navSuppWrapper li a:link {letter-spacing:.1em;color:#444;margin:0;padding-left:2em;padding-bottom:.3em;font-size:.9em;
    display:block;}
    #navSuppWrapper li a:visited {letter-spacing:.1em;color:#444;margin:0;padding-left:2em;padding-bottom:.3em;display:block;}
    #navSuppWrapper li a:hover {letter-spacing:.1em;color:#444;margin:0;padding-left:2em;padding-bottom:.3em;display:block;}
    #navSuppWrapper li a:active {letter-spacing:.1em;color: #444;margin:0;padding-left:2em;padding-bottom:.3em;display:block;}
    .menuTitle {margin:0;padding-bottom:.3em;text-align:center;font-size:1.1em;font-weight:bold;}
    .
    first, .second, .third {border-right:1px dotted #000;}
    #siteinfoLegal {
            
    margin:10px auto
        padding
    .5em 0 0;
        
    font-size0.9em;
        
    text-align:center;
        
    width:100%;
        
    line-height:normal;
        
    clear:both;
    }
    #siteinfoLegal a {padding: 0 0.5em 0 0.5em;color: #000;font-weight:bold;white-space: nowrap; }
    #siteinfoLegal a:hover {color: #000;background: #EAC27C;} 
    Thank-you
    Kind regards

  6. #6
    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 integrity_designs View Post
    I have gone through the entire thread and tried all different suggestions for fixing the footer menu on my store, but I still can not get it to work correctly.

    I have the Copyright in the center of the menu.
    I tried adding the <div class="clearBoth">&nbsp;</div> to the includes/custom/templates/common/tpl_footer.php file as suggested in a previous thread but that did not help any.

    Here is my tpl_footer code:

    PHP Code:
    <?php
    /**
     * Common Template - tpl_footer.php
     *
     * this file can be copied to /templates/your_template_dir/pagename<br />
     * example: to override the privacy page<br />
     * make a directory /templates/my_template/privacy<br />
     * copy /templates/templates_defaults/common/tpl_footer.php to /templates/my_template/privacy/tpl_footer.php<br />
     * to override the global settings and turn off the footer un-comment the following line:<br />
     * <br />
     * $flag_disable_footer = true;<br />
     *
     * @package templateSystem
     * @copyright Copyright 2003-2005 Zen Cart Development Team
     * @copyright Portions Copyright 2003 osCommerce
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     * @version $Id: tpl_footer.php 4821 2006-10-23 10:54:15Z drbyte $
     */
    require(DIR_WS_MODULES zen_get_module_directory('footer.php'));
    ?>

    <?php
    if (!isset($flag_disable_footer) || !$flag_disable_footer) {
    ?>

    <div id="footer">

    <!--bof-navigation display -->
    <div id="navSuppWrapper">
    <!--BOF footer menu display-->
    <?php require($template->get_template_dir('tpl_footer_menu.php',DIR_WS_TEMPLATE$current_page_base,'common'). '/tpl_footer_menu.php');?>
    <!--EOF footer menu display-->
    </div>
    <!--eof-navigation display -->
    <br class="clearBoth" />
    <center>
    <table>
    <!--bof- site copyright display -->
    <div class="clearBoth">&nbsp;</div>
    <div id="siteinfoLegal" class="legalCopyright"><?php echo FOOTER_TEXT_BODY?></div>
    <!--eof- site copyright display -->

    <!--bof-ip address display -->
    <?php
    if (SHOW_FOOTER_IP == '1') {
    ?>
    <div id="siteinfoIP"><?php echo TEXT_YOUR_IP_ADDRESS '  ' $_SERVER['REMOTE_ADDR']; ?></div>
    <?php
    }
    ?>
    <!--eof-ip address display -->

    <!--bof-banner #5 display -->
    <?php
      
    if (SHOW_BANNERS_GROUP_SET5 != '' && $banner zen_banner_exists('dynamic'SHOW_BANNERS_GROUP_SET5)) {
        if (
    $banner->RecordCount() > 0) {
    ?>
    <div id="bannerFive" class="banners"><?php echo zen_display_banner('static'$banner); ?></div>
    <?php
        
    }
      }
    ?>
    <!--eof-banner #5 display -->

    <?php
    // flag_disable_footer
    ?>
    </div>
    footer menu style sheet

    PHP Code:
    #footer {
        
    margin0px auto;
        
    text-alignleft;
        
    backgroundurl(../images/footer_bg.gif);
        
    width900px;
        
    height:112px;
        
    clear:both;
        }
    #navSuppWrapper {
        
    margin40px 0 0 150px
        padding
    0;
        
    background:none;
        
    color#444;
        
    width:100%;
        }    
    #navSuppWrapper dl {margin: 0 auto 3px 0;padding:0;clear:both;height:79px;width:100%;}/*Adjust the height and width of the menu*/
    #navSuppWrapper dt {margin-bottom:.3em;font-weight:bold;}
    #navSuppWrapper dd {margin:0;padding:0;float:left;width:24.3%;}/*Column width of the menu - currently set for 4 columns*/
    #navSuppWrapper ul {margin:0;padding:0;list-style: none;}
    #navSuppWrapper li {margin:0;padding:0;}
    #navSuppWrapper li a:link {letter-spacing:.1em;color:#444;margin:0;padding-left:2em;padding-bottom:.3em;font-size:.9em;
    display:block;}
    #navSuppWrapper li a:visited {letter-spacing:.1em;color:#444;margin:0;padding-left:2em;padding-bottom:.3em;display:block;}
    #navSuppWrapper li a:hover {letter-spacing:.1em;color:#444;margin:0;padding-left:2em;padding-bottom:.3em;display:block;}
    #navSuppWrapper li a:active {letter-spacing:.1em;color: #444;margin:0;padding-left:2em;padding-bottom:.3em;display:block;}
    .menuTitle {margin:0;padding-bottom:.3em;text-align:center;font-size:1.1em;font-weight:bold;}
    .
    first, .second, .third {border-right:1px dotted #000;}
    #siteinfoLegal {
            
    margin:10px auto
        padding
    .5em 0 0;
        
    font-size0.9em;
        
    text-align:center;
        
    width:100%;
        
    line-height:normal;
        
    clear:both;
    }
    #siteinfoLegal a {padding: 0 0.5em 0 0.5em;color: #000;font-weight:bold;white-space: nowrap; }
    #siteinfoLegal a:hover {color: #000;background: #EAC27C;} 
    Thank-you
    Kind regards
    This is the stylesheet that controls the footer menu

    stylesheet_footer_menu.css

  7. #7
    Join Date
    Nov 2009
    Location
    North Bendigo, VIC, Australia
    Posts
    158
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Thanks for the reply. I re-uploaded the stylesheet and it seems to be working fine now. Just need to work out why the zen cart is on seperate line lol.....

    Kind Regards

  8. #8
    Join Date
    Jan 2010
    Posts
    49
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    I removed the footer menu from my site and now the ezpages links in the footer are all left, i look everywhere and cant find what is causing this. take a look here: www.dealport.us

  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 dealman876 View Post
    I removed the footer menu from my site and now the ezpages links in the footer are all left, i look everywhere and cant find what is causing this. take a look here: www.dealport.us
    Make sure you have followed these guidelines for uninstalling this mod.

    UNINSTALL:

    To uninstall the contribution completely, follow these instructions.

    Manually delete 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

    Restore your backup file for the following:
    includes/templates/YOUR_TEMPLATE/common/tpl_footer.php

 

 

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