0
jfistelmann created
2 Answer(s)
-
0
- There was a structural change in the LeptonX theme's footer handling for MVC/Razor Pages applications. If your custom footer (_Footer.cshtml) stopped working, it is likely due to changes introduced in recent ABP/LeptonX updates.
- The official migration guide for ABP 8.0 does not mention a breaking change specifically for the public site footer, but the support documentation confirms that the AuthServer and similar applications now require you to place your custom _Footer.cshtml under the correct theme path: Themes/LeptonX/Layouts/Application.
- To restore your custom footer, ensure your _Footer.cshtml is located at: Themes/LeptonX/Layouts/Application/_Footer.cshtml in your Public web project.
Sources:
- https://abp.io/docs/latest/ui-themes/lepton-x/mvc#customizing-the-footer-section
- https://abp.io/support/questions/9387
- https://abp.io/docs/latest/release-info/migration-guides/abp-8-0
This response was generated by AI. If it didn’t solve your problem, feel free to post a new answer — our support team will jump in to help you soon.
-
0