Zen Cart Logo
Forums / All Other Contributions/Addons / Footer Menu Support Thread

Footer Menu Support Thread

Views: 81,578

Results 61 to 80 of 535
5 Oct 2009, 5:05 PM
#61
autoace avatar

autoace

Totally Zenned

Join Date:
Jun 2009
Posts:
618
Plugin Contributions:
0

Footer Menu Support Thread

Clyde, great contribution. I have been customizing it a bit and am trying to figure out the stylesheet. I want to add some custom styling to it and have been trying to figure out what controls what on the styleshee that you included.

Could you explain the dt dl dd and how to control the styling of the links please? Thank you

5 Oct 2009, 6:40 PM
#62
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Footer Menu Support Thread

autoace:

Clyde, great contribution. I have been customizing it a bit and am trying to figure out the stylesheet. I want to add some custom styling to it and have been trying to figure out what controls what on the styleshee that you included.

Could you explain the dt dl dd and how to control the styling of the links please? Thank you

There are three types of lists that can be used in your (html)

unordered lists <ul> <li></li> </ul>

ordered lists <ol> <li></li> </ol>

definition lists <dl> <dd></dd> </dl>

Footer menu uses a combination of a definition list and unordered list for the menu display.

the <dl> </dl> tags make up the area (height and width) where the actual menu elements are displayed.

The <dd> </dd> tags control the width of each column within the menu display.

The actual links are contained within <ul> <li> </li> </ul> tags

So to style the links check the stylesheet for:

li a:link
li a:visited
li a:hover
li a:active

to style the menu titles check the stylesheet for:
.menuTitle

5 Oct 2009, 6:42 PM
#63
autoace avatar

autoace

Totally Zenned

Join Date:
Jun 2009
Posts:
618
Plugin Contributions:
0

Re: Footer Menu Support Thread

autoace:

Clyde, great contribution. I have been customizing it a bit and am trying to figure out the stylesheet. I want to add some custom styling to it and have been trying to figure out what controls what on the styleshee that you included.

Could you explain the dt dl dd and how to control the styling of the links please? Thank you

Clyde, I am trying to center the lists and the column headings, how might I do that? Thank you.

5 Oct 2009, 6:44 PM
#64
autoace avatar

autoace

Totally Zenned

Join Date:
Jun 2009
Posts:
618
Plugin Contributions:
0

Re: Footer Menu Support Thread

clydejones:

There are three types of lists that can be used in your (html)

unordered lists <ul> <li></li> </ul>

ordered lists <ol> <li></li> </ol>

definition lists <dl> <dd></dd> </dl>

Footer menu uses a combination of a definition list and unordered list for the menu display.

the <dl> </dl> tags make up the area (height and width) where the actual menu elements are displayed.

The <dd> </dd> tags control the width of each column within the menu display.

The actual links are contained within <ul> <li> </li> </ul> tags

So to style the links check the stylesheet for:

li a:link
li a:visited
li a:hover
li a:active

to style the menu titles check the stylesheet for:
.menuTitle

Clyde, thank you. I hadn't refreshed my screen and didn't see your previous reply. Again thank you - helps alot.

6 Oct 2009, 11:45 AM
#65
shaqadamus avatar

shaqadamus

New Zenner

Join Date:
Feb 2009
Posts:
8
Plugin Contributions:
0

Re: Footer Menu Support Thread

Thanks for the mod. In my footer menu all the information are displayed in one column not in 4. All Columns have their headings.
What can I change? Thanks.

6 Oct 2009, 2:50 PM
#66
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Footer Menu Support Thread

shaqadamus:

Thanks for the mod. In my footer menu all the information are displayed in one column not in 4. All Columns have their headings.
What can I change? Thanks.

A link tro your web site would be useful.

6 Oct 2009, 10:13 PM
#68
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Footer Menu Support Thread

shaqadamus:

Ok. Here it is http://www.semaphoreit.com.au/shop/

Thanks

The stylesheets for your site appear to be corrupted.

You might want to upload them again.

6 Oct 2009, 11:21 PM
#69
shaqadamus avatar

shaqadamus

New Zenner

Join Date:
Feb 2009
Posts:
8
Plugin Contributions:
0

Re: Footer Menu Support Thread

yes you are right. I reinstalled all the stylesheet but still not fixed then I tried this on a different site and it worked.
Thank you for your help.

7 Oct 2009, 3:23 AM
#70
kaddie avatar

kaddie

New Zenner

Join Date:
Feb 2009
Location:
In the Woods of Texas
Posts:
63
Plugin Contributions:
0

Re: Footer Menu Support Thread

