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

Footer Menu Support Thread

Views: 81,573

Results 121 to 140 of 535
3 Feb 2010, 5:16 PM
#121
clydejones avatar

clydejones

Deceased

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

Footer Menu Support Thread

luxurylives:

A adding the footer menu (which looks awesome) it aligned my sidebox text to the center. I've removed the files 4 now & my sidebox content is no longer centered. Thus we know the source of the issue.

Has anyone ever resolved this?

link to your site.

7 Feb 2010, 6:58 PM
#122
baa avatar

baa

New Zenner

Join Date:
Jul 2007
Posts:
46
Plugin Contributions:
0

Re: Footer Menu Support Thread

Thank you for the mod, I'm looking forward to using it, however the links display in one long line (www.moon stag.co.uk).

I saw a previous post which says the stylesheets were corrupted and to upload again. I've done that but still getting the same, is there anything I can do please?

7 Feb 2010, 7:34 PM
#123
clydejones avatar

clydejones

Deceased

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

Re: Footer Menu Support Thread

Baa:

Thank you for the mod, I'm looking forward to using it, however the links display in one long line (www.moon stag.co.uk).

I saw a previous post which says the stylesheets were corrupted and to upload again. I've done that but still getting the same, is there anything I can do please?

make sure you've uploaded ALL the files necessary for this mod to function correctly.

includes/languages/english/extra_definitions/YOUR_TEMPLATE/footer_menu_defines.php
includes/languages/templates/YOUR_TEMPLATE/css/stylesheet_footer_menu.css
includes/languages/templates/YOUR_TEMPLATE/common/tpl_footer_menu.php
includes/languages/templates/YOUR_TEMPLATE/templates/tpl_ezpages_footer_menu.php

7 Feb 2010, 7:48 PM
#124
baa avatar

baa

New Zenner

Join Date:
Jul 2007
Posts:
46
Plugin Contributions:
0

Re: Footer Menu Support Thread

clydejones:

make sure you've uploaded ALL the files necessary for this mod to function correctly.

includes/languages/english/extra_definitions/YOUR_TEMPLATE/footer_menu_defines.php
includes/languages/templates/YOUR_TEMPLATE/css/stylesheet_footer_menu.css
includes/languages/templates/YOUR_TEMPLATE/common/tpl_footer_menu.php
includes/languages/templates/YOUR_TEMPLATE/templates/tpl_ezpages_footer_menu.php

Thank you for your reply!

The file structure I've downloaded from here twice now is different to your answer, it is:

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

Would this be why it is wrong?

7 Feb 2010, 8:44 PM
#125
clydejones avatar

clydejones

Deceased

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

Re: Footer Menu Support Thread

Baa:

Thank you for your reply!

The file structure I've downloaded from here twice now is different to your answer, it is:

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

Would this be why it is wrong?

Your file structure is correct.

I wasn't paying attention with my cut and paste in the original post.

I'm guessing that somehow or another that the stylesheet_footer_menu.css is not being read correctly.

7 Feb 2010, 11:44 PM
#126
baa avatar

baa

New Zenner

Join Date:
Jul 2007
Posts:
46
Plugin Contributions:
0

Re: Footer Menu Support Thread

Thank you Clyde I appreciate you taking the time to answer. I'll have a look again tomorrow. :smile:

9 Feb 2010, 1:20 PM
#127
baa avatar

baa

New Zenner

Join Date:
Jul 2007
Posts:
46
Plugin Contributions:
0

Re: Footer Menu Support Thread

I'd just like to add that I tried the fix from post no. 27 and it worked!

Thank you :smile:

24 Feb 2010, 3:49 AM
#128
dealman876 avatar

dealman876

New Zenner

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

Re: Footer Menu Support Thread

clydejones:

Footer Menu replaces the default tpl_footer.php to give you a 4 column link menu.

Should be available in the downloads section shortly

Attachment #5732

great addon, but having a little problem, in IE the copyright & store name runs in the menus...please help with this

URL: https://www.dealport.us

24 Feb 2010, 4:57 AM
#129
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:

great addon, but having a little problem, in IE the copyright & store name runs in the menus...please help with this

URL: https://www.dealport.us

open includes/templates/YOUR_TEMPLATE/common/tpl_footer.php

find the following lines of code and add the highlighted portion:

<!--bof- site copyright display -->

<div class="clearBoth"> </div>

<div id="siteinfoLegal" class="legalCopyright"><?php echo FOOTER_TEXT_BODY; ?></div>
24 Feb 2010, 5:54 AM
#130
dealman876 avatar

