Results 1 to 7 of 7
  1. #1
    Join Date
    Dec 2008
    Posts
    18
    Plugin Contributions
    0

    Default EZ-Pages Footer Links not working

    So this is my first post. I am using Zen Cart 1.3.8a.

    The EZ-Page links in the footer of my page just keep linking to the Index page. I've scrolled through the code to make sure there were no issues in tpl_footer.php, templates/tpl_ezpages_bar_footer.php and footer.php. And I compaired them to files from a fresh install in WinMerge, as well as running the debug script.

    Nothing is wrong to my eye. Anyone have a suggestion?? I can't figure this one out.

    Thanks in advance.
    Mike

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

    Default Re: EZ-Pages Footer Links not working

    Kind of need to see the problem to tell you ...

    Sounds like bad links ...
    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
    Dec 2008
    Posts
    18
    Plugin Contributions
    0

    Default Re: EZ-Pages Footer Links not working

    www.lctmed.com is the site. If you look at the bottom of the page you'll see two links. Home :: Resources. Home should link to the index page but Resources should link to EZpage ID 10. The EZ Page works if I put it in the header or the side box, but I really want it in the footer because it's just a bunch of links to other sites.

    I am running Ultimate_SEO and EZ Populate mods if it makes any difference.

    Thanks!

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

    Default Re: EZ-Pages Footer Links not working

    What do you have that configured for?

    What I am seeing is a link to your home page on that link when I pass the mouse over it ...
    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!

  5. #5
    Join Date
    Dec 2008
    Posts
    18
    Plugin Contributions
    0

    Default Re: EZ-Pages Footer Links not working

    The way that I have the page set up is that it is an EZ Page that has a bunch of content on it. It should link to the EZpage with an ID of 10. I've enabled the sidebox with the same link so you can see where it links. I just really want it in the footer because it's just a bunch of links to other sites.

  6. #6
    Join Date
    Dec 2008
    Posts
    18
    Plugin Contributions
    0

    Default Re: EZ-Pages Footer Links not working

    I figured out the issue! It was a problem inside of the TPL_ ezpages_bar_footer.php file. The over ride from the template was defined as:

    Code:
    <?php echo ($i <= $n ? EZPAGES_SEPARATOR_FOOTER : '') . "\n"; ?>
      <a href="<?php echo $var_linksList[$i]['/includes/templates/theme051/templates/link']; ?>"><?php echo $var_linksList[$i]['name']; ?></a>
    On lines 21 - 22 - and 23

    IT should have been

    Code:
    <?php echo ($i <= $n ? EZPAGES_SEPARATOR_FOOTER : '') . "\n"; ?>
      <a href="<?php echo $var_linksList[$i]['link']; ?>"><?php echo $var_linksList[$i]['name']; ?></a>
    Thanks For the help though! This forum rocks and you are the bomb!

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

    Default Re: EZ-Pages Footer Links not working

    Thanks for the update and glad you have things working now ...
    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!

 

 

Similar Threads

  1. v151 EZ-Pages Table of Contents links not working after upgrade to 1.5.1
    By seattleannie in forum Upgrading to 1.5.x
    Replies: 4
    Last Post: 7 Aug 2013, 08:58 PM
  2. EZ pages links in the footer
    By Lazar in forum General Questions
    Replies: 2
    Last Post: 27 Oct 2011, 12:19 AM
  3. ezpages links in footer not working
    By k23m in forum Basic Configuration
    Replies: 12
    Last Post: 10 Mar 2009, 06:49 PM
  4. Web Links Are Not Working in Define Pages Editor
    By neophyte2007 in forum Customization from the Admin
    Replies: 1
    Last Post: 18 Sep 2007, 06:23 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