Hello, I've just followed this guide https://preview.keenthemes.com/laravel/metronic/docs/getting-started to setup my project, everything's working fine it's just that whenever I try to use the login form, the validation messages are showing twice under the input fields e.g "Email is required" is sh...
Hi,I'm using the CKEditor integrated with the Metronic theme (Classic Editor) built on Bootstrap 5. Is it possible to enable a feature for editing HTML code directly in the editor?I am initializing the editor with the following code:ClassicEditor .create(document.querySelecto...
Dear Metronic Support Team,I recently purchased the Metronic template and have been exploring the demos and files included in version 8.2.6. However, I am unable to find a specific demo that I was particularly interested in.https://preview.keenthemes.com/metronic/demo10/index.htmlCould y...
I am trying to use Metronic datatable however i am getting my data inside response['data']['data']. How do i set my table's data to this key and also i am getting nextPage, lastPage links from backend only through the api. Need to set those too.i am using kt datatable if i get data in response['da...
I've problems with components Table Responsivehttps://preview.keenthemes.com/html/metronic/docs/general/datatables/advancedWhen I put code snippets into my component expand dosn't work. Accordion and some other Bootstrap 5 components are not working. Should I include any dependencies in the p...
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"
Hi! Currently I am working on a project which needed the slider. But when I implement it, the tiny slider does not shows up. Then when I install the library using 'npm install tiny-slider' and run again, there is an error "Duplicate identifier 'node_modules/tiny-slider/src/tiny-slider.d.ts:243:5 - e...
HelloWhen I deploy the project Azure Webapp it occurs error: (node:102) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension. (Use `node --trace-warnings ...` to show where the warning was created) /home/site/wwwroot/node_modules/.bin/vite:2...
when i execute npm run build command i am facing below error: Appreciate your support keenthemes@8.2.9 build> webpack>> Building...>> Failed to compile!ModuleBuildError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):Can't find stylesheet to import. ╷...
Hi, I would like to create a page that uses the Tiny Slider in Angular but I have not been able to find any reusable code. Has anyone already implemented this who is prepared to share example code?
Recently I noticed that I can not access or find github repo for Metronic. I tried to connect my github account but here it says username not found: https://keenthemes.com/metronic7/?page=githubI need it to browse an old version.
In my Metronic Laravel project, I am experiencing a problem where JavaScript callbacks defined inside KTUtil.onDOMContentLoaded are being executed multiple times. This behavior results in unintended duplication of actions, such as initializing Quill editors and logging repeated console messages....
I have a question about using KTdatatable. I’m unable to refresh the data. I want to modify the content of the table in HTML and recreate the KTdatatable, but I cannot do so. The dispose function mentioned in the documentation does not work. There’s no destroy function either. How can I refresh the...