Jump to content

[SOLVED] Footer/Top Block problem


Recommended Posts

Hi,

 

I want to remove footer and top block, so when I'm adding a image, the blocks will be gone and the picture fills the whole site.

 

I've searched to forums and google, but the search results gave me how to remove links.

 

I made it gone in PS 1.5, but can't figure it out how I remove the blocks in my current default-bootstrap 1.6 .

 

 

 

Thanks. 

post-729994-0-84370600-1397731938_thumb.jpg

post-729994-0-21265300-1397731941_thumb.jpg

Link to comment
Share on other sites

from footer.tpl file located in your theme directory, remove this code:

			<!-- Footer -->
			<div class="footer-container">
				<footer id="footer"  class="container">
					<div class="row">{$HOOK_FOOTER}</div>
				</footer>
			</div>
                        <!-- #footer -->
Link to comment
Share on other sites

 

from footer.tpl file located in your theme directory, remove this code:

			<!-- Footer -->
			<div class="footer-container">
				<footer id="footer"  class="container">
					<div class="row">{$HOOK_FOOTER}</div>
				</footer>
			</div>
                        <!-- #footer -->

I tried this now, but it hasn't changed.

I deleted, and now it is;

 

</div><!-- #center_column -->
{if isset($right_column_size) && !empty($right_column_size)}
<div id="right_column" class="col-xs-12 col-sm-{$right_column_size|intval} column">{$HOOK_RIGHT_COLUMN}</div>
{/if}
</div><!-- .row -->
</div><!-- #columns -->
</div><!-- .columns-container -->
</div><!-- #page -->
{/if}
{include file="$tpl_dir./global.tpl"}
</body>
</html>
 
am I doing it wrong?
Link to comment
Share on other sites

you've got cache turned OFF and force compilation turned ON ?

 

This one helped me with the footer, thanks.

 

As you are helping me with my background, and the header is an option of removal, readers can follow up on how to remove the header here; 

 

http://www.prestashop.com/forums/topic/324320-image-background-16/?p=1641976

 

You can mark this as solved. 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...