Re: Footer Menu Support Thread
Quote:
Originally Posted by
bcuzthatsy
Checked that and it is set to 1. Seems like something is conflicting with the footer menu but I don't know what it is.
open includes/templates/YOUR_TEMPLATE/css/stylesheet.css
find and delete the following:
#navSuppWrapper{
display:none;
}
Re: Footer Menu Support Thread
YEEEEESSSSSSSSSSS!!!!!!!!!!!!!!!!!!!!!!! That fixed it!!! Thank you so much! Now explain to me why that works? I would have never thought to do that! What does the Navsupport do?
Re: Footer Menu Support Thread
Actually might have figured out why it works myself. I noticed when I opened the css file that you're calling for the navsupport there but the original stylesheet was overriding it. Thanks!
Re: Footer Menu Support Thread
I added the News module into my store. And I want to add the link "best4future news' into Menu Column 4. How can I do that?
the site is: www.best4future.com
Re: Footer Menu Support Thread
Quote:
Originally Posted by
lina0962
I added the News module into my store. And I want to add the link "best4future news' into Menu Column 4. How can I do that?
the site is:
www.best4future.com
create an internal or external link using EZ-pages
Re: Footer Menu Support Thread
How can I make the footer in 3 sections instead of the 4 it has now? Would like the important links section off.
Re: Footer Menu Support Thread
Quote:
Originally Posted by
NancyOK
How can I make the footer in 3 sections instead of the 4 it has now? Would like the important links section off.
first: admin -> configuration -> ez pages settings -> EZ-Pages Display Status - FooterBar (set to 0)
second: open includes/templates/YOUR_TEMPLATE/css/stylesheet_footer_menu.css
find the following and adjust the width as necesary
#navSuppWrapper dd {margin:0;padding:0;float:left;width:24.3%;}/*Column width of the menu - currently set for 4 columns*/
Re: Footer Menu Support Thread
Quote:
Originally Posted by
clydejones
first: admin -> configuration -> ez pages settings -> EZ-Pages Display Status - FooterBar (set to 0)
second: open includes/templates/YOUR_TEMPLATE/css/stylesheet_footer_menu.css
find the following and adjust the width as necesary
#navSuppWrapper dd {margin:0;padding:0;float:left;width:24.3%;}/*Column width of the menu - currently set for 4 columns*/
Thank you for your help. How do I get rid of the last line between Customer Service and Important Links?
Re: Footer Menu Support Thread
Quote:
Originally Posted by
NancyOK
Thank you for your help. How do I get rid of the last line between Customer Service and Important Links?
open includes/languages/english/extra_definitions/YOUR_TEMPLATE/footer_menu_defines.php
find the following section and delete the highlighted portion
Define('CUSTOMER_SERVICE', '<dd class="third">
Re: Footer Menu Support Thread
Quote:
Originally Posted by
clydejones
open includes/languages/english/extra_definitions/YOUR_TEMPLATE/footer_menu_defines.php
find the following section and delete the highlighted portion
Define('CUSTOMER_SERVICE', '<dd class="third">
Thank you it worked!