aikr Posted July 10, 2012 Share Posted July 10, 2012 Hi there! I have two footers, and I found the files of both of them, they were in footer.tpl and tmfooterlinks.tpl. one says: "more jewelry prestashop templates at templatemonster.com" the other one says: "powered by prestashop, installed by website software - yourhosting. all rights reserved" I only found the powered by prestashop part, but I'm guessing that it's somehow related to the yourhosting part. I posted the texts below, please tell me what to comment out so that the footers disappear. Thanks in advance! footer.tpl: <!-- Footer --> <div id="footer_wrapper"> <div id="footer"> {$HOOK_FOOTER} {if $page_name == 'index'}More <a rel="nofollow" href="http://www.templatemonster.com/category/jewelry-prestashop-templates/" target="_blank">Jewelry PrestaShop Templates at TemplateMonster.com</a>{/if} </div> </div> </div> </div> {/if} <script type="text/javascript"> Cufon.now(); </script> </body> </html> tmfooterlinks.tpl : <p>© 2012 {l s='Powered by' mod='tmfooterlinks'} <a href="http://www.prestashop.com">PrestaShop</a>™. All rights reserved</p> </div> Link to comment Share on other sites More sharing options...
tdr170 Posted July 10, 2012 Share Posted July 10, 2012 Just comment out the lines with <!-- { code is here } --> or as I did just delete them. Link to comment Share on other sites More sharing options...
aikr Posted July 10, 2012 Author Share Posted July 10, 2012 I do understand that, but I'm not sure which part to comment out, Do you think you could explain what to comment out and why that part? I tried deleting the text as well, but somehow nothing happened, not even when I checked the force compile box in performance. Link to comment Share on other sites More sharing options...
tdr170 Posted July 11, 2012 Share Posted July 11, 2012 Comment out the two lines in red turn force compile on and cache off, You may also need to clear your cache files both in your browser and Prestashop. Prestashop cache can be found here tools/smarty/cache. (clear the compile folder also) (do not delete any index.php files) <!-- Footer --> <div id="footer_wrapper"> <div id="footer"> {$HOOK_FOOTER} <!-- {if $page_name == 'index'}More <a rel="nofollow" href="http://www.templatemonster.com/category/jewelry-prestashop-templates/" target="_blank">Jewelry PrestaShop Templates at TemplateMonster.com</a>{/if} --> </div> </div> </div> </div> {/if} <script type="text/javascript"> Cufon.now(); </script> </body> </html> tmfooterlinks.tpl : <!-- <p>© 2012 {l s='Powered by' mod='tmfooterlinks'} <a href="http://www.prestashop.com">PrestaShop</a>™. All rights reserved</p> --> </div> 1 Link to comment Share on other sites More sharing options...
aikr Posted July 12, 2012 Author Share Posted July 12, 2012 It worked, thank you! Link to comment Share on other sites More sharing options...
tdr170 Posted July 12, 2012 Share Posted July 12, 2012 Great, Please mark post as [solved]. 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