OCP Posted April 17, 2014 Share Posted April 17, 2014 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. Link to comment Share on other sites More sharing options...
vekia Posted April 17, 2014 Share Posted April 17, 2014 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 More sharing options...
OCP Posted April 17, 2014 Author Share Posted April 17, 2014 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 More sharing options...
vekia Posted April 17, 2014 Share Posted April 17, 2014 it looks okay, any chance to see your website? Link to comment Share on other sites More sharing options...
OCP Posted April 17, 2014 Author Share Posted April 17, 2014 it is strange. Here's my shop; www.northshop.no Link to comment Share on other sites More sharing options...
vekia Posted April 17, 2014 Share Posted April 17, 2014 you've got cache turned OFF and force compilation turned ON ? Link to comment Share on other sites More sharing options...
OCP Posted April 18, 2014 Author Share Posted April 18, 2014 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 More sharing options...
vekia Posted April 18, 2014 Share Posted April 18, 2014 done. thank you for informations i already replied there 1 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