PrestaShop Forum

The best place in the world to ask questions about PrestaShop and get advice from our passionate community!

PrestaShop Forum

Jump to content

 

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

90 replies to this topic
#1
safewithyou247

    PrestaShop Newbie

  • Members
  • Pip
  • 10 posts
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

  • Members
  • Pip
  • 21 posts
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

  • Moderators
  • 1913 posts
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;

Helpful hints and tips to Empower your Prestashop site - Join us on Facebook and get involved, tell us the things that help you.
If you think someone's answer helped, please give him/her a Positive Reputation vote by liking their post.
E-commerce hosting from Scotserve, fast, reliable and affordable.

#4
sarmenhb

    PrestaShop Newbie

  • Members
  • Pip
  • 9 posts
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

  • Members
  • Pip
  • 16 posts
Thanks bro!

#6
Guest__*
  • Guests
You can easily add a copyright notice — with a “self-updating” current year display as well.


Open this file:
\themes\YOUR_THEME\footer.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

  • Members
  • PipPipPip
  • 804 posts
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

  • Members
  • Pip
  • 4 posts
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

  • Members
  • Pip
  • 7 posts

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

  • Members
  • Pip
  • 7 posts
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

  • Members
  • PipPip
  • 386 posts
1.4 - "modules/blockcms/blockcms.tpl"

#12
glenwheeler

    PrestaShop Newbie

  • Members
  • Pip
  • 13 posts

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

  • Members
  • Pip
  • 10 posts
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

  • US Moderators
  • 9988 posts
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.

#15
amoon

    PrestaShop Apprentice

  • Members
  • PipPip
  • 48 posts

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

  • Members
  • PipPip
  • 57 posts
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

  • US Moderators
  • 9988 posts
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.

#18
nuclearholocausto

    PrestaShop Apprentice

  • Members
  • PipPip
  • 57 posts
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

  • Members
  • Pip
  • 7 posts
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

  • Members
  • Pip
  • 1 posts
Use Grepwin:
Goto mails and search for prestashop or powered by prestashop and replace