cancel
Showing results for 
Search instead for 
Did you mean: 

Replace footer for home page

Replace footer for home page

Hi!

I am making a page that have three main section and every section have a different footer. I also use a Litespeed caching to increase the page loading time. So that why i am want to use the recommended from the way of implementing different footer for different pages here is the link.

The problem is that when i remove the footer i can put the new one, the page is without footer. I am using Magento 1.9.2.4 and i am disable all caching in the system and still no footer. Can someone help me with this?

1 REPLY 1

Re: Replace footer for home page

Hi there is found the error and it was in the template code. The problem is in the XML configuration, in the example is
<block type="page/html_footer" name="homefooter" as="footer" template="page/htm/homefooter.phtml">
it is missed L from the HTML folder name, it need to be
<block type="page/html_footer" name="homefooter" as="footer" template="page/html/homefooter.phtml">
I hope that this will be fixed so there is no one else spending so much time to search what is the problem Smiley Happy