Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / EZ-Pages hyperlinks in the footer

EZ-Pages hyperlinks in the footer

Locked

Views: 537

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
12 Aug 2010, 2:23 AM
#1
wotnow avatar

wotnow

Zen Follower

Join Date:
Jan 2010
Location:
Broome
Posts:
331
Plugin Contributions:
0

EZ-Pages hyperlinks in the footer

Hi I have found the following information from my Zen Cart e-book .. followed these instructions but it is still there. Any other suggestions? Thanks!

To turn off the display of EZ-Pages hyperlinks, click on Configuration > EZ-Pages Settings and set the EZ-Pages
Display Status – FooterBar field to 0.

Site is: http://www.rosedakinjewellery.com.au/index.php?main_page=product_info&cPath=1&products_id=15

12 Aug 2010, 9:13 AM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: EZ-Pages hyperlinks in the footer

The Home link there isn't turned off by that switch, though any other EZ page links are. You can comment out that section in tpl_footer.php or add this to the end of your stylesheet:

#navSuppWrapper {display:none;}

12 Aug 2010, 12:56 PM
#3
wotnow avatar

wotnow

Zen Follower

Join Date:
Jan 2010
Location:
Broome
Posts:
331
Plugin Contributions:
0

Re: EZ-Pages hyperlinks in the footer

Thank you very much .. it has been driving me crazy:D