LogicMachine Forum
Cristian First test - Printable Version

+- LogicMachine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Visu beta testing (https://forum.logicmachine.net/forumdisplay.php?fid=24)
+--- Thread: Cristian First test (/showthread.php?tid=5686)

Pages: 1 2


RE: Cristian First test - Daniel - 13.11.2024

Your background is there only you are also using background on plan and it is overlapping it. Anything on plan will be above elements on Layout.


RE: Cristian First test - CristianAgata - 03.12.2024

Hi Daniel,
May I ask the best practice to add additional CSS?
I can't understand the syntace.
And is there a way for layout to overlap the background?
Best regards Cristian


RE: Cristian First test - admin - 04.12.2024

Please describe in more detail what you want to adjust with Custom CSS.


RE: Cristian First test - CristianAgata - 04.12.2024

(04.12.2024, 11:35)admin Wrote: Please describe in more detail what you want to adjust with Custom CSS.
Hi admin 
I tried to change the font of a text. It is only for test no real scope. Bit I can't understand how add them.
Best regards Cristian


RE: Cristian First test - admin - 04.12.2024

Use inspector in browser dev tools (F12) to find CSS classes for relevant elements.
This example changes the font for the level/plan menu.
Code:
.tree-view {
  font-family: Monospace;
}



RE: Cristian First test - CristianAgata - 04.12.2024

(04.12.2024, 11:49)admin Wrote: Use inspector in browser dev tools (F12) to find CSS classes for relevant elements.
This example changes the font for the level/plan menu.
Code:
.tree-view {
  font-family: Monospace;
}

Clear, thanks. About layout above main page background, do you think is it possible?
Best regards


RE: Cristian First test - admin - 04.12.2024

Please provide some details on what you want to achieve.

Layout works the same as in the old visualization. Stacking order from top to bottom is:
- plan widgets
- layout widgets
- plan background
- layout background


RE: Cristian First test - CristianAgata - 04.12.2024

(04.12.2024, 12:06)admin Wrote: Please provide some details on what you want to achieve.

Layout works the same as in the old visualization. Stacking order from top to bottom is:
- plan widgets
- layout widgets
- plan background
- layout background
Clear, 
When I came back office I will give you a screenshot of what I want realise.
Thanks so much.


RE: Cristian First test - CristianAgata - 04.12.2024

   
(04.12.2024, 12:06)admin Wrote: Please provide some details on what you want to achieve.

Layout works the same as in the old visualization. Stacking order from top to bottom is:
- plan widgets
- layout widgets
- plan background
- layout background
Hi admin,
My will it is realise something like this (attached file):
Stack order background -> layout -> widget 
Now I have added the strip with paint.
Best regards Cristian


RE: Cristian First test - Daniel - 06.12.2024

You can just use image on Layout if you want the graphical element to be on top of the plan background.


RE: Cristian First test - CristianAgata - 06.12.2024

(06.12.2024, 12:09)Daniel Wrote: You can just use image on Layout if you want the graphical element to be on top of the plan background.

Hi Daniel already tried but there is a limit in the width and I can't arrive from side to side ? 
Best regards Cristian


RE: Cristian First test - Daniel - 06.12.2024

This should work, can you share the backup to show this limitation?


RE: Cristian First test - CristianAgata - 06.12.2024

(06.12.2024, 12:15)Daniel Wrote: This should work, can you share the backup to show this limitation?

Ok


RE: Cristian First test - CristianAgata - 07.12.2024

(06.12.2024, 12:15)Daniel Wrote: This should work, can you share the backup to show this limitation?

Hi Daniel,
check on the layout HOME_STRIP where you can see that the maxim width it is 1028 I need to reach 1280.
Let me know if this it is the maximum width.
Best regards Cristian


RE: Cristian First test - Daniel - 09.12.2024

OK this is a bug, image should have no limit like this.


RE: Cristian First test - CristianAgata - 08.02.2025

Hi Team,
I've found a strange behavior in the plan link, the icon of the link in plan view are ok in tile view is not ok (I've tested with several format WxH but all have problem).
I attached the image.
Best regards Cristian


RE: Cristian First test - admin - 10.02.2025

Set "display mode" to "icon" or provide text for both states (active/inactive).


RE: Cristian First test - CristianAgata - 10.02.2025

(10.02.2025, 07:13)admin Wrote: Set "display mode" to "icon" or provide text for both states (active/inactive).

Hi Admin,
I think it was a chace problem because now I delate the chronology and it works fine.
Best regards Cristian