The footer menu positions correctly in FF3 but not IE8. Can someone tell me how to fix my issue?

progroom dot com/shop

Kaddie

7 Oct 2009, 4:20 AM
#71
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Footer Menu Support Thread

kaddie:

The footer menu positions correctly in FF3 but not IE8. Can someone tell me how to fix my issue?

progroom dot com/shop

Kaddie

Try the fix posted here

7 Oct 2009, 2:52 PM
#72
kaddie avatar

kaddie

New Zenner

Join Date:
Feb 2009
Location:
In the Woods of Texas
Posts:
63
Plugin Contributions:
0

Re: Footer Menu Support Thread

I downloaded the fix, but it made a mess of things. However, I did look over the fix and edited my original css page and now I'm okay with the looks of the menu in IE and FF.

Thanks for your help Clyde. I appreciate your time.

Have a great day,

Kaddie

7 Oct 2009, 3:37 PM
#73
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Footer Menu Support Thread

kaddie:

I downloaded the fix, but it made a mess of things. However, I did look over the fix and edited my original css page and now I'm okay with the looks of the menu in IE and FF.

Thanks for your help Clyde. I appreciate your time.

Have a great day,

Kaddie

Glad you got it sorted

8 Oct 2009, 2:17 PM
#74
autoace avatar

autoace

Totally Zenned

Join Date:
Jun 2009
Posts:
618
Plugin Contributions:
0

Re: Footer Menu Support Thread

Hi Clyde:

I am wandering if there is a way to incorporate this into the links for footer_menu_defines.php? I modified my footer_menu_defines.php to be all EZPages (per post 24 code) and am trying to figure out the correct code for this.

I am trying to consolidate my policies into just one page and would like to give the ability for my customers to simply click on a link at the top of my 'policy' page and be able to go to the particular policy content that they are looking for.

Thank you.

8 Oct 2009, 2:34 PM
#75
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Footer Menu Support Thread

autoace:

Hi Clyde:

I am wandering if there is a way to incorporate this into the links for footer_menu_defines.php? I modified my footer_menu_defines.php to be all EZPages (per post 24 code) and am trying to figure out the correct code for this.

I am trying to consolidate my policies into just one page and would like to give the ability for my customers to simply click on a link at the top of my 'policy' page and be able to go to the particular policy content that they are looking for.

Thank you.

This is not directly related to this topic, but yes it is possible to implement such a configuration.

8 Oct 2009, 3:31 PM
#76
autoace avatar

autoace

Totally Zenned

Join Date:
Jun 2009
Posts:
618
Plugin Contributions:
0

Re: Footer Menu Support Thread

clydejones:

This is not directly related to this topic, but yes it is possible to implement such a configuration.

Ok, thanks Clyde. Good to know!

2 Nov 2009, 3:11 AM
#77
jeskremer avatar

jeskremer

New Zenner

Join Date:
Nov 2008
Posts:
69
Plugin Contributions:
0

Re: Footer Menu Support Thread

When I added the footer_menu_defines.php to the site, my screen goes blank. I have checked for extra spaces at the end of the code, but there are none.

Any ideas?

2 Nov 2009, 4:15 AM
#78
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Footer Menu Support Thread

jeskremer:

When I added the footer_menu_defines.php to the site, my screen goes blank. I have checked for extra spaces at the end of the code, but there are none.

Any ideas?

did you make any edits to the file?

2 Nov 2009, 10:21 AM
#79
jeskremer avatar

jeskremer

New Zenner

Join Date:
Nov 2008
Posts:
69
Plugin Contributions:
0

Re: Footer Menu Support Thread

Not at all. Just attempting to install a new module.

2 Nov 2009, 10:24 AM
#80
jeskremer avatar

jeskremer

New Zenner

Join Date:
Nov 2008
Posts:
69
Plugin Contributions:
0

Re: Footer Menu Support Thread

It looks like this:

