Regarding the previous ticket https://abp.io/support/questions/9055/Repositioning-the-Language-selector-on-Login-Model, we are actually with Lepton Theme at the moment and decided to customize the login page with Lepton theme. Is there a way to do it as well?
Thanks
It turns out that I forgot to inject the service @inject IStringLocalizer<> L, it works now. Thanks
I sent the file from zhoulexuan123@gmail.com and it seems like the key/value is correct in it.
@berkansasmaz yeah I have tried the css already, will send the email shortly. Thanks
Hey Berkansasmaz, the class already comes with the [Dependency(ReplaceServices = true)] attribute by default I just didn't include that in the screenshot so I don't think this is helpful. Any other suggestions?
I am trying to maintain the branding logo using the customized branding provider as below:
And I also have have the branding logo under the images folder
As you can see I have two logo-light.png files, one under lepton folder and the other one is directly under logo folder
However if i remove the one under lepton folder, the logo will be gone in the UI even though in the branding provider, the path is targeting /images/logo/logo-light.png, which is the one under logo folder
Any ideas how to fix this issue? Also we are trying to upgrade to leptonx theme, what would be the different with the solution before/after the leptonx theme upgrade? Thanks
this is the default position for the language selector
vs
this is the place that i want to position the language selector
I tried to remove everything from the LoginModel but the language selector still there. May I know which page is the language selector belong to and how can I reposition it? Thanks