Jump to content

Template Monster Footer Removal Help


PeteAH

Recommended Posts

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

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.

 

post-284342-0-35954400-1317133209_thumb.jpg

Link to comment
Share on other sites

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

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 by dazzza (see edit history)
  • Like 1
Link to comment
Share on other sites

  • 5 months later...

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

  • 1 month later...
  • 4 years later...

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...