Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
Thank you...I know how to link them. They were all previously linked. I have not changed the links. It was when I was messing with the CSS that I noticed that they stopped working. (I am not good with CSS.) I have no doubt that something is overridding it...it probably has to do with some wrapper ro center box laying on top of the footer links. (again...I am not good with CSS...so I may be totally off)
Any other suggestions?
~osmith
Whoo hoo! [[[happy dance]]] I figured it out thanks to this post...
http://www.zen-cart.com/forum/showth...ks+footer+home
All is right in the world this morning. :)
~osmith
It's nothing to do with CSS. The footer links have actually lost all href information:
<a href="">shipping and returns</a>
These were supposed to be internal links to existing pages, or new ez-page content? Have you checked them in the ez-page editor lately?
OK, so they were internal links with the full url instead of the correct relative url?
Last edited by gjh42; 31 Dec 2009 at 03:51 PM.
Right...I had them as internal links. And they still existed that way. I must have changed something along the way that made the reading of TPL_ ezpages_bar_footer.php file wrong. It said
and I changed it to read just 'link' (taking out the ...common) and it worked, linking the pages back.PHP Code:<?php echo ($i <= $n ? EZPAGES_SEPARATOR_FOOTER : '') . "\n"; ?>
<a href="<?php echo $var_linksList[$i]['.../common/link']; ?>"><?php echo $var_linksList[$i]['name']; ?></a>
After working on this for 3 days...I was tired...normally I spend more time looking for the answers and would have eventually found it. But I had one of those breaking moments where I just wanted the answer NOW. I rarely post b/c I can always find the answers. You guys ROCK!!!
![]()
~osmith