Re: Footer Menu Support Thread
Quote:
Originally Posted by
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;
}
Re: Footer Menu Support Thread
Quote:
Originally Posted by
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: www.dealport.us
Re: Footer Menu Support Thread
Quote:
Originally Posted by
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:
www.dealport.us
Looks the same in FF and IE7/8
No font distortion, copyright centered below the menu
Re: Footer Menu Support Thread
I read previous post and fixed it. Thanks for this mod.
Posted via Mobile Device
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
Re: Footer Menu Support Thread
Quote:
Originally Posted by
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.
Re: Footer Menu Support Thread
try to install this
and get error
QUICKLINKSINFORMATIONCUSTOMER_SERVICEIMPORTANT
http://www.king-magic.com/
Re: Footer Menu Support Thread
Quote:
Originally Posted by
dmagic
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
Re: Footer Menu Support Thread
still have this problem
QUICKLINKSINFORMATIONCUSTOMER_SERVICEIMPORTANTIMPORTANT_END
Re: Footer Menu Support Thread
Quote:
Originally Posted by
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
Quote:
Originally Posted by
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..