<?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="../../../../../../../../../Desktop/footer_menu_v1-0/includes/languages/english/extra_definitions/YOUR_TEMPLATE/'%20.%20HTTP_SERVER%20.%20DIR_WS_CATALOG%20.%20'">' . HEADER_TITLE_CATALOG . '</a></li>'); Define('FEATURED','<li><a href="../../../../../../../../../Desktop/footer_menu_v1-0/includes/languages/english/extra_definitions/YOUR_TEMPLATE/'%20.%20zen_href_link(FILENAME_FEATURED_PRODUCTS)%20.%20'">' . TABLE_HEADING_FEATURED_PRODUCTS . '</a></li>'); Define('SPECIALS', '<li><a href="../../../../../../../../../Desktop/footer_menu_v1-0/includes/languages/english/extra_definitions/YOUR_TEMPLATE/'%20.%20zen_href_link(FILENAME_SPECIALS)%20.%20'">' . BOX_HEADING_SPECIALS . '</a></li>'); Define('NEWPRODUCTS', '<li><a href="../../../../../../../../../Desktop/footer_menu_v1-0/includes/languages/english/extra_definitions/YOUR_TEMPLATE/'%20.%20zen_href_link(FILENAME_PRODUCTS_NEW)%20.%20'">' . BOX_HEADING_WHATS_NEW . '</a></li>'); Define('ALLPRODUCTS', '<li><a href="../../../../../../../../../Desktop/footer_menu_v1-0/includes/languages/english/extra_definitions/YOUR_TEMPLATE/'%20.%20zen_href_link(FILENAME_PRODUCTS_ALL)%20.%20'">' .CATEGORIES_BOX_HEADING_PRODUCTS_ALL . '</a></li>'); /*EOF Menu Column 1 link Definitions*/ /*OF Menu Column 2 link Definitions*/ Define('TITLE_TWO', '<li class="menuTitle">Information</li>'); Define('ABOUT', '<li><a href="../../../../../../../../../Desktop/footer_menu_v1-0/includes/languages/english/extra_definitions/YOUR_TEMPLATE/'%20.%20zen_href_link(FILENAME_ABOUT_US)%20.%20'">' . BOX_INFORMATION_ABOUT_US . '</a></li>'); Define('SITEMAP', '<li><a href="../../../../../../../../../Desktop/footer_menu_v1-0/includes/languages/english/extra_definitions/YOUR_TEMPLATE/'%20.%20zen_href_link(FILENAME_SITE_MAP)%20.%20'">' . BOX_INFORMATION_SITE_MAP . '</a></li>'); Define('GVFAQ', '<li><a href="../../../../../../../../../Desktop/footer_menu_v1-0/includes/languages/english/extra_definitions/YOUR_TEMPLATE/'%20.%20zen_href_link(FILENAME_GV_FAQ)%20.%20'">' . BOX_INFORMATION_GV . '</a></li>'); Define('COUPON', '<li><a href="../../../../../../../../../Desktop/footer_menu_v1-0/includes/languages/english/extra_definitions/YOUR_TEMPLATE/'%20.%20zen_href_link(FILENAME_DISCOUNT_COUPON)%20.%20'">' . BOX_INFORMATION_DISCOUNT_COUPONS . '</a></li>'); Define('UNSUBSCRIBE', '<li><a href="../../../../../../../../../Desktop/footer_menu_v1-0/includes/languages/english/extra_definitions/YOUR_TEMPLATE/'%20.%20zen_href_link(FILENAME_UNSUBSCRIBE)%20.%20'">' . 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="../../../../../../../../../Desktop/footer_menu_v1-0/includes/languages/english/extra_definitions/YOUR_TEMPLATE/'%20.%20zen_href_link(FILENAME_CONTACT_US)%20.%20'">' . BOX_INFORMATION_CONTACT . '</a></li>'); Define('SHIPPING', '<li><a href="../../../../../../../../../Desktop/footer_menu_v1-0/includes/languages/english/extra_definitions/YOUR_TEMPLATE/'%20.%20zen_href_link(FILENAME_SHIPPING)%20.%20'">' . BOX_INFORMATION_SHIPPING . '</a></li>'); Define('PRIVACY', '<li><a href="../../../../../../../../../Desktop/footer_menu_v1-0/includes/languages/english/extra_definitions/YOUR_TEMPLATE/'%20.%20zen_href_link(FILENAME_PRIVACY)%20.%20'">' . BOX_INFORMATION_PRIVACY . '</a></li>'); Define('CONDITIONS','<li><a href="../../../../../../../../../Desktop/footer_menu_v1-0/includes/languages/english/extra_definitions/YOUR_TEMPLATE/'%20.%20zen_href_link(FILENAME_CONDITIONS)%20.%20'">' . BOX_INFORMATION_CONDITIONS . '</a></li>'); Define('ACCOUNT', '<li><a href="../../../../../../../../../Desktop/footer_menu_v1-0/includes/languages/english/extra_definitions/YOUR_TEMPLATE/'%20.%20zen_href_link(FILENAME_ACCOUNT,%20'',%20'SSL')%20.'">' . 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 . SHIPPING . PRIVACY . CONDITIONS . ACCOUNT . '</ul></dd>'); Define('IMPORTANT', '<dd><ul>' . TITLE_FOUR); Define('IMPORTANT_END', '</ul></dd>'); /*EOF Footer Menu Definitions*/ //EOF