Ryan_Glass Posted April 12, 2013 Share Posted April 12, 2013 How to I change the backoffice page titles - they appear as "Home - PrestaShop" but I would like them to appear as "Home - MyShop" Thanks Link to comment Share on other sites More sharing options...
vekia Posted April 12, 2013 Share Posted April 12, 2013 what version prestashop you use? Link to comment Share on other sites More sharing options...
Ryan_Glass Posted April 14, 2013 Author Share Posted April 14, 2013 1.5.4.0 Link to comment Share on other sites More sharing options...
vekia Posted April 14, 2013 Share Posted April 14, 2013 ok, thanks for information, so in this case you have: 1) open admin/themes/default/template/header.tpl file 2) in line ~34 you've got probably something like this: <title>{$meta_title} - PrestaShop™</title> This is the title of your admin pages, just remove the "- PrestaShop™" you can also put there anything you want 2 Link to comment Share on other sites More sharing options...
Ryan_Glass Posted April 14, 2013 Author Share Posted April 14, 2013 Thanks for this - worked perfectly. Much appreciated Link to comment Share on other sites More sharing options...
zee28 Posted July 25, 2013 Share Posted July 25, 2013 hi i trying to do the same thing but i cant find that code in the header.tpl file Link to comment Share on other sites More sharing options...
vekia Posted July 25, 2013 Share Posted July 25, 2013 hi i trying to do the same thing but i cant find that code in the header.tpl file hello are you sure that you're chcking correct directory? YOUR_ admin_DIRECTORY/themes/default/template/header.tp Link to comment Share on other sites More sharing options...
octagonal elf Posted May 14, 2014 Share Posted May 14, 2014 Hi. How do I change the Prestashop login display as shown in the picture? Thanks and appreciate your help... Link to comment Share on other sites More sharing options...
octagonal elf Posted May 14, 2014 Share Posted May 14, 2014 Btw, I am on Prestashop 1.6.0.6, thanks. Link to comment Share on other sites More sharing options...
vekia Posted May 14, 2014 Share Posted May 14, 2014 open file: /ADMIN_DIR/themes/default/template/controllers/login/content.tpl there is a code like: <h1 class="text-center"> <img id="logo" width="40px" src="{$img_dir}icon-prestashop.svg"/> PRESTASHOP </h1> + social networks <div id="login-footer"> <p class="text-center text-muted"> <a href="http://www.prestashop.com/" onclick="return !window.open(this.href);"> © PrestaShop™ 2007-{$smarty.now|date_format:"%Y"} - All rights reserved </a> </p> <p class="text-center"> <a class="link-social link-twitter" href="https://twitter.com/PrestaShop" target="_blank" title="Twitter"> <i class="icon-twitter"></i> </a> <a class="link-social link-facebook" href="https://www.facebook.com/prestashop" target="_blank" title="Facebook"> <i class="icon-facebook"></i> </a> <a class="link-social link-github" href="https://github.com/PrestaShop/PrestaShop/" target="_blank" title="Github"> <i class="icon-github"></i> </a> <a class="link-social link-google" href="https://plus.google.com/+prestashop/" target="_blank" title="Google"> <i class="icon-google-plus"></i> </a> </p> </div> just modify it as you want :-) Link to comment Share on other sites More sharing options...
pbdwaj Posted September 28, 2014 Share Posted September 28, 2014 ok, thanks for information, so in this case you have: 1) open admin/themes/default/template/header.tpl file 2) in line ~34 you've got probably something like this: <title>{$meta_title} - PrestaShop™</title> This is the title of your admin pages, just remove the "- PrestaShop™" you can also put there anything you want how to do the same for Prestashop 1.6 ? want to replace prestashop with some Text. Link to comment Share on other sites More sharing options...
vekia Posted September 28, 2014 Share Posted September 28, 2014 how to do the same for Prestashop 1.6 ? want to replace prestashop with some Text. for what template? Link to comment Share on other sites More sharing options...
pbdwaj Posted September 28, 2014 Share Posted September 28, 2014 for default bootstrap theme. for what template? for default prestashop 1.6 theme Link to comment Share on other sites More sharing options...
vekia Posted September 28, 2014 Share Posted September 28, 2014 i just missed fact tat we are dealing here with BACK OFFICE not front office :\ themes/default/template/controllers/login/header.tpl remove: (PrestaShop™) from: <title> {$shop_name} {if $meta_title != ''}{if isset($navigationPipe)}{$navigationPipe|escape:'html':'UTF-8'}{else}>{/if} {$meta_title}{/if} (PrestaShop™) </title> 1 Link to comment Share on other sites More sharing options...
pbdwaj Posted September 28, 2014 Share Posted September 28, 2014 i just missed fact tat we are dealing here with BACK OFFICE not front office :\ themes/default/template/controllers/login/header.tpl remove: (PrestaShop™) from: <title> {$shop_name} {if $meta_title != ''}{if isset($navigationPipe)}{$navigationPipe|escape:'html':'UTF-8'}{else}>{/if} {$meta_title}{/if} (PrestaShop™) </title> Thanks Vekia, you are God for prestashop. Link to comment Share on other sites More sharing options...
vekia Posted September 28, 2014 Share Posted September 28, 2014 you're welcome glad to hear that i could help a little with regards, Milos Link to comment Share on other sites More sharing options...
muhammedsabir2007 Posted May 21, 2015 Share Posted May 21, 2015 Hai, am new in Prestashop, how can i navigate to header.tpl file. please Help sabir. Link to comment Share on other sites More sharing options...
Exolt Admin Posted August 6, 2015 Share Posted August 6, 2015 ok, thanks for information, so in this case you have: 1) open admin/themes/default/template/header.tpl file 2) in line ~34 you've got probably something like this: <title>{$meta_title} - PrestaShop™</title> This is the title of your admin pages, just remove the "- PrestaShop™" you can also put there anything you want Link to comment Share on other sites More sharing options...
Exolt Admin Posted August 6, 2015 Share Posted August 6, 2015 It my first time here. I have the same issue, I need to change 'prestashop' title and links on the admin & employee login screen. I tried once and gave up eventually, pls help. I am using prestashop 1.6 cloud. Link to comment Share on other sites More sharing options...
Skarlet Posted August 25, 2015 Share Posted August 25, 2015 Hi I have change the login page, but I haven change the color of the background, can you please tell me where can I chage the background? Regards, Link to comment Share on other sites More sharing options...
vekia Posted August 25, 2015 Share Posted August 25, 2015 Hi I have change the login page, but I haven change the color of the background, can you please tell me where can I chage the background? Regards, what ps version? Link to comment Share on other sites More sharing options...
Skarlet Posted August 25, 2015 Share Posted August 25, 2015 1 Hi.... the version is 1.6 Thank you Link to comment Share on other sites More sharing options...
vekia Posted August 25, 2015 Share Posted August 25, 2015 admin-theme.css line 4 body { font: 400 12px/1.42857 "Open Sans",Helvetica,Arial,sans-serif; color: #555; background-color: #EFF1F2; -webkit-tap-highlight-color: transparent; } change backgrund-color param to any other color you want Link to comment Share on other sites More sharing options...
Skarlet Posted August 25, 2015 Share Posted August 25, 2015 Great !!! I will test and I will let you know Thank you man.... Link to comment Share on other sites More sharing options...
Bouda Posted January 22, 2016 Share Posted January 22, 2016 Hi, I am having the same issue in regards of removing the trademark from the dashboard's header. I am using version 1.6.1.4 and would like to replace that with another text.. Could someone help please Kind regards Link to comment Share on other sites More sharing options...
mxg Posted April 11, 2016 Share Posted April 11, 2016 although the solutions here provided do work, THEY ARE NOT THE PROPER WAY TO MODIFY YOUR FILES! if you pay attention, on every file you'll see a notice: * DISCLAIMER** Do not edit or add to this file if you wish to upgrade PrestaShop to newer* versions in the future. this means that yes, you're free to modify your files, but next time you upgrade PrestaShop you'll either loose your changes or things will break. i've been unable so far to find a proper way to modify ROOT/adminXXX/themes/default/template/header.tpl but i have successfully modified: - ROOT/adminXXX/themes/default/template/controllers/login/content.tpl by adding the modifications to - ROOT/override/controllers/admin/templates/login/content.tpl (this seems to work for all .tpl files in admin's default/template/controllers subdirectories) and apply CSS changes by adding my style declarations to: - ROOT/adminXXX/themes/default/css/overrides.css does anyone know of the PROPER way to apply changes to ROOT/adminXXX/themes/default/template/header.tpl ? Link to comment Share on other sites More sharing options...
ibrstore Posted April 11, 2016 Share Posted April 11, 2016 ok, thanks for information, so in this case you have: 1) open admin/themes/default/template/header.tpl file 2) in line ~34 you've got probably something like this: <title>{$meta_title} - PrestaShop™</title> This is the title of your admin pages, just remove the "- PrestaShop™" you can also put there anything you want Please Help Me How can i remove/replace this icon from admin panel? See image Link to comment Share on other sites More sharing options...
ibrstore Posted April 11, 2016 Share Posted April 11, 2016 How can i remove/replace prestashop verson icon from admin panel? See image Plzzzzzzzzzzz Help me Link to comment Share on other sites More sharing options...
ibrstore Posted April 11, 2016 Share Posted April 11, 2016 ok, thanks for information, so in this case you have: 1) open admin/themes/default/template/header.tpl file 2) in line ~34 you've got probably something like this: <title>{$meta_title} - PrestaShop™</title> This is the title of your admin pages, just remove the "- PrestaShop™" you can also put there anything you want Please Help Me How can i remove/replace this icon from admin panel? See image Attached Thumbnails Link to comment Share on other sites More sharing options...
ibrstore Posted April 14, 2016 Share Posted April 14, 2016 ok, thanks for information, so in this case you have: 1) open admin/themes/default/template/header.tpl file 2) in line ~34 you've got probably something like this: <title>{$meta_title} - PrestaShop™</title> This is the title of your admin pages, just remove the "- PrestaShop™" you can also put there anything you want Please Help Me How can i remove/replace this icon from admin panel? See image Attached Thumbnails Unable to find this code <title>{$meta_title} - PrestaShop™</title> tp prestashop version 1.6.1.4 Link to comment Share on other sites More sharing options...
mxg Posted April 14, 2016 Share Posted April 14, 2016 @ibrstore that icon is added via CSS, in this file: ADMIN/themes/default/css/admin-theme.css at line 4: #header_shopversion { background: rgba(0, 0, 0, 0) url("../img/prestashop-avatar-header_shopname.png") no-repeat scroll left top / auto 36px; font-size: 1.3em !important; height: 36px; margin: 0 5px 0 0; padding-left: 140px !important; position: relative; } i know that much, and it'd be easy to replace it (just upload your own icon in ADMIN/themes/default/img/prestashop-avatar-header_shopname.png and change the CSS accordingly), but i'm not sure it's the proper way to do it, since you're not supposed to modify the original files that way, or else next time you won't be able to upgrade. i've been asking exactly how one is supposed to modify the header template, but so far no one has replied. sorry. one thing you could do is to change whatever you need manually and keep track of the changes - for instance, create a backup version of the file you're changing, so that before you upgrade you can put things back the way they were and reapply the changes afterwards. Link to comment Share on other sites More sharing options...
Micha93 Posted March 4, 2017 Share Posted March 4, 2017 Do not update the changes made to /ADMIN_DIR/themes/default/template/controllers/login/content.tpl files on the site, the cache is disabled. The version is 1.6.1.11 . Why? thanks very much Link to comment Share on other sites More sharing options...
Micha93 Posted March 6, 2017 Share Posted March 6, 2017 up Link to comment Share on other sites More sharing options...
BigBshop Posted May 27, 2017 Share Posted May 27, 2017 How I remove prestashop logo & social media link from super admin login page. Link to comment Share on other sites More sharing options...
Skarlet Posted May 27, 2017 Share Posted May 27, 2017 Hi BigBshop Check the post Number 10, it answer your question Regards, Link to comment Share on other sites More sharing options...
shon Posted May 17, 2019 Share Posted May 17, 2019 Hello everyone, modifying the file admin\themes\default\template\header.tpl similar to what is explained here I deleted the display of quick-access and search-bar because they created problems with employees. The problem is that now, as in the image below, the icons "view my shop", "notifications" and "account" have all moved to the left. Would anyone please kindly tell me how I can move them all to the right? My PS version is 1.7.5. Link to comment Share on other sites More sharing options...
shon Posted May 20, 2019 Share Posted May 20, 2019 nobody knows how to help me ? Link to comment Share on other sites More sharing options...
Eduardo Carcur Posted May 20, 2019 Share Posted May 20, 2019 Hello, have version 1,7, can I ask how to change "featured, best sellers, lastest and specials" for my own titles ?? Link to comment Share on other sites More sharing options...
shon Posted June 23, 2019 Share Posted June 23, 2019 On 5/20/2019 at 5:57 PM, Eduardo Carcur said: Hello, have version 1,7, can I ask how to change "featured, best sellers, lastest and specials" for my own titles ?? You can change titles from translations, from Backoffice go to International-> Translations-> In the "Modify translations" tab set: Type of translation: theme transaltions Select your theme: classic (or else if you use another) Select your language: (the language you use, if you use multiple languages you must repeat it for each language) click on modify You find what you were looking for already in the left column, or you can help you search for the terms with the search bar at the top. I hope it helps. ---------------------------- On 5/17/2019 at 5:11 PM, shon said: Hello everyone, modifying the file admin\themes\default\template\header.tpl similar to what is explained here I deleted the display of quick-access and search-bar because they created problems with employees. The problem is that now, as in the image below, the icons "view my shop", "notifications" and "account" have all moved to the left. Would anyone please kindly tell me how I can move them all to the right? My PS version is 1.7.5. No one knows how to help me on this? Please. 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