Favicon not showing when setup done thru Settings>Configuration>White Label  [SOLVED]

Discussions about the usage of KeyHelp.
Post Reply
cyumuyc
Posts: 1
Joined: Wed 12. Feb 2025, 15:50

Favicon not showing when setup done thru Settings>Configuration>White Label

Post by cyumuyc »

Hi,

I need help in setting Favicon thru Settings > Configuration > White Label > English. When I upload my Favicon file, browser do not shows any icon. It does show KeyHelp icon when reverted back.

Please suggest what I am doing wrong.

Thanks.
Shanti
User avatar
Alexander
Keyweb AG
Posts: 4340
Joined: Wed 20. Jan 2016, 02:23

Re: Favicon not showing when setup done thru Settings>Configuration>White Label  [SOLVED]

Post by Alexander »

Hello,

this is because of a small bug in KeyHelp 25.0, which affects some systems (strangely not everyone).

To fix it:

1) Open /home/keyhelp/www/keyhelp/theme/bulma/twig/base/base.twig

Code: Select all

Find:         <link type="image/x-icon" rel="shortcut icon" href="{{ _white_label.favicon_url }}?{{ _app.cache_control }}">
Replace with: <link type="image/x-icon" rel="shortcut icon" href="{{ _white_label.favicon_url }}&{{ _app.cache_control }}">
2) Open open /home/keyhelp/www/keyhelp/theme/bulma/twig/admin_dashboard.twig

Code: Select all

Find:         <img class="svg-vendor-logo" src="{{ _white_label.favicon_url }}?{{ _app.cache_control }}">
Replace with: <img class="svg-vendor-logo" src="{{ _white_label.favicon_url }}&{{ _app.cache_control }}">
3) After the change, call

Code: Select all

keyhelp-toolbox
and choose

Code: Select all

8) Clear template cache
Mit freundlichen Grüßen / Best regards
Alexander Mahr

**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
User avatar
Fezzi
Posts: 242
Joined: Wed 12. Dec 2018, 04:04

Re: Favicon not showing when setup done thru Settings>Configuration>White Label

Post by Fezzi »

Thank you Alex, works perfect...
Gruss

Fezzi

Everyone can do something, no one can do everything.
Post Reply