PrestaShop Forums: [How To] Remove Powered by Prestashop form the footer and center it - PrestaShop Forums

Jump to content


Welcome to the PrestaShop Forum! We hope you'll share your comments and suggestions with us. We ask that you please post in English to the main sections of the PrestaShop Forum. If you want to write in another language, please post in the corresponding PrestaShop Community section below.

Please note that PrestaShop Community sections are largely self-moderated. PrestaShop team members may or may not participate in non-English sections. To improve the chances of receiving feedback to your question or comment, please post it in English to the main sections of our Forum.

NYC

Vous parlez français ? par ici !


[How To] Remove Powered by Prestashop form the footer and center it


[How To] Remove Powered by Prestashop form the footer and center it

#1 safewithyou247

    PrestaShop Newbie

  • 17 Dec 2008
  • Members
  • Pip
  • 10 posts

Posted 21 December 2008 - 05:11 AM

So, have you ever wondered how to change the Powered by PrestaShop link on the footer? Or, have you ever wondered, how do I get that dang footer centered? Well, this how to guide is for you.

You will need to open the following file in your fovorate text editor. (Notepad++ for me!)

Browse to "\modules\blockvariouslinks". Open "blockvariouslinks.tpl". You will see the below text.


<!-- MODULE Block various links -->

<!-- /MODULE Block various links -->


Change the code to the following code (you can just copy and paste if you want).


<!-- MODULE Block various links -->

<!-- /MODULE Block various links -->


Thats it.

If you want to add additional links to the footer you can do it in this file. This is just a html unordered list. Make sure you dont change any of the code in "{}".

Hope it helps!

#2 Parintelu

    PrestaShop Newbie

  • 13 Dec 2008
  • Members
  • Pip
  • 20 posts
  • Location:Bucuresti

Posted 15 January 2009 - 06:47 AM

great man, thanks alot, worked fine, but what about the TEXT? "Powered By PrestaShop" does it have to remain on the page, I meen can I remove the link and the text or just the link ?!?!

it's getting confuzing, :))

#3 jhnstcks

    PrestaShop Fanatic

  • 16 Jul 2008
  • Moderators
  • 1748 posts
  • Location:UK

Posted 15 January 2009 - 07:51 AM

Or you could just edit your global.css file and add the center code as seen below

/* Footer */
#footer {
border-top: 1px solid #000000;
padding-top: 1em;
text-align:center;
clear: both;

Don't forget to click the like button on posts if you think it has been helpful.

E-commerce hosting from Scotserve, fast, reliable and affordable.
E-commerce forum - reviews of dropship suppliers, wholesalers, expert advice on shopping cart software and plenty more....

#4 sarmenhb

    PrestaShop Newbie

  • 20 Apr 2009
  • Members
  • Pip
  • 9 posts

Posted 20 April 2009 - 08:21 PM

actually, all you have to do to center those footer links is

#footer .block_various_links {
text-align:center;
}


its bad to insert css into the html because if you forget you did that your going to spend hours trying to figure out why something doesnt work.

#5 OzWeb

    PrestaShop Newbie

  • 24 Jun 2010
  • Members
  • Pip
  • 16 posts

Posted 01 July 2010 - 12:15 AM

Thanks bro!

#6 Guest__*

  • --
  • Guests

Posted 01 July 2010 - 12:28 AM

You can easily add a copyright notice — with a “self-updating” current year display as well.


Open this file:
themesYOUR_THEMEfooter.tpl
Add this code right after {$HOOK_FOOTER}

{l s='Copyright'} © {$smarty.now|date_format:"%Y"} {$shop_name|escape:'htmlall':'UTF-8'}. {l s='All Rights Reserved'}.




#7 simpson7647

    PrestaShop Addict

  • 15 Jul 2010
  • Members
  • PipPipPip
  • 645 posts

Posted 17 August 2010 - 03:44 PM

hi all, im a littlr stuck.

So i opened the film in notepadd++ as instructed, changed it for what the psot said but then what do i do?
Do i simple re-upload the file or what?

thanks


EDIT dont worry i found out how with notepadd++ :D

cheers all

#8 skru

    PrestaShop Newbie

  • 01 Sep 2010
  • Members
  • Pip
  • 4 posts

Posted 01 September 2010 - 11:30 AM

Hi! all

I have try to change by placing the last script in footer.tpl but now is just all footer gone .I have ben change back to back up footer.tpl but nothing I dot now if i Have to reinstal PrestaShop agaun I just cant find whats happend !!
Help !

#9 Mikersson

    PrestaShop Newbie

  • 29 Sep 2010
  • Members
  • Pip
  • 7 posts

Posted 02 October 2010 - 01:49 AM

From 1283337023:

Hi! all

I have try to change by placing the last script in footer.tpl but now is just all footer gone .I have ben change back to back up footer.tpl but nothing I dot now if i Have to reinstal PrestaShop agaun I just cant find whats happend !!
Help !


you dont need to do that, just unpack prestashop in another folder and find out that code line and update it into the file.
Care to make it look like the new file.
Miguel Flores
Graphic Design & Standard based Web Design
Phone +511.6237408
Mobil +511.994860539
MSN: miker@pixelperu.net
http://pe.linkedin.com/in/mikersson
http://www.pixelperu.net/eng

