I have 137 languages. How can I add a scroll here?
https://ibb.co/WW9xgh1v
Hello
I see the color palette of demo55 html is not available in react, how should I use that color palette for the react version.
Hello team
I have datatable with remote data source, i can search it with input that have attribute "data-datatable-search", but how to implement datatable filters ?
Thanks
First of all thank you for the theme.
The question arises that how to implement the demos from this page: https://keenthemes.com/metronic/tailwind/docs/ ?
There's React and HTML but not Vue. Does that really mean one needs to fully convert everything from the downloaded dist/ folder for speci...
I need to capture the even object of kt.stepper to conditionally perform some custom task and prevent the event stepper event from continue if condition not met, eg:
stepper.on("kt.stepper.click", function (event) {
doSomething(event)
});
function doSomething(eventObj) {
if (conditi...
I noticed that there's a views.py script separately inside the following folders; signup, signin, reset-password
The views renders the signup.html templates. I tried to include the backend logic inside the views.py script inside of the signup folder to save a user's data to my postgres database b...
Hi im trying to deploy my site made from the angular template, the problem is that when i make a build with the "ng build" command, the builded version show a login page that i dont have in the development version i dont have when i launch the command "ng serve"
I'm trying to do one of two things, not sure if either are possible.
Possibility 1:
When you go responsive for small screens, the secondary menu turns into a horizontal scroll menu when you access it. Instead of a horizontal scroll, can that be turned into a normal menu breakdown like the prim...
How can I change theme mode for charts? For example: If user change theme mode to dark from light. How can I update the charts theme mode?
Hello, im using LARAVEL THEME (Starter Kit) 8.2.3
I need to add my custom.css where i need to include?
Thanks
Hello, I'm developing application using Metronic Vue 8.2.5 version
I can run the application just fine using Node 20.11
but I can't build the apps. I even tried to build the base Metronic vue and found out that I can't build it either.
Is there any specific requirements that must be meet...
I have a metronic(8.2.6) file,file directory is:
metronic_asp.net-core_v8.2.6 - > Starterkit->_keenthemes|bin|Controllers|obj|Properties|Resources|Views|wwwroot
Now,I create a asp.net Core MVC Project,and i need put metronic JS、CSS、and other Files into my project.Where can i find this fi...
When I am running localhost it was good, when I am building to dev using this command "npm run build" I got the dist folder.
Once I deployed it then my domain is not loading.
Local host is working fine, when I am deploying the dist folder inside content everything into NGNIX server it was not l...
I have purchased license from https://themeforest.net/ few weeks ago.
And downloaded package successfully.
I checked zip file but there is no react version of metronic.
So I followed google drive link that you suggested and downloaded react demo1 of 8.2.6 version.
I have checked it but there is...
Hi,
I hope this message finds you well.
We are currently experiencing issues related to outdated dependencies while using Metronic 9 with the React and Tailwind configuration (metronic-tailwind-react@9.1.0). Specifically, the following warnings are being generated during installation:
- npm...
Hi,
When you are going to release bootstrap version of metronic for blazor .net 8?
I tried npm run build --demo1 and noticed js/custom/is not getting bundled.
I really like the data list style of M7, but I don’t see any templates for data lists in M9. What should I do?
I recently purchased Metronic 9 Tailwind CSS version and integrated it with my React application. Following the documentation, I added the initialization code to my app.js:
useEffect(() => {
KTComponent.init();
KTLayout.init();
}, []);
This successfully got the basic...
Hello,
Why does the Figma file have no components like Side Menu, Advanced Item, etc., like those here? https://keenthemes.com/metronic/tailwind/docs/components/menu
Thanks!
i downloaded demo 2 and its look like alot of example missing. all the eccomerce area.
for example this table missing:
https://preview.keenthemes.com/metronic/angular/demo2/ecommerce/products
Hello,
We need to use a multiselect in the project, but for some reason, there are no adapted styles for Metronic. It looks completely different, and there's no dark theme available.
I couldn't find any adaptation for the multiselect in the plugins folder, and I can't find the SCSS for adaptat...