Results 1 to 10 of 570

Hybrid View

  1. #1
    Join Date
    Oct 2006
    Location
    Lostwithiel, Cornwall
    Posts
    69
    Plugin Contributions
    0

    Default Re: How do EZ-Pages work?

    Brilliant Linda no 1 did the trick. Covered every other possibility!

    Thanks

    Rich

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: How do EZ-Pages work?

    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!

  3. #3
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: How do EZ-Pages work?

    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...

  4. #4
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: How do EZ-Pages work?

    Quote Originally Posted by DivaVocals View Post
    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...
    The Home link isn't in the EZ-Pages footer. It's hardcoded into the #navSupp wrapper in the common/tpl_footer.php file immediately before the EZ-Pages are included. So you would need to edit that file directly.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  5. #5
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: How do EZ-Pages work?

    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

  6. #6
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: How do EZ-Pages work?

    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)

  7. #7
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: How do EZ-Pages work?

    Quote Originally Posted by kuroi View Post
    Admin > Configuration > EZ-Pages Settings > EZ-Pages Footer Link Separator
    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???

 

 

Similar Threads

  1. v154 Links ON ez-pages TO OTHER turned-off ez-pages don't work after upgrade
    By anduril3019 in forum Upgrading to 1.5.x
    Replies: 2
    Last Post: 19 May 2015, 09:12 AM
  2. how do i get javascript to work in the ez pages?
    By warroyo90 in forum General Questions
    Replies: 2
    Last Post: 28 Mar 2012, 05:14 AM
  3. How can I get my CSS navigation tabs to work for groups of similar pages?
    By sifuhall in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 27 Nov 2009, 07:57 PM
  4. Replies: 3
    Last Post: 22 Jul 2008, 12:01 AM
  5. Bwahahaha How do I get ez-pages to work?
    By hodgejr in forum General Questions
    Replies: 7
    Last Post: 8 Oct 2007, 09:10 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg