Activities of "Anjali_Musmade"

Hello,

Profile picture facility comes under Account module.

To get its source code you may hit this command abp get-source Volo.Account.Pro --version 7.4.5 by specifying your version of ABP.

or you may download it from ABP suite like

Hi ,

I am able to implement cmskit in single layer application by following steps provided by you. I have tried at my end but in my case css is applied to newly created page just like.

I am not getting exactly what is the issue at your end.

Hello hinairusu,

I have created new theme as red like

Add your project-logo under this path MyThemeApp.Web\wwwroot\images\logo\leptonx\logo-red.svg like

Add below code in global-style.css file

:root .lpx-theme-red {
    --lpx-logo: url('/images/logo/leptonx/logo-red.svg');
    --lpx-logo-icon: url('/images/logo/leptonx/icon.svg');
}

it will result like

thanks,

Hello,

Have you check this video https://www.google.com/search?q=abpio+custom+lepronx&rlz=1C1RXQR_enIN1036IN1036&oq=abpio+custom+lepronx&gs_lcrp=EgZjaHJvbWUyBggAEEUYOdIBCTEyNjI5ajBqN6gCALACAA&sourceid=chrome&ie=UTF-8#fpstate=ive&vld=cid:c1b4f233,vid:R9CqTtn6Wcg,st:0

Please let me know if it helps you,

thanks

Hi,

please check this similar issue https://support.abp.io/QA/Questions/4558/The-SSL-connection-could-not-be-established-see-inner-exception--BLAZOR-SERVER

also check this discussion https://github.com/abpframework/abp/issues/11844

thanks

Answer

Hello muhannad ,

can you please try to run dotnet restore command in the project's root directory, and run npm install command in the angular project and then try to run application.

you may check logs also.

Hello,

Yes, Redis cache is required for using CMS kit. You may check here https://docs.abp.io/en/abp/latest/Modules/Cms-Kit/Index#pre-requirements.

thanks

Hello,

please check this discussion https://github.com/abpframework/abp/issues/17157

Please let me know if it helps you.

thanks

Hi,

please check your app.module.ts - check whether the dependencies are included or not like

import { AccountLayoutModule } from '@volosoft/abp.ng.theme.lepton-x/account';

or try to delete yarn.lock file and execute yarn again it will reinstall all the packages at angular side.

regards,

can you add this in GlobalFeatureConfigurator class in the `Domain.Shared

``GlobalFeatureManager.Instance.Modules.CmsKitPro(cmsKitPro =>
{
    cmsKitPro.EnableAll();
});`

and restart the application.

Showing 731 to 740 of 1341 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 12, 2025, 10:20