I ran the "gulp localhost" command in step 9.Then I typed "http://localhost:8080/demo2/dist/" into my browser.So the following error message appears."Cannot GET /demo2/dist/"orIf you type "http://localhost:8080/""Cannot GET /"A message is displayed.My computer installation path is as fol...
Im using the html version from Metronic 8 theme but the sidebar its not working when changing between views from the SPA vuejs app, how can I make it work in my vuejs project? I didn't used the Metronic Vue version beacuase I saw its using vue 3 and typescript, I'm using vuejs 2 without typescript.....
Hi, How we can customize the colors? I have seen the documentation, but not understand well. Give us easy to implement trick for colors change.Note : We doesn’t need solution for SAAS. We need direct solution via CSS.Regards
There is Laravel project of Metronic but I want to know, Is there a plugin or a better way to add it in existing Laravel project. I can add all dependence one by one and move Model, Controllers and view in my project, but its a lengthy and error prone way. So I want to know if there is a better way...
I copied the HTML of the apps menu from the browser but it's not working. Is there any guide related to working with menu in angular? I think I am not able to initialize the menu properly.I am using metronic themes.
I am writing regarding the documentation here: https://preview.keenthemes.com/metronic8/demo4/documentation/general/menu.htmlThe "data-kt-menu-offset" does not work. An extract of my code using this is as belowPlease advise on the fix for this and let me know how to update the fix on my end.Pl...
Since the Metronic Angular v8 template does not yet include user creation or permissions/roles settings, we cannot migrate to it from v7. Is there anywhere we can find information on whether this is still being worked on, and if there is an expected release date?
My company uses Metronic 7.2.9 as I'm a new developer and implementing the theme for the frontend part. But the problem is when I am using Axios for any get or post method, it always shows a 404 response. But the fetch method is working fine.The theme is fresh and used only for two days. I don't k...
Hi guys!Which library do I have to use to open the HTML exported by Layout Builder and generate just an HTML with the "compiled" partials?Oi pessoal!Qual biblioteca eu tenho que usar para abrir o HTML exportado pelo Layout Builder e gerar apenas um HTML com os partials "compilados"?Tks,R...
Hello,When using search on a KTDatatable, it seems you cant search on the ID with integer values. I tried various things like adding a second column and use a template to fake a new column. Even then search does not trigger on integers.Thanks in advance,Bastiaan
When opening a drawer the common events are:kt.drawer.togglekt.drawer.showkt.drawer.shownkt.drawer.toggledBut if you open with an external toggle. There is no
Hey i am using angular and bought Metronic 8.I didn't found any where how to get the Navbar from the template and use it for my own project.Reverse engineering take time and i want if there is any one can help me how to implement it in my own project easily. without complications .Thank you.
Hey Guys I have not had ONE successful install with metronic. I sincerely have a headache from trying to install this theme so many times.Anyone know a step by step guide to install Laravel Metronic? From 0? I’ve tried so many times and I am drained!Thank you so much for the help! I have reviewe...
JS:)"use strict";const KTSupportModal = function (){let modal,form,validator;const handle = function (){validator = FormValidation.formValidation(form, {fields: {subject: {validators: {notEmpty: {message: 'The site name is required'}}},'message': {v...
I noticed in the documents that HTML components cannot be used directly in Angular, however, the drawer is displayed in the angular demo.I've attemtped to use the drawer within a for loop (ngFor) and I'm unable to get it to function (i.e open the drawer).I'm using a object's ID for the button ID...