nickian / mautic-whitelabeler

Easily change the logos, colors and company name in the Mautic user interface.
275 stars 112 forks source link

colors do not change #170

Open louridi-brahim opened 3 weeks ago

louridi-brahim commented 3 weeks ago

Hi Thank you for your tool, it is very practical nevertheless I defined the colors of the sidebar and the general colors but it does not work. I cleared my browser cache PHP Version 8.1.30 Versions Mautic 5.1.1 Do you know where the problem could come from?

THANK YOU

nickian commented 3 weeks ago

Look at the common issues section of the README.md file. Try this:

You have to regenerate the assets on the server. You can do either of these:

Replace www-data if that is not the web server user.

cd /mautic/root
npm install
sudo -u www-data php bin/console mautic:assets:generate

Or this should also work because it triggers a script that generates the assets:

cd /mautic/root
composer install
louridi-brahim commented 2 weeks ago

Thanks for your feedback, the colors have been changed but the icons in the sidebar, and in the header the icons of the bell and the parameters are no longer displayed either. Do I need to run another command? Thanks Capture d’écran 2024-10-28 à 17 06 47

djimatr commented 1 week ago

Confirmed that the configuration and the bell are missing and no longer accessible after running regenerate assets- here is a screenshot whitelabelererror