floydian Posted August 21, 2012 Share Posted August 21, 2012 (edited) Hello everybody. I'm just developing my first prestashop theme and I ran into a bit of a problem. In the attached screenshot taken from firebug you'll see the <div id="footer">[...]</div>. I would like it to be displayed just before closing the body tag. Is it possible? And what would be the most way to do it? I'm using the free prestalove easy footer to display the footer links. Just in case you are wondering why would I want this the answer is that the page id has a fixed width and for my footer I'm using a full width background image that spans the entire viewport. Thank you! Edited August 27, 2012 by floydian (see edit history) Link to comment Share on other sites More sharing options...
CartExpert.net Posted August 23, 2012 Share Posted August 23, 2012 Hi. Edit footer.tpl and move the div down, above the <body> closing tag. Regards. Robin. The CartExpert Team Link to comment Share on other sites More sharing options...
floydian Posted August 23, 2012 Author Share Posted August 23, 2012 (edited) Hello, thank you for your reply. I moved the div down in footer.tpl from my active theme but still no luck. I also disabled caching for smarty in the back office. //later edit: I just found out that I have to manually delete the files from tools/smarty/compile. Now everything works. Thanks Edited August 23, 2012 by floydian (see edit history) Link to comment Share on other sites More sharing options...
CartExpert.net Posted August 23, 2012 Share Posted August 23, 2012 Hi. Did you recompile the template files? Regards. Robin. The CartExpert Team Link to comment Share on other sites More sharing options...
floydian Posted August 24, 2012 Author Share Posted August 24, 2012 Yup, everything is ok now. Thanks a lot! Link to comment Share on other sites More sharing options...
CartExpert.net Posted August 27, 2012 Share Posted August 27, 2012 Happy to have been of assistance. Please mark the topic as SOLVED. Regards. Robin. The CartExpert Team 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