dealman876

New Zenner

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

Re: Footer Menu Support Thread

Thanks Clyde, that worked, so now I would want to know two things. How do I center the site copyright info in the footer? I also want to create a border and change background.in the footer.
Posted via Mobile Device

24 Feb 2010, 6:22 AM
#131
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 Clyde, that worked, so now I would want to know two things. How do I center the site copyright info in the footer? I also want to create a border and change background.in the footer.
Posted via Mobile Device

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

find the following and add the highlighted portions

dl {margin: 0 0 3px 0;padding:0 0 30px;border:1px solid #000;clear:both;height:79px;width:100%;}/Adjust the height and width of the menu/

#siteinfoLegal {
margin:0 auto;
padding: .5em 0 0;
font-size: 0.9em;
text-align:left;
width:100%;
line-height:normal;
clear:both;
text-align:center;
}

24 Feb 2010, 1:01 PM
#132
dealman876 avatar

dealman876

New Zenner

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

Re: Footer Menu Support Thread

clydejones:

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

find the following and add the highlighted portions

dl {margin: 0 0 3px 0;padding:0 0 30px;border:1px solid #000;clear:both;height:79px;width:100%;}/Adjust the height and width of the menu/

#siteinfoLegal {
margin:0 auto;
padding: .5em 0 0;
font-size: 0.9em;
text-align:left;
width:100%;
line-height:normal;
clear:both;
text-align:center;
}

Ok, i did the new adjustments and it caused the menu fonts to go crazy, some smaller, some bigger. In IE the copyright gone in the middle of the menu.

URL: https://www.dealport.us

24 Feb 2010, 3:29 PM
#133
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:

Ok, i did the new adjustments and it caused the menu fonts to go crazy, some smaller, some bigger. In IE the copyright gone in the middle of the menu.

URL: https://www.dealport.us

Looks the same in FF and IE7/8
No font distortion, copyright centered below the menu

24 Feb 2010, 3:44 PM
#134
dealman876 avatar

dealman876

New Zenner

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

Re: Footer Menu Support Thread

I read previous post and fixed it. Thanks for this mod.
Posted via Mobile Device

26 Feb 2010, 10:19 AM
#135
integrity_designs avatar

integrity_designs

Zen Follower

Join Date:
Nov 2009
Location:
North Bendigo, VIC, Australia
Posts:
157
Plugin Contributions:
0

Re: Footer Menu Support Thread

Can someone please tell me how to fix the footer menu.
When I installed it, it made the sideboxes and the nav bar at the top all go out of "whack".

I hope someone can help me ASAP please.
Kind Regards

26 Feb 2010, 3:05 PM
#136
clydejones avatar

clydejones

Deceased

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

Re: Footer Menu Support Thread

integrity_designs:

Can someone please tell me how to fix the footer menu.
When I installed it, it made the sideboxes and the nav bar at the top all go out of "whack".

I hope someone can help me ASAP please.
Kind Regards

I believe there is a fix posted somewhere in this thread; I just don't remember exactly where.

1 Mar 2010, 12:37 AM
#137
dmagic avatar

dmagic

Totally Zenned

Join Date:
Oct 2008
Posts:
594
Plugin Contributions:
0

Re: Footer Menu Support Thread

try to install this
and get error
QUICKLINKSINFORMATIONCUSTOMER_SERVICEIMPORTANT

http://www.king-magic.com/

1 Mar 2010, 2:40 AM
#138
clydejones avatar

clydejones

Deceased

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

Re: Footer Menu Support Thread

dmagic:

try to install this
and get error
QUICKLINKSINFORMATIONCUSTOMER_SERVICEIMPORTANT

http://www.king-magic.com/

make sure you've uploaded ALL 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

1 Mar 2010, 6:24 AM
#139
dmagic avatar

dmagic

Totally Zenned

Join Date:
Oct 2008
Posts:
594
Plugin Contributions:
0

Re: Footer Menu Support Thread

still have this problem
QUICKLINKSINFORMATIONCUSTOMER_SERVICEIMPORTANTIMPORTANT_END

3 Mar 2010, 1:53 PM
#140
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Footer Menu Support Thread

clydejones:

make sure you've uploaded ALL 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

dmagic:

still have this problem
QUICKLINKSINFORMATIONCUSTOMER_SERVICEIMPORTANTIMPORTANT_END

Did you re-name the folders named "YOUR_TEMPLATE" to match the name of the folder for the template you are using?? Your problem is indicative of missing language files, and if you did not make this change, it would explain the issue you are having..