Problème viseule Design V4

Bonjour à tous.
Alors je m’explique, j’ai repris un design perso du plugin Thermostat.

Le plugin fonctionne bien mais j’ai un gros souci d’affichage depuis le passage en V4;

Sur le Dashboard pas de problème par contre sur le design c’est autre chose.

Quelqu’un peut-il m’aiguiller ?


Bonjour,
Ça manque d’info je pense mais les widgets v3 ne sont plus compatible v4.
Tu dis le refaire avec l’outils v4.

Bonjour,
Exact c’est en fait un widget numérique qui me fout le bazar.
Son code ici…
Si quelqu’un est plus doué que moi…

#name#
#unite#
#minHistoryValue#|#averageHistoryValue#|#maxHistoryValue#
@font-face { font-family: stateFont; src:url("plugins/widget/core/template/dashboard/cmd.info.numeric.Round/fonts/appleberry.eot?") format("eot"), url("plugins/widget/core/template/dashboard/cmd.info.numeric.Round/fonts/appleberry.woff") format("woff"), url("plugins/widget/core/template/dashboard/cmd.info.numeric.Round/fonts/appleberry.ttf") format("truetype"), url("plugins/widget/core/template/dashboard/cmd.info.numeric.Round/fonts/appleberry.svg#appleberry") format("svg"); font-weight:normal;font-style:normal; } @font-face { font-family: stateFont2; src: url('plugins/widget/core/template/dashboard/cmd.info.numeric.Round/fonts/jennifer.ttf'); } @font-face { font-family: uniteFont; src: url('plugins/widget/core/template/dashboard/cmd.info.numeric.Round/fonts/erasdust.ttf'); } div.roundWidget#id# { width: 90px; min-height: 90px; } div.DisplayRound#id# { position: relative; } div.DisplayRoundIMG#id# { position:absolute; width: 100%; z-index:1; } span.intRound#id# { font-family: stateFont; font-size:20px; color: white; } span.decRound#id# { font-family: stateFont; font-size:15px; color: white; } div.roundState#id# { position:absolute; width: 100%; text-align: center; top: 25px; z-index:2; } div.roundUnite#id# { font-family: uniteFont; font-size:12px; color: white; position:absolute; width: 100%; text-align: center; top: 47px; z-index:2; } img.roundImg#id# { width: 80px; height: 80px; } div.history#id# { font-size:8px; color: white; position:absolute; width: 100%; text-align: center; top: 80px; z-index:2; }