Activities of "EngincanV"

Hi @webking-abp1, we were running into problems on our websites but it fixed now. Can you try again? If it works for you please write back, so I can refund your ticket. Best regards.

Thanks - that's great. I noticed you have checked this into the Abp MailKitSmtpEmailSender too now. Will this be included in the version 6.0 final release? Or will it be sometime later that we will no longer need to do this override ourselves?

Thanks a lot.

Hi, it will be available from v7.0, so if you want to use it in meantime you need to override the method. Best regards.

reopening

Thanks @maksym, our support bot closed it sorry for that. I'll try to reproduce your problem and write you back within the day.

I was wondering if it could be because it was a long-lived ABP solution and we did a lot of changes to it. But I created a brand new ABP Solution and created a module within that Solution and tried again and still couldn't get ISettingManagement to work in the module.

btw, I used ABP suite to create this module within the solution (both times) using this button:

Hi, yes it might be related to your changes but it's weird to see this problem in a brand new solution. I'll test and write you back within the day. Sorry for the delay.

Hi, I guess you're using Mailkit package of ABP Framework right? If so, you can override the MailKitSmtpEmailSender class as follow:

https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.MailKit/Volo/Abp/MailKit/MailKitSmtpEmailSender.cs#L31-L39

Hi,
I have now created a new app with the latest template (Blazor Server 6.0.0-rc.4), run it and the problem occurs immediately. To illustrate it I made a screencast: AbpBug3705.mp4

Thanks for the video, I was tested on Blazor WASM not Blazor Server so I did not see this problem. I'll create an issue for the problem.

Hi again, we could not reproduce the problem that you stated. Can you provide more information or retry again to ensure it was not a temporary problem?

I have a solution for number 4. I have implemented the boxed layout with the following CSS:

.lpx-topbar-container, .lpx-content-container { 
    margin: 0 auto; 
    max-width: 1280px; 
} 

8. Footer height is too big: I have discovered another new problem. The footer height is way too big (is calculated wrong). Probably the style is good for a blank / small page. But if there is content on the page, the footer becomes huge. The problem here is the min-height:

.lpx-content-container .lpx-content { 
    max-width: 1280px; 
    min-height: calc(100vh - 192px); 
    margin: 0 auto; 
} 

Thanks 🙏, I'll share your comments with the team.

Answer

Hi, can you provide extra information (what is your current location? do you use VPN while connecting to the abp.io website? etc.)?

I changed the image and had problems with the size and alignment. Now I have set the following CSS styles and so the image is set as background for this column. This way it looks great even with different screen sizes.

.lpx-login-image-area img { 
    display: none; 
} 
 
.lpx-login-image-area { 
    background-image: url("/Themes/LeptonX/Global/assets/img/login-bg.jpg"); 
    background-position: right; 
    background-repeat: no-repeat; 
    background-size: cover; 
} 

Thanks for reporting this, I'll discuss this with the team and we'll try to improve the customization of the background image of the login page.

Best Regards.

Showing 1001 to 1010 of 1359 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on November 04, 2025, 06:41