Open-source by Keenthemes!Support our KtUI and ReUI open-source projects and help with growth.
Star on Github

All Questions (6070)

I notice the tooltip and separator is not working in angular.The base angular original bundle is working. But in my local is not working
Please I need help.I've bought React Keentheme and I don't understand how can I switch or set theme mode from react component?code example: style.scss// Mode$mode: default; or $mode: light; or $mode: light;@function getMode() { @if (variable-exists(mode)) { @return $mode; } @e...
So when on mobile this is what the menu looks like for react demo1. I have no idea how to fix it. Can anyone assist?https://i.imgur.com/kKrTl33.png
Hi,Thanks for great blazor them, I tried to convert templte to RTL but not worked with me. Can you help me please.screen shot :https://ibb.co/Hx4JYfNin KTTheme : private string _direction = "rtl";in json file :"Direction": "rtl"
Hi,Nowadays more apps allow users to change or apply custom themes. Some reasons to add support for theming are:Make users feel more comfortable with a customized user experience. Users may feel more comfortable with the colors they chose themselves.Many companies tend t...
Hello.I managed to create Blazor WASM application with Metronic theme and kit. I have now few errors:1. System.IO.DirectoryNotFoundExceptionUnhandled exception rendering component: Could not find a part of the path '/wwwroot/assets/media/icons/duotune/arrows/arr061.svg'.I as...
I am using React and the standard kt-drawer. I want to see how I can prevent the drawer from closing if the user clicks outside of the drawer itself. I only want it to close when the user clicks on the X button at the top right of the drawer. How do I change this behavior?
I try to implement scroll to a section in Metronic Vue. What I did was editing the route/clean.ts and core/config/CleanMainMenuConfig.ts. But instead of scrolling to a section, it replace the body with the particular components. May I know how can I implement scroll to a section in Metronic Vue corr...
Hello,I was trying to scroll inside a fullscreen modal, but it didn't work as expected.In the modal I have a set of inputs and then I want to create a 'card', and I would like a scroll on that card.Could you help me with this little problem, I don't know how else to try. :)Component...
hi there,i would like to know how the below active menu css works[ngClass]="calculateMenuItemCssClass('/project')">Lets say i have created menu as like belowApps - Projects - Workflow - List - Component - Generate File...
I can't access Metronic 7 from the webpage. Seems like the link was dead. showing error code 404.https://keenthemes.com/metronic7/?page=index
Dear Team,In the Modal dropdown select 2 not working it shows input fields but we are unable to type any thing in the input field of the dropdown, kindly suggest me solution.kind regards Qamar Aamir
We bought the Good Theme some time ago and stumbled across an inconsistency / missing documentation of the image input.We use the theme together with ASP.NET; so no SPA. We now need to respond to the "Image Remove" on the server side. However, it is not clear from the documentation how this is p...
Do we have the calendar module in React?https://preview.keenthemes.com/metronic8/demo1/apps/calendar.html
I am reaching out because I have a question regarding the implementation of Vue.js within my Metronic 8 project, which is built using Laravel and Vite.I am relatively new to both Vue.js and the Metronic template, and I'm facing some challenges when trying to integrate Vue components into my exis...
On Tiny Slider there is a option for Responsive attribute but it's not included on the design will this option will be included on future versions or there is a way to use this option on the current version.http://ganlanyuan.github.io/tiny-slider/demo/#responsive_wrapperthank you
"max-visible-buttons" property from kt-datatable/TableFooter/TablePagination is not working properly when we update the value other than "5", for example 2.Framework version: VUE 8.1.8 (demo 1)Thanks in advance,Regards.
Metronic Template version 7 is not compatible with RTL direction, once generated the CSS files for RTL version, the menu is not showing anymore.Please support.
Hello there, I am facing an issue: the Primvue dropdown is not working when using it inside the dialog. however, it works fine when use it outside it. any help?
Everything ive tried to do to implement my package has failed. All i can do is install old packages, and some I cant even get to work. for example: import {} from '@types/googlemaps';Is not able to work with it. every single time I try to make it in my project i get this: npm E...
Hi Metronic staffon Metronic Angular Demo1 v8.2.0sidebar has DarkColor on Dashboard page, even when the scheme selected is Light Themewhat should I change to make the sidebar Light on the Dashboard screen?I only want sidebar dark in case the scheme selected is Dark ThemeIn short,...