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 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 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

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.2.0-preview. Updated on March 17, 2025, 10:38