#10 Ramesh

    PrestaShop Newbie

  • 14 Nov 2010
  • Members
  • Pip
  • 7 posts

Posted 08 December 2010 - 12:31 AM

Browse to “\modules\blockvariouslinks”. Open “blockvariouslinks.tpl”. You will see the below text.
these does not into Presta 1.4/ beta
how to do it in 1.4 ?

#11 Zenith

    PrestaShop Apprentice

  • 06 Sep 2009
  • Members
  • PipPip
  • 381 posts

Posted 08 December 2010 - 07:47 AM

1.4 - "modules/blockcms/blockcms.tpl"

#12 glenwheeler

    PrestaShop Newbie

  • 07 Oct 2010
  • Members
  • Pip
  • 13 posts
  • Location:Newcastle upon Tyne

Posted 10 December 2010 - 05:08 PM

From 1232002306:

Or you could just edit your global.css file and add the center code as seen below

/* Footer */
#footer {
border-top: 1px solid #000000;
padding-top: 1em;
text-align:center;
clear: both;


Yeah bestto get rid of the css in the page, should all be in the stylesheet.
Kind Regards,
Glen Wheeler
Web Design Newcastle

#13 kados2011

    PrestaShop Newbie

  • 11 Jan 2011
  • Members
  • Pip
  • 10 posts

Posted 17 January 2011 - 05:11 AM

Hi, Iam using the prestashop 1.4 beta4 and tried using your code as described in the modules/blockvariouslink/blockvariouslink.tpl but cannot find any of /blockvariouslink/blockvariouslink.tpl these files under modules.Only found blockpermanentlink. Pls help. How do I add the copyright at the footer?

#14 rocky

    PrestaShop Superstar

  • 16 Oct 2008
  • US Moderators
  • 9981 posts
  • Location:Australia

Posted 18 January 2011 - 06:07 AM

In PrestaShop v1.4, the footer code has been moved to the bottom of modules/blockcms/blockcms.tpl.

You should create themes//modules/blockcms/blockcms.tpl to override the file.
Check out Nethercott Constructions for PrestaShop guides and modules. Like us on Facebook for news updates.

Guides Performance Guide | Installation Guide | Development Guide

Modules AJAX Sliding Categories | AJAX Dropdown Categories | Carousel | Image Gallery | Sliding Menu

All free and paid software, modules, themes and modifications are subject to the terms and conditions here.

#15 amoon

    PrestaShop Apprentice

  • 11 Sep 2009
  • Members
  • PipPip
  • 48 posts

Posted 23 January 2011 - 01:39 AM

From 1295327262:

In PrestaShop v1.4, the footer code has been moved to the bottom of modules/blockcms/blockcms.tpl.

You should create themes//modules/blockcms/blockcms.tpl to override the file.


Thank you for this. I will surely use it in the future.
Regards.

#16 nuclearholocausto

    PrestaShop Apprentice

  • 28 Jan 2011
  • Members
  • PipPip
  • 56 posts

Posted 28 January 2011 - 01:42 AM

Newb here. Correct me if I'm wrong... but my understanding is that you should not make the changes in the tpl file. The changes should be made in the global.css?
Onward to the never-ending battle!
Prestashop Rocks!!!
\m/ \m/

#17 rocky

    PrestaShop Superstar

  • 16 Oct 2008
  • US Moderators
  • 9981 posts
  • Location:Australia

Posted 28 January 2011 - 01:58 AM

That's correct, though you can override module tpl files.
Check out Nethercott Constructions for PrestaShop guides and modules. Like us on Facebook for news updates.

Guides Performance Guide | Installation Guide | Development Guide

Modules AJAX Sliding Categories | AJAX Dropdown Categories | Carousel | Image Gallery | Sliding Menu

All free and paid software, modules, themes and modifications are subject to the terms and conditions here.

#18 nuclearholocausto

    PrestaShop Apprentice

  • 28 Jan 2011
  • Members
  • PipPip
  • 56 posts

Posted 28 January 2011 - 02:05 AM

Thanks Rocky! Will keep that in mind. I'm loving PrestaShop already!!! Been trying to incorporate a shopping cart with Joomla! for a while but always getting stuck at some point. PrestaShop is the answer!
Onward to the never-ending battle!
Prestashop Rocks!!!
\m/ \m/

#19 HeartSkateCo

    PrestaShop Newbie

  • 31 Jan 2011
  • Members
  • Pip
  • 7 posts
  • Location:Mankato, MN

Posted 11 February 2011 - 09:08 AM

Funny I had a friend look over my page and the centered footer was his biggest concern.

I kept trying several things in the global.css file but nothing seemed to work.

safewithyou247 had it right to begin with! Also worked to get rid of/add pages!

#20 randei

    PrestaShop Newbie

  • 31 Jan 2011
  • Members
  • Pip
  • 1 posts

Posted 04 March 2011 - 10:31 AM

Use Grepwin:
Goto mails and search for prestashop or powered by prestashop and replace





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users