Results 1 to 10 of 535

Hybrid View

  1. #1
    Join Date
    Mar 2009
    Location
    Australia
    Posts
    604
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    HI I checked my files.

    I have the about us file here:

    includes/languages/english/extra_definitions/YOUR_TEMPLATE/about_us.php

    The code is below.

    <?php

    /**

    * @package languageDefines

    * @copyright Copyright 2003-2006 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: about_us.php v1.3 $

    */



    // this is used to display the text link in the "information" or other sidebox

    define('BOX_INFORMATION_ABOUT_US', 'About Us');



    ?>

    I'd like to get this working but if not then remove the link all together.
    Last edited by Muzz; 6 May 2010 at 01:46 AM.
    That wasn't the plan!

  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 Muzz View Post
    HI I checked my files.

    I have the about us file here:

    includes/languages/english/extra_definitions/YOUR_TEMPLATE/about_us.php

    The code is below.

    <?php

    /**

    * @package languageDefines

    * @copyright Copyright 2003-2006 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: about_us.php v1.3 $

    */



    // this is used to display the text link in the "information" or other sidebox

    define('BOX_INFORMATION_ABOUT_US', 'About Us');



    ?>

    I'd like to get this working but if not then remove the link all together.
    To delete
    open includes/languages/english/extra_definitions/YOUR_TEMPLATE/footer_menu_defines.php

    find and comment out the following define statement.

    Code:
    Define('ABOUT', '<li><a href="' . zen_href_link(FILENAME_ABOUT_US) . '">' . BOX_INFORMATION_ABOUT_US . '</a></li>');
    find the following define statement and delete the highlighted portion

    Define('INFORMATION', '<dd class="second">
    <ul>' . TITLE_TWO . ABOUT . SITEMAP . GVFAQ . COUPON . UNSUBSCRIBE . '</ul></dd>');

  3. #3
    Join Date
    Mar 2009
    Location
    Australia
    Posts
    604
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Forgot to say thanks for the info..
    I think the problem is caused from a conflict. I think I installed the about us module already a while back...

    Turned off now and sorted. thanks
    That wasn't the plan!

  4. #4
    Join Date
    Jun 2009
    Posts
    617
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Hi Clyde,

    Absolutely great module! Couple of questions:

    I am currently using only 2 columns of the original 4 and I have them aligned over to the right, in the navSuppWrapper - which is a light gray area on my site. I'd like to keep the 2 columns positioned over to the right BUT also be able to put some other coding on the left side of the navSuppWrapper. It seems the way that I did simply pushes the 2 columns over to the right and STILL takes up the whole navSuppWrapper. Could you tell me how to do that via css in the stylesheet_footer_menu.css?

    So I guess said another much simple way, is, is there a way to push the Footer Menu to the right side of the navSuppWrapper and still be able to put other code on the left side of it?

    Please feel free to PM if you need a link to my site or the stylesheet_footer_menu.css - I'm not quite 'live' yet and so its down for maintenance.

    Any ideas/suggestions are greatly appreciated.
    Thank you,
    autoace

  5. #5
    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 autoace View Post
    Hi Clyde,

    Absolutely great module! Couple of questions:

    I am currently using only 2 columns of the original 4 and I have them aligned over to the right, in the navSuppWrapper - which is a light gray area on my site. I'd like to keep the 2 columns positioned over to the right BUT also be able to put some other coding on the left side of the navSuppWrapper. It seems the way that I did simply pushes the 2 columns over to the right and STILL takes up the whole navSuppWrapper. Could you tell me how to do that via css in the stylesheet_footer_menu.css?

    So I guess said another much simple way, is, is there a way to push the Footer Menu to the right side of the navSuppWrapper and still be able to put other code on the left side of it?

    Please feel free to PM if you need a link to my site or the stylesheet_footer_menu.css - I'm not quite 'live' yet and so its down for maintenance.

    Any ideas/suggestions are greatly appreciated.
    PM me the link to your site.

  6. #6
    Join Date
    Jun 2009
    Posts
    617
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    PM sent
    Thank you,
    autoace

  7. #7
    Join Date
    Jun 2009
    Posts
    617
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Hi Clyde,

    I was having some issues with what I had decided to do before with the footer area, so I decided to just revert back.

    I went back to the original 4 columns for Footer Menu. However, I forgot how I got it to 2 columns in the css file (and I didn't make a backup - like I should have). Now I've made so many changes to the css file that its just a mess (comments galore).

    I went to the downloads area to get another copy but for some reason its only downloading 3 files (IDK why). Could you post the ORIGINAL css here or just make the file available here? Thanks.
    Thank you,
    autoace

  8. #8
    Join Date
    Aug 2010
    Posts
    4
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Hello! I hope somebody can help me! I have searched this thread and have found 2 other instances of this problem but there does not appear to be a solution.

    I have version 1.3.9 and I have the About_Us mod installed which I also used to create Policies. Everything was working fine until I installed the Footer Menu (which I LOVE!!!). The link works but it does not read correctly. Instead of reading Policies it reads BOX_INFORMATION_POLICIES. Take a look http://www.zinniacottage.com/shop

    This is my footer_menu_defines.php

    <?php
    /**
    * Footer Menu Definitions
    *
    * @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 V3.0
    * @version $Id: footer_menu_deines.php 1.0 5/9/2009 Clyde Jones $
    */

    /*BOF Menu Column 1 link Definitions*/
    Define('TITLE_ONE', '<li class="menuTitle">Quick Links</li>');
    Define('HOME', '<li><a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . HEADER_TITLE_CATALOG . '</a></li>');
    Define('FEATURED','<li><a href="' . zen_href_link(FILENAME_FEATURED_PRODUCTS) . '">' . TABLE_HEADING_FEATURED_PRODUCTS . '</a></li>');
    Define('SPECIALS', '<li><a href="' . zen_href_link(FILENAME_SPECIALS) . '">' . BOX_HEADING_SPECIALS . '</a></li>');
    Define('NEWPRODUCTS', '<li><a href="' . zen_href_link(FILENAME_PRODUCTS_NEW) . '">' . BOX_HEADING_WHATS_NEW . '</a></li>');
    Define('ALLPRODUCTS', '<li><a href="' . zen_href_link(FILENAME_PRODUCTS_ALL) . '">' . CATEGORIES_BOX_HEADING_PRODUCTS_ALL . '</a></li>');
    /*EOF Menu Column 1 link Definitions*/

    /*BOF Menu Column 2 link Definitions*/
    Define('TITLE_TWO', '<li class="menuTitle">Information</li>');
    Define('ABOUT', '<li><a href="' . zen_href_link(FILENAME_ABOUT_US) . '">' . BOX_INFORMATION_ABOUT_US . '</a></li>');
    Define('SITEMAP', '<li><a href="' . zen_href_link(FILENAME_SITE_MAP) . '">' . BOX_INFORMATION_SITE_MAP . '</a></li>');
    Define('GVFAQ', '<li><a href="' . zen_href_link(FILENAME_GV_FAQ) . '">' . BOX_INFORMATION_GV . '</a></li>');
    Define('COUPON', '<li><a href="' . zen_href_link(FILENAME_DISCOUNT_COUPON) . '">' . BOX_INFORMATION_DISCOUNT_COUPONS . '</a></li>');
    Define('UNSUBSCRIBE', '<li><a href="' . zen_href_link(FILENAME_UNSUBSCRIBE) . '">' . BOX_INFORMATION_UNSUBSCRIBE . '</a></li>');
    /*EOF Menu Column 2 link Definitions*/

    /*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('POLICIES', '<li><a href="' . zen_href_link(FILENAME_POLICIES) . '">' . BOX_INFORMATION_POLICIES . '</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>');
    /*EOF Menu Column 3 link Definitions*/

    /*BOF Menu Column 4 link Definitions*/
    Define('TITLE_FOUR', '<li class="menuTitle">Important Links</li>');
    /*The actual links are determined by "footer links" set in EZ-Pages
    *EOF Menu Column 4 link Definitions
    */

    /*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 . POLICIES . PRIVACY . CONDITIONS . ACCOUNT . '</ul></dd>');
    Define('IMPORTANT', '<dd><ul>' . TITLE_FOUR);
    Define('IMPORTANT_END', '</ul></dd>');
    /*EOF Footer Menu Definitions*/

    //EOF

    This is my policies.php

    <?php
    /**
    * @package languageDefines
    * @copyright Copyright 2003-2006 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: policies.php v1.3 $
    */

    // this is used to display the text link in the "information" or other sidebox
    define('BOX_INFORMATION_POLICIES', 'Policies');

    ?>

    I have checked over and over and everything is located where it should be. As I said, all the links were fine before I installed the Footer Menu.

    Anyway, I would appreciate any help I can get with this. Please let me know if you need any further information.

    Thanks a bunch!

  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 zinnia View Post
    Hello! I hope somebody can help me! I have searched this thread and have found 2 other instances of this problem but there does not appear to be a solution.

    This is my policies.php

    <?php
    /**
    * @package languageDefines
    * @copyright Copyright 2003-2006 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: policies.php v1.3 $
    */

    // this is used to display the text link in the "information" or other sidebox
    define('BOX_INFORMATION_POLICIES', 'Policies');

    ?>

    I have checked over and over and everything is located where it should be. As I said, all the links were fine before I installed the Footer Menu.

    Anyway, I would appreciate any help I can get with this. Please let me know if you need any further information.

    Thanks a bunch!
    Where do you have the file located which contains this define statement? ( i.e. includes/languages/english/extra_definitions/YOUR_TEMPLATE/ )

 

 

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