LogicMachine Forum
Difference in widgets - Printable Version

+- LogicMachine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Visu (https://forum.logicmachine.net/forumdisplay.php?fid=24)
+--- Thread: Difference in widgets (/showthread.php?tid=6410)



Difference in widgets - CristianAgata - 01.05.2026

Good morning,
I can't understand where is the wrong setting. I realize a widget an in admin mode I have a kind of visualization and in user mode another.
I have attached some screen shots.
Best regards Cristian


RE: Difference in widgets - admin - 01.05.2026

Please provide visu backup.


RE: Difference in widgets - CristianAgata - 01.05.2026

(6 hours ago)admin Wrote: Please provide visu backup.

Thanks, done.
BR Cristian


RE: Difference in widgets - admin - 01.05.2026

Thanks for the backup. Which visu version are you using?


RE: Difference in widgets - CristianAgata - 01.05.2026

(5 hours ago)admin Wrote: Thanks for the backup. Which visu version are you using?

Last one beta test.
Lm5 last firmware.
Best regards Cristian


RE: Difference in widgets - admin - 01.05.2026

Thanks, this will be fixed in the next version.

For a partial work-around add this to Custom CSS:
Code:
.widget-shape .widget-content:before {
  box-shadow: var(--visu-widget-shadow) !important;
}