Activities of "Anjali_Musmade"

Hello,

To achieve this you have to customize SideMenuLayout as per your requirement for that you can refer https://docs.abp.io/en/commercial/latest/themes/lepton-x/blazor?UI=BlazorServer#side-menu-layout

Also have look to similar issue https://support.abp.io/QA/Questions/3659/How-to-customizing-the-Layouts-page-or-choose-Empty-Layout-for-the-Blazor-app-using-LeptonX--lite if found helpful.

Thanks,

Hello,

To achive this you have to customize Navbar Componenet as per you requirement for that you can refer https://docs.abp.io/en/commercial/latest/themes/lepton-x/angular-customization#navbar-component.

Also check this similar issue if it helps you https://support.abp.io/QA/Questions/4358/Creating-new-layout-and-use-lepton-x--components-in-it.

Thank you.

Hello,

Please check https://github.com/auth0-samples/auth0-aspnetcore-mvc-samples/issues/35#issuecomment-602930250 and https://github.com/dotnet/aspnetcore/issues/45620#issuecomment-1440325035 similar issues.

please check if it helps you, not sure exactly?

Also check this article https://community.abp.io/posts/patch-for-chrome-login-issue-identityserver4-samesite-cookie-problem-weypwp3n

Thanks

Hi,

This seems to be a problem with cookies. It may be caused by the browser. Have you checked on another browsers (Edge, Incognito etc. )?

thanks

hi

You can try to use https instead of http.

Chrome will block some cookies during http.

thanks

Hi,

Check for both if any logs showing error please share.

thanks

Hello,

Can you please share if any logs?

thanks

Hello ,

You can add following code in styles.scss file.

div.lpx-brand-logo{
  background-size: auto 34px;
  background-position: right 0px;
  height:36px;
}

.lpx-sidebar .lpx-logo-container .menu-collapse-icon {
  right:230px;
}

It will result like this

Thank you.

Hello,

Could you please elaborate more on your question or please share steps to reproduce the issue.

thanks,

Hello,

If you want to make the whole modal window larger then you have to apply the css for abp-modal only. but it will affect on all the abp-modal in your application. for example if I add below code in style.scss

.modal{
  --bs-modal-width: 800px;
}

it will result like

It will not done through abp-lookup-input.

Otherwise you have to customize it at your own.

Thanks,

Showing 531 to 540 of 1323 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 23, 2025, 12:17