Activities of "Anjali_Musmade"

Hi,

To change the background of login page you can add this code in global-style.css

:root .lpx-login-bg {
    background-image: url('//image_url') !important;
}

It will look like

Thanks,

Hi,

In this you are using png images for logo. You need to use svg images with the same names and update the names of previous files.

it will result like

please let me know if it helps you.

Thanks, Anjali

Hello rwright-ruhealth,

Thanks for reporting the bug; we will fix it soon.

For time being, you can try to add css in global-styles.css

which will result in

Please let me know if this helps you.

Thanks, Anjali

Hello jordanchen98,

please check similar issues

  1. https://support.abp.io/QA/Questions/446/How-do-I-customize-login-pages-for-Angular-when-using-new-Authorization-Work-Flow-in-version-31#answer-38188880-0159-b68b-a717-39f7ea546c59
  2. https://support.abp.io/QA/Questions/306/Custom-Login-Page-For-Angular#answer-f749ed9c-a28e-3e06-f27e-39f679935432

please do let me know if find helpful

Thanks, Anjali

Hello,

Can you please provide detailed steps to reproduce the issue?

Hi,

please have look to this https://github.com/abpframework/abp/commit/86b8f952eecfc6a109ab91e1bf39983b50e7c9f6#diff-835f2b3fd6817076674e0a6599617b07b015b34849235b20017ee0601206a3b8

please let me know if find helpful.

Thanks

Hi ccernat,

Can you please check your deployed database to see if the values for ProviderId are present or not?

Hello roberto.fiocchi@mcsi.it ,

The issue you're encountering is that the FilterText property is the only one being passed to the URL when generating the Excel download link. This is because the DownloadAsExcelAsync method only explicitly passes the FilterText property. To include the other filter properties, you'll need to modify the method to explicitly pass them as well.

Thanks,

You can dowload the source code via cli. abp get-source Volo.Abp.LeptonXTheme.Pro run the code on your terminal (abp cli must be pre-installed)

If you want to remove a component, you may use replace-component system. (replace with empty component) there is replaceable key for almost all component you can check the docs https://docs.abp.io/en/abp/latest/UI/Angular/Component-Replacement

At the top side there is Navigation Items for which we can add with the help of NavItemsService. At the bottom there is settings menu for now we don't have any function to add items to settings menu. So can you please use overriding eThemeLeptonXComponents.Settings components.

Showing 561 to 570 of 1087 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 23, 2024, 13:33