Brilliant Linda no 1 did the trick. Covered every other possibility!
Thanks
Rich
Brilliant Linda no 1 did the trick. Covered every other possibility!
Thanks
Rich
Thanks for the update that turning on the EZ-Pages sidebox for the template that you are using in the Tools ... Layout Boxes Controller ... allows the EZ-Pages that you have configured for the sidebox to show ...![]()
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Well I have searched the forum and can't find the answer to this.. I need to turn off the "Home" link on the EZ-Pages footer.. I've looked at the "tpl_ezpages_bar_footer.php" the file, and am not seeing anything that looks remotely like what I need to comment out. It's strange that by default this link does not appear in the EZ Pages header -- which is okay with me BTW.. I need to remove it from the footer.. I would rather use the EZ Pages function to create this link anyway...
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
Thanks.. That worked.. (gotta get into the CSS and make a few adjustments.. all in all that did the trick) One last thing... How do I get rid of the separator that appears at the beginning of the links...
Here's my demo site if you need to see what I am referring to.. http://divawebdzine.com/clients/TreeLifePublishing/
You'll see the "~" separator appears before the rest of the links.. Here's the section of the code I modified.. Did I miss something???
Code:<div id="navSupp"> <ul> <!--<li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a></li> --> <?php if (EZPAGES_STATUS_FOOTER == '1' or (EZPAGES_STATUS_FOOTER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) { ?> <li><?php require($template->get_template_dir('tpl_ezpages_bar_footer.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_footer.php'); ?></li> <?php } ?> </ul> </div>
Last edited by DivaVocals; 27 Jan 2007 at 05:39 AM. Reason: forgot to add site link
Admin > Configuration > EZ-Pages Settings > EZ-Pages Footer Link Separator
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
Thanks, but I already know how to add/remover the separator.. what I need to know is to how to NOT have it appear at the begginning of my footer (before the links begin).. The separator is showing up BEFORE my first link like it's separating the space where the Home page link used to be.. I have looked at the code for the header, and the home page link is commented out and yet the separator does not lead the links on the header.. Only does this on the footer..
So when I comment out the Home page link on the footer, this is what it looks like:
~ Contact Us ~ Shipping & Returns ~ Privacy Notice ~ Conditions of Use ~ Site Map ~ Newsletter Unsubscribe
Instead of
Contact Us ~ Shipping & Returns ~ Privacy Notice ~ Conditions of Use ~ Site Map ~ Newsletter Unsubscribe
How do I fix that???