Monday, September 17, 2018

How to remove manage banner from Bitnami Google Cloud PrestaShop 1.7.4.2

If you are using Google Cloud web hosting for your PrestaShop e-commerce cart you can install using the web-app installer like Bitnami. However, it will leave a banner called "Manage" at the bottom right-hand corner of the all the pages including the admin back office, main template (desktop), and the mobile template.

So this tutorial is to remove the "Manage" banner as it is not part of the PrestaShop and not nice for public view to see it.

Step 1:

Log into the Google Cloud and look for Deployment Manager - if you don't see it anywhere just type in the search box like so and click on it.



Step 2:

Click on the SSH and Open in a browser window - The SSH Linux command prompt window will pop up and it takes few seconds for the command prompt to become active. Wait patiently until you see some of the command loaded with the Logo Bitnami

remove manage banner from bitnami hosting

Step 3:

Once the command prompt loaded and become active you are ready to type a new command into and do the following: This will remove all the "Manage" banner from the back office (admin page), main PrestaShop and also the mobile template.




 sudo /opt/bitnami/apps/prestashop/bnconfig --disable_banner 1

Once the banner has been removed you need to restart the Apache Server then use the following command to restart the server

sudo /opt/bitnami/ctlscript.sh restart apache

Once restart you can exit the SSH Linux command prompt by clicking "x" on the browser or type "exit" and press enter. You are done

bitnami google cloud remove manage banner

No comments:

Post a Comment