and the footer links work thereThey're not working for me there - same as on the live pages. Are you looking at a copy on the server, or on a PC? Most likely reason for the failure is case-sensitivity, if you are writing them into the footer. Check the href part of your links against the aliases in the resources with that in mind. Or let MODX make your links for you with the standard [ ~id ~ ] tags.
<p> <a href="Privacy-Policy" title="Privacy Policy">Privacy Policy</a> - <a href="Terms-of-Use" title="Terms of Use">Terms of Use</a> - <a href="Disclosure" title="Disclosure">Disclosure</a> - <a href="Contractors" title="Contractors">Contractors</a> - <a class='last' href="Form-Pop-up" title="contact us">Contact Us</a> </p> <small class="copyright">© 2012 Cross Country Home Services, Inc. All Rights Reserved</small>
<ul> <li><a href="Home" title="Home" class="first">Home</a></li> <li><a href="Warranty" title="warranty" class="second">warranty</a></li> <li><a href="Maintenance" title="maintenance" class="third">maintenance</a></li> <li><a href="Features-and-Benefits" title="features & benefits" class="fourth">features & benefits</a></li> <li><a href="Place-a-Claim" title="place a claim" class="fifth">place a claim</a></li> <li><a class='last' href="Form-Pop-up" title="contact us">contact us</a></li> </ul>