Open Closed

Side Menu CSS appearance #8206


User avatar
0
yunusemrecaglar created
  • ABP Framework version: v7.2.2
  • UI Type: Blazor Server
  • Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes

On page load, the side menu is currently visible as shown in the screenshot. How can I set it so that the side menu opens only after the page has fully loaded?


5 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Does the page work well if page has fully loaded?

    Can you share more screenshots or gif?

    Thanks.

  • User Avatar
    0
    yunusemrecaglar created

    Yes, the page is working; we just don't want the menu to appear with broken CSS when it first loads.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    What is your leptonx package version?

    I have checked, this issue has been fixed in leptonx 3.x.x

    Can you try to upgrade abp&volo&leptonx packages?

  • User Avatar
    0
    yunusemrecaglar created

    <PackageReference Include="Volo.Abp.AspNetCore.Components.Server.LeptonXTheme" Version="2.2.-" /> <PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX" Version="2.2.-" />

    I will try.

    I'm using the Blazorise DatePicker, and in the month section, October appears twice, while November is missing. When selecting the second October, it assigns 11 but displays as October in the Turkish translation. What could be the reason? Was this fixed in later versions?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    I think Blazorise used the wrong translation.

    https://github.com/Megabit/Blazorise/blob/master/Source/Blazorise/Resources/Localization/DatePicker/tr.json#L39-L40

    You can try to Custom languages texts

    https://blazorise.com/docs/helpers/localization#toc_Custom-languages

    It will be best you can change the right text in https://github.com/Megabit/Blazorise/

    Thanks.

Made with ❤️ on ABP v9.1.0-preview. Updated on November 01, 2024, 05:35