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

Footer Menu Support Thread

Views: 81,573

Results 201 to 220 of 535
13 Apr 2010, 3:22 AM
#201
clydejones avatar

clydejones

Deceased

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

Footer Menu Support Thread

Muzz:

Hi Clyde Jones,

I tried adding the line of code as suggested:

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

where suggested in the file but no luck.

I also assumed you meant inside my template folder.

includes/languages/english/extra_definitions/MY_TEMPLATE/footer_menu_defines.php

Unfortunately, no go :(

do you have a link to your site?

the fact that you are seeing this BOX_INFORMATION_ABOUT_US generally means that either you are missing a language file that contains that define statement.

But if as you indicated you have the about us definition file located in the extra_definitions folder and have added the define statement to the footer menu definitions then I'm not sure where the problem might lie.

13 Apr 2010, 4:10 AM
#202
muzz avatar

muzz

Totally Zenned

Join Date:
Mar 2009
Location:
Australia
Posts:
604
Plugin Contributions:
0

Re: Footer Menu Support Thread

I'm using WAMP rebuilding the site locally so unfortunately I have no link to my site.

I guess I will leave it for now and when I upload the site in a few days I could PM you?

25 Apr 2010, 3:25 AM
#203
dealman876 avatar

dealman876

New Zenner

Join Date:
Jan 2010
Posts:
49
Plugin Contributions:
0

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: https://www.dealport.us

27 Apr 2010, 3:04 PM
#204
clydejones avatar

clydejones

Deceased

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

Re: Footer Menu Support Thread

dealman876:

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: https://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

29 Apr 2010, 9:36 PM
#205
dealman876 avatar

dealman876

New Zenner

Join Date:
Jan 2010
Posts:
49
Plugin Contributions:
0

Re: Footer Menu Support Thread

clydejones:

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

i followed the instructions in the file, even when i changed the template the problem exists.

29 Apr 2010, 10:02 PM
#206
clydejones avatar

clydejones

Deceased

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

Re: Footer Menu Support Thread

dealman876:

i followed the instructions in the file, even when i changed the template the problem exists.

try copying

includes/templates/template_default/common/tpl_footer.php

TO

includes/templates/YOUR_TEMPLATE/common/tpl_footer.php

30 Apr 2010, 5:09 AM
#207
dealman876 avatar

dealman876

New Zenner

Join Date:
Jan 2010
Posts:
49
Plugin Contributions:
0

Re: Footer Menu Support Thread

clydejones:

try copying

includes/templates/template_default/common/tpl_footer.php

TO

includes/templates/YOUR_TEMPLATE/common/tpl_footer.php

Thanks but that didn't help, i dont think it is the template!

30 Apr 2010, 1:45 PM
#208
clydejones avatar

clydejones

Deceased

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

Re: Footer Menu Support Thread

dealman876:

Thanks but that didn't help, i dont think it is the template!

Try changing the following in your stylesheet.css as indicated:

.footer-links li {
font: normal 11px verdana;
float: center;
margin: 3 2px 0 14px;
}

TO

.footer-links li {
display:inline;
font: normal 11px verdana;
text-align:center;
margin: 3 2px 0 14px;
}

3 May 2010, 10:59 AM
#209
gee38l avatar

gee38l

Zen Follower

Join Date:
Jul 2008
Posts:
362
Plugin Contributions:
0

Re: Footer Menu Support Thread

gee38l:

Thanks I managed to get the five columns to show on the same line but cant get them to align evenly
Posted via Mobile Device

Hi Clyde,

I got the five columns to show correctly.

But for the life of me i cant increase the text width in each box individually so that the text is all in one line.

If you have a look at https://www.truwater.com.au you will see the fifth column has text over two lines for one link...... Also they all dont seem even.

Some assistance would be good.

Thanks

3 May 2010, 4:26 PM
#210
clydejones avatar

clydejones

Deceased

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

Re: Footer Menu Support Thread

gee38l:

Hi Clyde,

I got the five columns to show correctly.

But for the life of me i cant increase the text width in each box individually so that the text is all in one line.

If you have a look at https://www.truwater.com.au you will see the fifth column has text over two lines for one link...... Also they all dont seem even.

Some assistance would be good.

Thanks

open includes/templates/YOUR_TEMPLATE/css/stylesheet_footer_menu.css

find the following declaration and make the highlighted changes:

li a {margin:0;padding-left:1em;display:block;color:#0d87c4;white-space: nowrap;}

5 May 2010, 11:20 PM
#211
muzz avatar

muzz

Totally Zenned

Join Date:
Mar 2009
Location:
Australia
Posts:
604
Plugin Contributions:
0

Re: Footer Menu Support Thread

HI all,

My Site is live while I work on some things.

yodgee.com.au

I'm having an issue with the footer MOD showing a link as

BOX_INFORMATION_ABOUT_US

I tried below about a week ago.

ANY IDEAS?????

I tried adding the line of code as suggested:

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

where suggested in the file but no luck.

I also assumed you meant inside my template folder.

includes/languages/english/extra_definitions/MY_TEMPLATE/footer_menu_defines.php

Unfortunately, no go

5 May 2010, 11:26 PM
#212
clydejones avatar

clydejones

Deceased

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

Re: Footer Menu Support Thread

Muzz:

HI all,

My Site is live while I work on some things.

yodgee.com.au

I'm having an issue with the footer MOD showing a link as

BOX_INFORMATION_ABOUT_US

I tried below about a week ago.

ANY IDEAS?????

I tried adding the line of code as suggested:

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

where suggested in the file but no luck.

I also assumed you meant inside my template folder.

includes/languages/english/extra_definitions/MY_TEMPLATE/footer_menu_defines.php

Unfortunately, no go

Have you installed the about us page mod ( www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=182 )

5 May 2010, 11:41 PM
#213
muzz avatar

muzz

Totally Zenned

Join Date:
Mar 2009
Location:
Australia
Posts:
604
Plugin Contributions:
0

Re: Footer Menu Support Thread

Yes I have.

I'm going to re install it now though again and let you know if anything changed.

6 May 2010, 12:12 AM
#214
muzz avatar

muzz

Totally Zenned

Join Date:
Mar 2009
Location:
Australia
Posts:
604
Plugin Contributions:
0

Re: Footer Menu Support Thread

I reinstalled the About US mod.

I ONLY copied the files and renames custom folders etc..

No other modifications where made.

The link actually works.. it just displays the title wrong.

6 May 2010, 12:18 AM
#215
clydejones avatar

clydejones

Deceased

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

Re: Footer Menu Support Thread

Muzz:

I reinstalled the About US mod.

I ONLY copied the files and renames custom folders etc..

No other modifications where made.

The link actually works.. it just displays the title wrong.

Sounds like you're missing one of the language files for the about us mod.

Check and make sure you have the following installed

includes/languages/english/extra_definitions/about_us.php

OR

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

6 May 2010, 12:43 AM
#216
muzz avatar

muzz

Totally Zenned

Join Date:
Mar 2009
Location:
Australia
Posts:
604
Plugin Contributions:
0

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.

6 May 2010, 1:07 AM
#217
clydejones avatar

clydejones

Deceased

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

Re: Footer Menu Support Thread

Muzz:

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.

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>');
10 May 2010, 1:05 AM
#218
muzz avatar

muzz

Totally Zenned

Join Date:
Mar 2009
Location:
Australia
Posts:
604
Plugin Contributions:
0

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

14 May 2010, 9:28 PM
#219
autoace avatar

autoace

Totally Zenned

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

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.

14 May 2010, 9:42 PM
#220
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,

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.