Dashticz / dashticz_v2

Alternative dashboard for Domoticz
107 stars 62 forks source link

TV Guide icon not shown in TV Guide block (beta 2.4.0) anymore #382

Closed HansieNL closed 5 years ago

HansieNL commented 5 years ago

The TV Guide icon is not shown in the TV Guide block in beta 2.4.0 anymore. This icon is shown in master 2.3.3. If I change <em class="fa-television"></em> to <em class="fas fa-tv"> the icon is shown, but doesn't resize well. See https://www.domoticz.com/forum/viewtopic.php?f=67&t=17427&start=440#p193343 for picture

HansieNL commented 5 years ago

@Lokonli : Just tested your updated files, but TV icon still not shown. If I change <em class="fa-television"></em> in browser dev tools to <em class="fas fa-tv"></em> icon is shown and resizes. Can you check again and fix please?

lokonli commented 5 years ago

'fa-television' doesn't work anymore with the new FontAwesome release. You have to change 'fa-television' to 'fas fa-tv' in the tvguide line in your CONFIG.js.

HansieNL commented 5 years ago

Thanks. Missed that one (config.js) completely. I thought it was a predefined one.