Open Closed

Can't add main header top #7344


User avatar
0
innovawide created
  • ABP Framework version: v7.2.1
  • UI Type: MVC / Blazor WASM
  • Database System: EF Core (SQL Server, )
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace: I cant add the main header menu on my project, is there any permission to manage?
  • Steps to reproduce the issue:

3 Answer(s)
  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    Hello,

    Could you please share the steps to reproduce the issue or any screenshots? Actually, I am not getting your question exactly please elaborate it.

    thanks

  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    Hello,

    If you want to change sidemenu to topmenu add below code in your Web.Module.cs

       Configure<LeptonXThemeMvcOptions>(options =>
          {
              options.ApplicationLayout = LeptonXMvcLayouts.TopMenu;
          });
    

    please let me know if anything else required

    Thanks

  • User Avatar
    0
    innovawide created

    Hello,

    Could you please share the steps to reproduce the issue or any screenshots? Actually, I am not getting your question exactly please elaborate it.

    thanks

Made with ❤️ on ABP v8.2.0-preview Updated on března 25, 2024, 15:11