Placido-Shop

Placido-Shop

e-commerce software

  App Documentation

(The documentation is being written)

Here you will find useful information for the installation and configuration of Placido-Shop.
See the menu button below.

  How to set your favicons package

To generate your favicons easily,
we recommend the excellent RealFaviconGenerator site which will allow you to easily create your favicons and download a folder of favicons intended for specific platforms.

RealFaviconGenerator is a powerful and free tool,
don't forget to donate to the site to support them.

  See in this page :
How to set your favicons in video (no sounds)

  How to proceed ?

Go to the RealFaviconGenerator website.
Click the "Select your Favicon image" button and select your logo image.
Adjust the various parameters offered.
  Important : In the last field "Favicon Generator Options"
-> Choose the option "I cannot or I do not want to place favicon files at the root of my web site.
Instead I will place them here:"
and enter "FAV" in the field (without the quotes!) to indicate that the favicons path will point to the "FAV" folder located at the root of your website.
Click on "Generate your Favicons and HTML code" and wait for the end of the creation process.
Download your package by clicking on "Favicon package"
Unzip your package on a folder.
Upload all content, except for the site.webmanifest file,
(because it conflicts with the .webmanifest file of the web-application program)
to the "FAV" folder in the root of your website.
Open the templates/BASE/base.html file with a code editor and replace all the code under
<!-- FAV icons --> in the <head> part of the code by the code provided by RealFaviconGenerator,
as follow :

 <!-- FAV icons --> <link rel="apple-touch-icon" sizes="180x180" href="FAV/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="FAV/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="FAV/favicon-16x16.png"> <link rel="mask-icon" href="FAV/safari-pinned-tab.svg" color="#e2e2e2"> <link rel="shortcut icon" href="FAV/favicon.ico"> <meta name="msapplication-TileColor" content="#2d89ef"> <meta name="msapplication-config" content="FAV/browserconfig.xml"> <meta name="theme-color" content="#e2e2e2">  

Do not reference the .webmanifest line of code:

 <!-- No! --> <link rel="manifest" href="/site.webmanifest">  

Clear your browser cache and refresh your page if you don't see the favicon change.

  Note: You do not have to go through RealFaviconGenerator to generate your favicon,
you can create them by another means, name the files differently, etc ...

  See how to proceed in video (no sounds)