Home Indix page design

0
I have attached the design requirement in Mendix. I need to develop exactly the same page layout as shown in the image. If anyone has already developed a similar page, has an idea, or can share an MPK file, please share it with me. I can incorporate and reuse it. The key challenge is that in Mendix, the default left navigation bar and top bar are fixed, but they should not be visible for this page. I need the page to match the design exactly. Please share any solution, example, or reference if available.Thanks in advance.  
asked
2 answers
1

Hi,

Since I’m working on enterprise solutions, it wouldn’t be appropriate to share a similar implementation as a module.

The solution is to use a separate layout without navigation for this page. In Mendix, the top bar and left navigation are part of the layout and cannot be disabled per page, so the correct approach is to duplicate a blank or login-style layout, remove the top bar and sidebar entirely, and assign this layout only to the required page. This way, the navigation is not hidden via CSS but is not rendered at all, allowing the page to match the design exactly.

Hopefully this helps you. 

answered
0

Thank you, Mr. Ahmet. This really helps me and gives me confidence. I’m looking forward to your continued support.

answered