Great, I am closing the ticket as the issue resolved.
Regards
Hello,
Try to change the version of LeptonX to 3.1.0 like
@volosoft/abp.ng.theme.lepton-x": "~3.1.0",
after that delete your yarn.lock
file and then run the below commands
yarn
npm start
Could you give it a try if it works?
Thanks
Hello,
You can create a custom css file under the wwwroot
folder and add that custom css file to BundleContributor
.
Please refer to this similar issue for adding custom css files https://support.abp.io/QA/Questions/5193/How-to-add-custom-CSS-files-in-solution-and-render-them or you may refer to this doc https://docs.abp.io/en/abp/latest/UI/Blazor/Global-Scripts-Styles
thanks
Hello,
Please share some sample codes by mail at support@abp.io, and mention your ticket number in the mail. Then I can help you better.
Thanks
Hello,
Whenever the route does not match then it automatically redirects to home. I have one example please check yours accordingly
{
path: '/book-store',
name: '::Menu:BookStore',
iconClass: 'fas fa-book',
order: 101,
layout: eLayoutType.application,
},
{
path: '/books1',
name: '::Menu:Books1',
parentName: '::Menu:BookStore',
layout: eLayoutType.application
},
{
path: '/books2',
name: '::Menu:Books2',
parentName: '::Menu:Books1',
layout: eLayoutType.application
},
please let me know if anything needed.
Thanks
Hello,
Sorry it's my bad. I apologise for your inconvenience. I will check again and get back to you asap.
Thanks
Hello,
Please Check this https://docs.abp.io/en/abp/latest/UI/Angular/Modifying-the-Menu#how-to-patch-or-remove-a-navigation-element
Thanks