Page 10 of 54 FirstFirst ... 8910111220 ... LastLast
Results 91 to 100 of 535
  1. #91
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    the perils of testing on a wamp server. people can't see what you've moofed up.
    i was hoping someone may have experienced it before. i believe (probably incorrectly) it has something to do with the tpl_footer. i can post the code and the stylesheet i am using.

    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) {
    ?>
    
    <!--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 id="footer">
    <br class="clearBoth"/>
    <!--bof-footer images display -->
    <table width="99%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td align="center" valign="middle">
          <a href="/index.php?main_page=index&amp;manufacturers_id=7"><img src="images/logo_d.jpg" alt="d" /></a></td>
        <td align="center" valign="middle"><a href="/index.php?main_page=index&amp;manufacturers_id=12"><img src="images/logo_k.jpg" alt="k" /></a></td>
        <td align="center" valign="middle">
          <a href="/index.php?main_page=index&amp;manufacturers_id=3"><img src="images/logo_s.gif" alt="s" /></a></td>
        <td align="center" valign="middle"><img src="images/u.jpg" alt="u" /></td>
        <td align="center" valign="middle"><a href="/index.php?main_page=index&amp;manufacturers_id=1">
          <img src="images/logo_r.gif" alt="r" /></a></td>
        <td align="center" valign="middle"><a href="/index.php?main_page=index&amp;manufacturers_id=17"><img src="images/logo_m.gif" alt="m" /></a></td>
        <td align="center" valign="middle"><a href="/index.php?main_page=index&amp;manufacturers_id=6"><img src="images/logo_h.gif" alt="h" width="145" height="48"  /></a></td>
      </tr>
    </table>
    <!--eof-footer images display -->
    <br class="clearBoth"/>
    </div>
    <!--eof-navigation display -->
    <!--closing divs for drop shadow -->
    </td></tr></table></div></div></div></div></div></div></div></div></div>
    <!--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 -->
    <!--bof- site copyright display -->
    <div id="siteinfoLegal" class="legalCopyright"><?php echo FOOTER_TEXT_BODY; ?></div>
    <!--eof- site copyright display -->
    <!--bof- Google analytics -->
    
    <!--eof- Google analytics-->
    <?php
    } // flag_disable_footer
    ?>
    </div>
    stylesheet_footer
    Code:
    #footer {clear:both;margin:0;}
    #navSuppWrapper dl {margin: 0 auto 3px 0;padding:0;clear:both;height:auto;width:auto;}/*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 li {margin:0;padding:0;}
    .menuTitle {margin:0;padding-bottom:.3em;text-align:center;font-size:1.1em;font-weight:bold;list-style: none;}
    .first, .second, .third {border-right:1px dotted #000;}
    #siteinfoLegal {
       margin:0 auto;
        padding: .5em 0 0;
        font-size: 0.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;}
    thanks

  2. #92
    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 gsdcypher View Post
    the perils of testing on a wamp server. people can't see what you've moofed up.
    i was hoping someone may have experienced it before. i believe (probably incorrectly) it has something to do with the tpl_footer. i can post the code and the stylesheet i am using.

    thanks
    I'm working in the dark here, but if as you say the white space is showing up after your copyright information.

    You might want to try moving your google analytics code from the tpl_footer.php and place it in tpl_main_page.php just above the closing </body> tag

  3. #93
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    hi clyde,

    thanks for the reply. unfortunately removing the ga code had no effect on the mysterious white box.

    thanks.

  4. #94
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    when i view source on the blank white box it just says

    1 | <HTML></HTML>
    thanks

  5. #95
    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 gsdcypher View Post
    when i view source on the blank white box it just says



    thanks
    If your using FF install the html validator plugin and see what warnings/errors your getting.

  6. #96
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    ff validator
    This document was successfully checked as XHTML 1.0 Transitional!

    Result: Passed
    blank, white mystery box still there...

  7. #97
    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 gsdcypher View Post
    ff validator


    blank, white mystery box still there...
    As I said; without actually seeing the site I can't really provide any useful information.

  8. #98
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    much ado about nothing....
    well it appears that the mysterious blank white box is specifically related to the wamp server as after upload it magically disappeared.

    thanks for the assist and the great module!

  9. #99
    Join Date
    Jun 2009
    Posts
    617
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by clydejones View Post
    If the above doesn't work you could also try the following:


    Define('CONDITIONS','<li><a href="' . zen_href_link(FILENAME_CONDITIONS .'#returns') . '">' . BOX_INFORMATION_CONDITIONS . '</a></li>');
    Clyde,

    Your suggestion worked, Yes!

    I just changed BOX_INFORMATION_CONDITIONS to My_Own_Words

    Thanks again!
    Thank you,
    autoace

  10. #100
    Join Date
    Jun 2009
    Posts
    617
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Please refer to following post
    Last edited by autoace; 10 Dec 2009 at 08:04 PM. Reason: messed up
    Thank you,
    autoace

 

 
Page 10 of 54 FirstFirst ... 8910111220 ... 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