ok, thanks.
Hi,
I am studying the book of 'implementing domain driven design' and wondering where i can have the source code of the example project introduced in the book.
It could help to save a lot of time if looking at the code while reading the book. thanks!
Andy
hai liming, thanks for your response.
I don't want to use two sets of package as it is unnecessary and will increase the download time.
can you please confirm if I can use the LeptonX Blazor server theme without the Blazorise package?
Hi,
I am developing based on ABP Blazor server commercial + LeptonX theme.
My problem is i want to use Syncfusion blazor component instead of Blazorise that is there by default.
While I tried to get rid of Blazorise and adding Syncfusion packages in, I encounter a runtime error:
AbpException: Could not find the bundle file '/_content/Blazorise.Bootstrap5/blazorise.bootstrap5.css' for the bundle 'Blazor.LeptonXTheme.Global'!
Does this mean I cannot remove Blazorise?
I have also added syncfufion packages into my project but the controls don't show on the pages while no error is through.
this is an article i followed: https://community.abp.io/posts/using-syncfusion-components-with-the-abp-framework-5ccvi8kc
Or this only works in the community version ABP?
Thank you.
thanks! all good now.
OK, I figure out can use the code below to change the layouts in the pages. are there easier /
@{ Layout = "~/Themes/LeptonX/Layouts/Account/Default.cshtml"; }
or put the code into a _ViewStart page
Hi,
I am using the commercial LeptonX themes and get some questions.
The default layout for my razor page website is Application, but for some pages, I have to use the Account layout (such as the signin and registration pages). Can you please let me know how I can achieve this?
Can you please let me know where I can find the source code of the custom pages from demo site: https://x.leptontheme.com/side-menu/custom-pages/blog I have downloaded the source code of the LeptonX pro theme but don't find them there.
Thank you.