Hello Guys, I have purchased the latest version of "Metronic" as I am willing to build a web application with Vue.js (or HTML) and Lavarel.I used to be a developer a long time ago, and I am not familiar with new stacks like Node, npm, etc. So I am finding it difficult to install and explore th...
Hi there,I have the latest version available and my HTML is When I clear cache and refresh page I can see the dark theme for approx 0.3 seconds and then the white takes over again.Please can you help?This is my HTML:https://pastebin.com/H7kqGrAWThanks
Hello again,I'm trying to set the blu color on the current selected page as done here on example "Custom Demo" as well as putting the display below instead of on the top as default, how is this possible?...
Select 2 is not working on a dynamic modal with loaded content dynamically with external content. Below is the js code that calls the modal function showAdd() { $('#add_modal').modal('show'); $("body").addClass("modal-open"); var get_url = "{{ url...
It's great to see new update, how can I upgrade the existing react application to the latest metronic without losing the functionality and breaking things?
Hi, I see that now you guys released new demos and would like to download demo 7 and the download still says coming soon. Can you please let me know where and how can I download this ?
Hello,My company just bought the license for Metronic 8 and want to me use in one of our existing projects. This project is built using react + next and Ant Design (.less files). It already have your own strucuture and core files. Is there a way where I can integrate Metronic 8?Or if it's po...
Hello,Today I'm your spammer... I was wondering if it's simple and possib le to reduce the space as show in the image so that when there's a table, more data are shown.ThanksPaolo
i have seems more menu options and more template in demo side. but in downloaded demo project is not available. why?i need all sample component.kindly share.
Hello,I've started editing your Angular Demo1 template so that it can feet my needs but I've got a strange problem....When I just point to / I got the page witout template and I don't understand what's wrong, I've got no error or hints that can help me spotting the problem.Here's what happ...
I've downloaded the latest metronic8 with version 8.0.38 but my local docs app doesn't have all the plugins on https://preview.keenthemes.com/metronic8/demo1/documentation/forms/select2.html , it only has some components of `Base` , any idea what is missing?
Hi,I need to POST with KTDatatable, but my backend is expecting a CSRF_TOKEN. How do I include this?```ReferenceError: Can't find variable: CSRF_TOKEN```
Hi,My goal is to have a dynamic adding(append) of input field and include validation. I am using the form repeater and validation plugin to achieve this goal. However, I am getting an error every time I execute the "addField" function of the validation plugin.This is my JS code:fv.addField...
Hi! I am using Metronic 8 HTML in a Vue Project (I don’t want to use the Vue theme as I want to work in JS, not TS). How can I access and get rid of the right-side buttons (Help, Demo, Buy now) buttons? I can not find these HTML elements anywhere.Thank you!
Hi,Can I get a full login/register etc. backend code in php for my React theme? Have you any tutorial for this? If not, can I get some other language backend code so my web can work with it alone, not your test public api?Thank You
Hey there,I'm looking for a date range picker with *time* input like this one that work with jQuery:https://preview.keenthemes.com/metronic8/demo1/rtl/documentation/forms/daterangepicker.htmlAny chance there is a way to implement this logic in React with Typescript?