Activities of "Anjali_Musmade"

Hi, Please check this document https://docs.abp.io/en/commercial/latest/modules/cms-kit/index and check this ticket https://support.abp.io/QA/Questions/5982/ABP-Sigle-Layer-Application-with-CMS-Kit-Pro

Answer

You can add following code in global-styles.css for disable or hide breadCrumbs.

.lpx-topbar-container { visibility: hidden; }

Answer

It means that when you hover your mouse over that icon, any tooltip messages connected to that page will appear. if it is correct then you can add title to icon show the tooltip message.

Answer

Hello , You can customize code at your own side e.g 1.you can add below code in HostDashboard.cshtml page 2.also add some css code HostDashboard.css page 3. final output screen

Thanks,

Hi,

Please create new razor page MyMainHeader.razor in the Layout folder like MyApp.Blazor\Components\Layout\MyMainHeader.razor and add this code to newly created razor page and try to run.

it will result like

Please let me know if it helps you?

Thanks, Anjali

Hi,

please try to add below code to global-style.css file.

.lpx-scroll-container.ps > .ps__rail-x,
.lpx-scroll-container.ps > .ps__rail-y, .lpx-scroll-container.ps:hover > .ps__rail-x,
.lpx-scroll-container.ps:hover > .ps__rail-y, .lpx-scroll-container.ps--focus > .ps__rail-x,
.lpx-scroll-container.ps--focus > .ps__rail-y, .lpx-scroll-container.ps--scrolling-x > .ps__rail-x,
.lpx-scroll-container.ps--scrolling-x > .ps__rail-y, .lpx-scroll-container.ps--scrolling-y > .ps__rail-x,
.lpx-scroll-container.ps--scrolling-y > .ps__rail-y {
    z-index: unset !important;
}

It will result as

thanks

Hello,

I have added 20 submenus under Bookstore Menu Items through MenuContributor. At first glance the scrollbar is not visible as you can see in below image

but when I click on any submenu then also scrollbar is active as below

So if you don't have scrollbar just click on any menu item then the scrollbar will be active.

you may check this video

best regards,

Hi again,

do you want to remove this scrollbar?

please confirm on this so that I can better assist you.

Thanks

Hi,

Could you please provide some detailed steps or screenshot to reproduce the issue, and which version of ABP you are using.

for customization you may check this documentation https://docs.abp.io/en/abp/latest/UI/AspNetCore/Customization-User-Interface#toolbar-contributors

Thanks

Hi,

I have check the issue but its working at my end in 7.3.2 version of ABP just like

you may check this similar issue https://support.abp.io/QA/Questions/3992/ABP-LeptonX-vertical-menu-missing-scrolling#answer-39eed288-a78f-f3ed-b07a-3a0767e57697

Thanks,

Showing 491 to 500 of 1090 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 23, 2024, 13:33