I'm reaching out regarding some UI rendering issues I've been experiencing with the Metronic Vue.js package in our application.We've noticed that the UI behaves inconsistently, particularly when accessing the application for the first time or accessing the application in incognito or guest mode....
I downloaded the latest release today (v9.0.6) and followed the instructions on this page:https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/blazor-serverAnd when I attempt the build command:npm install & npm run devI get the following:h...
The btn-outline-dark doesn't have a dark background-color when hovered. Is this correct? In fact, it's the same color as btn-outline-secondaryhttps://preview.keenthemes.com/html/metronic/docs/base/buttons#outline-dashed-style
I am using metronic demo 6 react version. In the mobile view there are 2 icons. Clicking on each icon it should open a toggle from left and one from right accordingly (as it is in html version).Right now only the right toggle is working. We need to make the toggle appear from the left as well. I tr...
Hi,I have been using Metronic version 2.0.2, which featured an editable table page using the DataTables plugin with inline editing and adding rows directly within the table. This differed from the current implementation that relies on modal-based CRUD operations.I've started using the curren...
react-dom_client.js?v=95cfd977:21139 Uncaught Error: createRoot(...): Target container is not a DOM element. at createRoot (react-dom_client.js?v=95cfd977:21139:19) at Object.createRoot$1 [as createRoot] (react-dom_client.js?v=95cfd977:21520:18) at exports.createRoot (react-dom_client...
Hello, how are you? I wanted to know how to translate the text 'No results found' from Select2 using Metronic 8.https://preview.keenthemes.com/html/metronic/docs/forms/select2Is there an example https://select2.org/i18n$(".js-example-language").select2({ language: "es"});
Hi KeenThemes Team,I am reaching out to report an issue with our recent changes to the CRUD module. Despite making changes to the button icons and text, these updates are not reflecting in production after the production build.Specifically, we have updated the button styles, including changi...
I'm trying to install the laravel template on my server and when I run "npm install" I have this error.pandoras@cloud502 starterkit]$ npm installnpm WARN deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibil...
Hello,I am currently trying to Invoke the api-keys.js file and run KTAccountAPIKeys.init in my Blazor File. My Component looks like this:@inject IJSRuntime JS@inject NavigationManager NavManager@code { protected override async Task OnAfterRenderAsync(bool firstRender...
Hi, i really like metronic and i'm trying to figure out what license should i purchase for my use case.I work for a company that specializes in restocking products in various physical stores. Each of the restockers, while performing their job, logs the tasks they have completed into software....
Hi guys,I was wondering: how can I write some custom SCSS, put in the correct folder and get that file compiled (and so converted in CSS and push in the correct folder/in the correct file's code in public/assets) for it to be able to be consumed by my pages?I've tried different methods but n...
I've been using Metronic since 6 is released and Metronic 9 was my personal best choice because of fast development and prototyping. But webpack is getting slower in comparison with its opponents. Currently Rspack is getting attention because of similarities and plugin compatibility. Also it gives f...
working on localhost but not working on server. login, sign up not working....and currently its working in public folder, how to move it to main root folder?
Good morning,To begin with, I am using the "Getting Started" (Located: https://preview.keenthemes.com/nodejs/metronic/docs/getting-started) to look at the base application. It has been some time and I was wanting to refresh myself; however, I've hit a snag. The first time I installed this I...