Black Friday Super Sale! Limited Time 50% OFF for All-Access Plans
Save 50% Now

All Questions (6370)

helo, how to implements metronic vue in laravel inertia vue, thanks..
I have observed that subsequent to updating my Metronic version to the latest release, there appears to have been a change in the visual presentation of a button. Regrettably, the altered appearance of the button is not aligned with the expected aesthetic standards.
Hello! Does anyone have examples of building a Svelte front end using Good or Metronic themes? Thanks in advance. Mathew
Hello i have a problème, when i try to make "npm run build" i have this error "> keenthemes@1.0.0 build > webpack Source: C:/Users/yuris/Downloads/metronic_symfony_v8.2.0_demo1/symfony_demo1/themes/npm_version/html/demo1/src Output: C:/Users/yuris/Downloads/metronic_symfony_v8.2.0_demo1/symfo...
Hello there, I was wondering if I could get the dependencies for the React version before I buy, this is the only thing that I need to check before I start using the theme thanks for your collaboration in advance
Django only comes with demo1. I have downloaded demo31 https://preview.keenthemes.com/metronic8/demo31/index.html How to I replace demo1 with the downloaded demo31 layout?
Hi, You do not mention inline checkboxes/radios in the documentation https://preview.keenthemes.com/html/metronic/docs/base/forms/checks-radios Actually, you do it in your demo in which you use d-flex...
Hi! I have a stacked modal on my page, and I want to close it by javascript. I´m using the modal.hide() but nothing is happening. :( I initialized the stacked modal: modalColecao = n...
Hello dear Keen. I would like to know before buy the Medtronic template is it possible deploy it on ISS (blazor and React) .
I'm trying to use the ng-bootstrep datapiker in demo 2 of angular, I can not position the same, always comes on top of the input, how to solve this? can help me. I looked at your theme in HTML demo2, very good, but I also could not insert the datapiker theme htmol demo 2 in angular 16 demo 2,...
Can you give me complete steps to follow how to integrate Metronic theme in existing rails 7 project which is using jsbundling-rails for js/css compilation. Is there any way though which i can easily import js/css in my app
Hi, In the Metronic 8.1.0 version of React there is a User Management component. In src/app/modules/apps/user-management/users-list/core/_requests.ts there's the getUsers method that fetches the users array: const getUsers = (query: string): Promise
We have a long page with buttons at the bottom of the page that open up modals. Each time a user clicks these buttons to open the modal, the page scrolls back up to the top. I use a Javascript to create these modals on the fly: function modalPage(title, url){ let mid = Math.random().t...
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/Hx4JYfN in 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.DirectoryNotFoundException Unhandled 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...