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
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
Hello,
please check similar issuehttps://support.abp.io/QA/Questions/7194/SaasServiceHttpApiHost-terminated-unexpectedly-Error#answer-3a128dcf-3401-6048-cc3c-9217fb0e882d https://support.abp.io/QA/Questions/4390/Getting-Error-While-Deploying-to-Azure--Please-Help if it helps you
thanks
Hello again,
let me check and get back to you.
Thanks
Hello,
Can you please refer to this link: https://github.com/abpframework/abp/issues/13024
We do not have that feature (flag icons) in the latest (7.3.2 onwards) version of ABP.
regards,
Hello,
please check https://stackoverflow.com/questions/77027661/how-could-i-set-multi-redirect-uri-for-the-same-client-id-in-abp-frameworks-7-x if it helps for you
Thanks
Hello,
Please check https://community.abp.io/posts/how-to-add-custom-property-to-the-user-entity-6ggxiddr if it helps you.
Thanks
Hello,
I am delighted to hear that it worked! It is my pleasure to assist you. May I close the ticket as the issue is resolved?
Thanks
Hello,
Have you checked this https://stackoverflow.com/questions/17840825/cryptographicexception-was-unhandled-system-cannot-find-the-specified-file There are many similar issues https://support.abp.io/QA/Questions/5595/Publish-an-abpio-project-to-an-azure-AppServices-Error-OpenIddict https://support.abp.io/QA/Questions/4845/How-to-install-app-on-IIS-having-issues-with-Cryptography
Please check if it helps you
Thanks
Hello,
There is no such document for this. I will give you some hints -
Replace the toolbar component using this doc https://docs.abp.io/en/commercial/7.3/themes/lepton-x/angular#toolbar-component
You may download the source code of leptonX for further customization using command
abp get-source Volo.Abp.LeptonXTheme.Pro --version 3.1.0
For functionality, you may refer to this article https://community.abp.io/posts/realtime-notifications-via-signalr-in-abp-project-tsp2uqd3
Thanks