I'm with a weird issue related to the Link component on React-router using Metronic V9. If my Link is inside a table or a header, the entire page will be reloaded if the users click on it. But if my Link is inside a simple div or span
Hello thereI followed the instructions on the following linkhttps://keenthemes.com/metronic/tailwind/docs/getting-started/integration/reactGetting Started React IntegrationI specifically tried the download method, I copied the file, ran npm install, ran dev navigated to the site and am get...
Hi,I'm trying to add a select field with the FIeld component of the vee-validate library, but it keeps displaying a simple select field.I added these attributes on the Field component: class="form-select form-select-solid" data-control="select2" data-hide-search="true" as="select"
Hi,I just followed the docs on how to use tailwind css version in laravel, my auth pages work without problem but when I use the index.html content with the vitecss it says KTDOM is not defined Any fix?https://i.imgur.com/YyjUQ4g.png
Hi, Thank you for making an awesome templates. Is it possible to modify the dropdown navigation submenu in desktop version to be like the dropdown navigation submenu in mobile version? I want to modify it like the mobile version in Metronic 7. I have tried to modify the navigation submenu in...
Hi, currently I'm trying to implement Metronic 9 into my Laravel applications.Everything is good so far (though, I haven't checked all the components), but I came across problem when trying to make a dropdown component.
Guys I just noticed that on https://preview.keenthemes.com/metronic8/demo3/index.html in the html version, when the items are expanded, if needed a scroll is added, same is not happening on angular version. Can you help me fixing that ?Regards, Felipe
Hi,I have purchased metronic theme, but I can only find metronic react 8 with all the themes based on typescript.I there no javascript based theme on metronic 8 or above?
As the title suggests, I have a website (include user dashboard and admin center) that I would like to use this product. Meanwhile, this web server has bound several domains as needed.For example, user1.aabb.com and user2.ccdd.com are both used for it and they access the same site.In this situ...
Hi, purchased both metronic and composer, downloaded both to my local ubuntu environment, followed the instructions.run.sh -> worksgenerate.sh -> gives the following error:INFO:generator:Assets built successfullyGenerating HTML page: 95%|█████████████████████████████████████████████...
Actually, Am searching the angular and tailwind but In all demo file are having in angular with bootstrap. so kindly please give the solution for this. Or else Please provide the react with tailwind .
Hi,I am following the steps in your documentation for Vue at:https://preview.keenthemes.com/metronic8/vue/docs/getting-started/setup-theme-skeletonIn steps 2 & 3 all paths/filenames are incorrect. (e.g. they dont exist). Please can you advise the correct locations etc. Thank you.
Hello,I have just upgraded to metronic 9, which is superb and very pleasant to implement, but I have a problem with datatable. I need to modify the contents of the datatable in ajax according to date ranges. Unfortunately, if I empty tbody and inject the new table rows, the KTDataTable content d...
I have a stepper in my page and the stepper Id is 2 which is the current step (Saved on DB)I used this on other form and worked perfectly but with this form its doesn't appear to work I don't know why PS: the number of steps is changeable based on something in the DB so basically my question,...