PeteAH Posted September 25, 2011 Share Posted September 25, 2011 Hi, I bought a template from TemplateMonster but cannot remove the "TemplateMonster - symphony of PrestaShop themes." footer from the page. I've looked everywhere, edited the modules\blockcms\blockcms.tpl file and still it's made no difference. Anyone have any idea how to remove it? Cheers! Link to comment Share on other sites More sharing options...
PeteAH Posted September 26, 2011 Author Share Posted September 26, 2011 Anyone? My site is www.perfect-thailand.com , it's shut atm but if you PM me your IP i'll open it up so you can see it. Link to comment Share on other sites More sharing options...
Presta Testa Posted September 26, 2011 Share Posted September 26, 2011 Go to preferences > performance > set force compile to yes & cache to no. This should then show template updates on each refresh. Link to comment Share on other sites More sharing options...
PeteAH Posted September 27, 2011 Author Share Posted September 27, 2011 Making it re-compile isn't the issue, it's finding where in the code it is to remove it! I can't find it anywhere! I've managed to remove the prestashop footer but cannot for the life of me find where i remove the templatemonster footer. Link to comment Share on other sites More sharing options...
dazzza Posted September 27, 2011 Share Posted September 27, 2011 It's in the footer.tpl file around line 8 <div id="footer"> {$HOOK_FOOTER} TemplateMonster - symphony of <a href="http://www.templatemonster.com/prestashop-themes.php" title="PrestaShop templates" target="_blank">PrestaShop themes</a>. </div> Link to comment Share on other sites More sharing options...
PeteAH Posted September 27, 2011 Author Share Posted September 27, 2011 Dazza, it worked! But now i have another problem... =/ It seems to of kicked the second line of my products on the homepage over a bit, i've attached a screenshot at the bottom of this post to show you what it's doing. Any idea why it would of caused that? I've changed the footer.tpl to; {if !$content_only} </div> <div class="clearblock"></div> </div> </div> <!-- Footer --> <div id="footer_wrapper"> <div id="footer"> {$HOOK_FOOTER} <a href="http://www.templatemonster.com/prestashop-themes.php" title="PrestaShop templates" target="_blank"></a> </div> </div> </div> </div> {/if} </body> </html> So essentially i haven't removed anything, just the text that displays. Link to comment Share on other sites More sharing options...
dazzza Posted September 27, 2011 Share Posted September 27, 2011 Hard to say without looking at the page itself. But rather than removing the text try just commenting out the entire piece of code. <!-- TemplateMonster - symphony of <a href="http://www.templatemonster.com/prestashop-themes.php" title="PrestaShop templates" target="_blank">PrestaShop themes</a>. --> Link to comment Share on other sites More sharing options...
PeteAH Posted September 27, 2011 Author Share Posted September 27, 2011 Nah, made no difference. the website is www.perfect-thailand.com I'll open it up now, it's just the front page. Link to comment Share on other sites More sharing options...
dazzza Posted September 27, 2011 Share Posted September 27, 2011 (edited) Add height to the css file for your theme (normally global.css). Find the code below & add "height: 300px;" as in the example at the bottom. div#featured-products_block_center ul li { float: left; margin: 0 10px 36px 0; position: relative; width: 230px; To div#featured-products_block_center ul li { float: left; height: 300px; margin: 0 10px 36px 0; position: relative; width: 230px; It's the same problem with lots of 3rd party templates. Your 3rd product has a title that is only one line long & the others have 2 lines. Screws up everything unless a height is set. Edited September 27, 2011 by dazzza (see edit history) 1 Link to comment Share on other sites More sharing options...
PeteAH Posted September 27, 2011 Author Share Posted September 27, 2011 Dazzza, you are a legend among men! Eternally grateful. I've got a few friends who have even less (believe or not ) technological knowledge than i do and want an online shop! I'll pass them your domain. Once again, many thanks! Link to comment Share on other sites More sharing options...
SUBMARINE-SPORT Posted March 6, 2012 Share Posted March 6, 2012 Hello, it's my first post here Ok here is my problem, I can't remove monster template footer... I tryed that solution: It's in the footer.tpl file around line 8 <div id="footer"> {$HOOK_FOOTER} TemplateMonster - symphony of <a href="http://www.templatemonster.com/prestashop-themes.php" title="PrestaShop templates" target="_blank">PrestaShop themes</a>. </div> but it won't help me... Any idea? my website --> shop.smarine.eu Link to comment Share on other sites More sharing options...
Balou Posted April 15, 2012 Share Posted April 15, 2012 I'm curious Submarine-Sport, by looking at your website you seem to have fixed the issue. Can you tell me how? Thanks Link to comment Share on other sites More sharing options...
jameskane Posted December 27, 2016 Share Posted December 27, 2016 i can not remove my footer © Newspaper WordPress Theme by TagDiv in my website . Please tell me how can i remove this footer form my website on http://thememinister.com/ 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