Jump to content

Missing footer


Recommended Posts

My site www.peciatky.sk does not display the footer. I tried meddling with the configuration but nothing helped. According to my backoffice I have a few modules hooked to the footer, yet it still does not show anything.

 

As far as I can tell my css does not interfere with the footer.

 

Can someone have a quick look on my site and tell me if there isn't and obvious problem that I just didn't notice?

Link to comment
Share on other sites

hello

 

can you show contents of your footer.tpl file (located in your theme directory)

 

Sure:

{*
* 2007-2012 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to [email protected] so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author PrestaShop SA <[email protected]>
*  @copyright  2007-2012 PrestaShop SA
*  @version  Release: $Revision: 14008 $
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*MAREK}

{if $page_name == 'index'}
		{if !$content_only}
				</div>

<!-- Right -->
				<div id="right_column" class="column">
					{$HOOK_RIGHT_COLUMN}
				</div>
			</div>
		{/if} 
<!-- Footer -->
			<div id="footer">
            <div class="center_footer">    
            {$HOOK_FOOTER}       
            </div>
            </div>
		</div>
	{/if}
	</body>
</html>

Link to comment
Share on other sites

in fact, not each module you've got there have got possibility to display contents in footer.

can you try for example, install free html block module and attach it to footer,

add some contents to it.

 

does it appear?

Ok, I've successfully transplanted a module and it shows in the footer.

But I want to add a bunch of links (cms block ideally) to the footer, and as far as I can tell it's already transplanted (according to the screenshot in my previous post) :/

Link to comment
Share on other sites

×
×
  • Create New...