Hi, I've read some of the other threads about changing from the default (layout4) theme used in ASP.NET Zero to the default Metronic layout (layout1) and I'm having some issues in the Core/jQuery solution.
The previous thread I read was here: #1860
I changed the _Layout.cshtmal file to point to the correct theme path, visually it updated but the "Administration" menu won't un-collapse. There is no sidebar.cshtml file for me to update in the core solution - where do I find these files to make the updates?
Thanks,
1 Answer(s)
-
0
Hi,
You need to change files in here <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/tree/dev/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Web.Mvc/Areas/AppAreaName/Views/Shared/Components/AppAreaNameSideBar">https://github.com/aspnetzero/aspnet-ze ... ameSideBar</a>.
Please let us know if you face any problems.