Results 1 to 5 of 5
  1. #1
    Join Date
    Jun 2006
    Posts
    111
    Plugin Contributions
    0

    Default Ezpages footer separator problem

    Hi - I'm having the weirdest ezpages problem in setting up a new zen cart site. I've added two links to the footer, and I can't get the separator to stop showing BEFORE the first one. I have the links numbered footer 1 and 2. Is this normal? Anyone know how I can fix it?

    Help?

    Here's the url: http://glasscardguard.com/shop/

    Thank you!
    -Lis

  2. #2
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: Ezpages footer separator problem

    well the first divider is the one that show after the home link that is normally on that line......How did you turn off the home link in the bar?
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  3. #3
    Join Date
    Jun 2006
    Posts
    111
    Plugin Contributions
    0

    Default Re: Ezpages footer separator problem

    I have absolutely no idea. I didn't do it on purpose.... is there a way to fix it?

  4. #4
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: Ezpages footer separator problem

    open tpl_footer.php from includes/templates/YOUR_CUSTOM_TEMPLATE/common and find the following section:
    Code:
    <!--bof-navigation display -->
    <div id="navSuppWrapper">
    <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>
    </div>
    <!--eof-navigation display -->
    Do you have the line in red? If you do is it correct? if you don't have this line and want to add the home link back than place this line in.
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  5. #5
    Join Date
    Jun 2006
    Posts
    111
    Plugin Contributions
    0

    Default Re: Ezpages footer separator problem

    Perfect! Thank you. :)

 

 

Similar Threads

  1. Ezpages links separator in column
    By enzo-ita in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 6 May 2014, 06:53 AM
  2. Help with footer link separator
    By The Pitbull Press in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 1 Aug 2009, 06:56 AM
  3. Separator line in EZPages sidebox
    By Heather88 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 18 Mar 2007, 07:06 PM
  4. How to change the ezpages separator
    By ShannonL in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 7 Jun 2006, 08:52 PM

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