Starts in:
0 DAY
3 HRS
19 MIN
50 SEC
Starts in:
0 D
3 H
19 M
50 S

Activities of "Anjali_Musmade"

Hello,

Please check https://abp.io/docs/commercial/latest/startup-templates/application/deployment-iis?UI=MVC&DB=EF&Tiered=Yes if it helps you.

Thanks

Hello,

Please check the similar issue https://abp.io/support/questions/4558/The-SSL-connection-could-not-be-established-see-inner-exception--BLAZOR-SERVER and check your SSL certificate once.

Thanks,

Hello,

I understand your point: you'll need to customize it by replacing the component on your end. For component replacement please refer - https://abp.io/docs/latest/framework/ui/angular/component-replacement#component-replacement for toolbar - https://abp.io/docs/commercial/7.0/themes/lepton-x/angular#toolbar-component for general-settings - https://abp.io/docs/commercial/7.0/themes/lepton-x/angular#general-settings

Thanks,

Hello huantb1812@gmail.com,

To remove the setting component at angular end follow below steps -

  • Create a new component which will be replaced with previous setting components using command
yarn ng generate component nav-items
  • After creating this component delete the code from nav-items.component.html file

  • Add below code in app.component.ts

export class AppComponent implements OnInit {

  constructor(private replaceableComponents: ReplaceableComponentsService) {
  }

  ngOnInit(): void {
    this.replaceableComponents.add({
      component: NavItemsComponent,
      key: eThemeLeptonXComponents.Settings,
    });
  }
}
  • Now it will replace your previous settings with new nav-items component and will result like

Thanks,

Hello,

Please try this solution https://abp.io/support/questions/6203/Changing-Login-Page-Logo-and-Background#answer-3a0f03c0-7c0e-8d99-8b52-3ad9b3b97d1a

Thanks,

Hello,

Yes, it is possible we can change side menu layout to top menu layout . Please check https://abp.io/docs/latest/ui-themes/lepton-x/mvc#top-menu-layout

could you please share the below details - ABP Framework version: UI Type: So that I can better help you.

Thanks

Hello,

Please try to clean and rebuild the solution and then try to run again.

Thanks

Great !!

Thanks for the update, I will refund your credits and close the ticket.

Keep coding...

Hello,

Please follow the migration guide to upgrade https://abp.io/docs/latest/release-info/migration-guides/index?_redirected=B8ABF606AA1BDF5C629883DF1061649A

from the list please check - 7.x to 8.0 8.0 to 8.1 8.1 to 8.2

Thanks

Hello,

Please check Leptonx version whether it is upgraded or not. If not then please update it. It should 3.2.0 as shown in screenshot

Thanks

Showing 131 to 140 of 1209 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 20, 2024, 13:06