AvalancheDesigns Posted February 23, 2012 Share Posted February 23, 2012 I was working on my navigation, and I realized that my footer was no longer there... I looked at the source code, and there's nothing there's nothing inside it. This is where my prestashop is located: http://www.jewelry.a...esigns.com/shop My footer looked something like http://www.jewelry.a...nchedesigns.com <!-- Footer --> <div id="footer"> <div class="wrapper"></div> </div> </div> Link to comment Share on other sites More sharing options...
Bradley Clampitt Posted February 23, 2012 Share Posted February 23, 2012 What all files did you edit? Are you working on a copied (secondary) theme that you can go look at the files you edited and compare them to the original theme to see what you may have accidently removed. For example in the footer.tpl file did you remove the following or any parts of this code: {$HOOK_FOOTER} {/if} </body> </html> I edited my code above that. Without cleaning up and properly aligning the two different websites source I cannot tell right off hand what may have changed but I would say look at the footer.tpl file and any other file you may have recently edited. Just my two cents. Link to comment Share on other sites More sharing options...
AvalancheDesigns Posted February 24, 2012 Author Share Posted February 24, 2012 I was working on the header.tpl and a few css files that have nothing to do with the footer. I never touched the footer.tpl. I did save the original files, but I just don't get how modifying the header and navigation would have an affect on the footer Link to comment Share on other sites More sharing options...
Bradley Clampitt Posted February 24, 2012 Share Posted February 24, 2012 maybe having an extra closing statement? like </div> or a couple of them. not for sure right off hand. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now