New Metronic Docs!Added Integration Docs with Starter Kits Apps for Laravel, Laravel Livewire, Angular, Vue, Symfony, Blazor Server, Django & Flask & more
Browse Docs

All Questions (6221)

Hello,Could someone help me?I'm trying to incorporate Metronic into a rails project.(Rails 7.2, stimulus, esbuild and tailwind)I didn't have problems with the CSS components. But I've been having plenty of issues with JS. I don't know if these issues are conflicts with stimulus or...
Steps to reproduce:Unpack themeforest-uYjuNs5J-metronic-responsive-admin-dashboard-template.zipEnter upacked folderExecute “npm install”Execute “npm run build”Expected result: the command should create the folder with the files needed to deploy to production.Notes: Other commands like...
when can I get an answer to my question?https://devs.keenthemes.com/question/init-ktcomponentinit-and-ktlayoutinit
Hi:I'm looking for the Calendar in the demos. Is it present in any demos? I'm looking for it in React and Nodejs.Cheers,Dave
First, let me say, I'm not a frontend developer. I bought the Metronic template specifically so I'd write less frontend code, so I may not understand some concepts.I've been trying to use the Tailwind version. I followed the guide here: https://keenthemes.com/metronic/tailwind/docs/getting-start...
Below is my html code and also javascript. The search box didt apear and when initialize, the script got error. May i know wat problem is this?Below is my javascript error, html code and javascriptImage : https://ibb.co/3MYNqZmMetronic Tailwind Document : https://keenthemes.com/metronic/...
I designed my page from that template: https://preview.keenthemes.com/metronic8/demo2/apps/ecommerce/catalog/products.htmlOn this template I changed the DataTables pluging with ServerSide Method from this page:https://preview.keenthemes.com/html/metronic/docs/general/datatables/server-sideTh...
Hello, if you set the Sidebar to Light in metronic8 vue, the Fixed toolbar mode in the Header will not take effect. Please help solve this problem
Hi Sean and teamI'm having troubles rendering the duotone and other keenicons, which seem to just fill the icons completely, so for example for an enclosed icon there is no duo or white space, just a grey filled in version of the icon. In the case of a double icon like a double chevron arrow, on...
https://ibb.co/Wn2GTswI am using metronic_html_v8.2.7_demo1. I tried to read documentation for apexcharthttps://preview.keenthemes.com/html/metronic/docs/charts/apexcharts. When I copy code html and js. I receive that error, It is fresh, I haven't deleted anything or modified.
Hi I want to make a table that will have all available icons. The case study is to allow users to select icons from a drop-down combo box. How can I build an Icons table by adding them one by one? Thank you
Hi,On my page, HTML textarea elements are configured to be transformed into CKEditor instances using the following code:const textareaElements = document.querySelectorAll('[data-ckeditor="true"]'); textareaElements.forEach(el => { ClassicEditor.create(el);});I want to...
Do you have sample here for file gallery for PDF, JPEG, JPG, PNG, GIF, TIFF, Word, Excel, Powerpoint File,
Why Metronic 9 HTML Tailwind live demo1 is different from downloaded demo1 in scaling?
Howdy overseas!I am currently using Metronic 8 in my Laravel Project but i would like to upgrade to the newer and cleaner version 9. As far is a know livewire is required to use livewire:navigated instead of DOMContentLoaded. I've tried every suggested solution availble online for this topic bas...
TypeError: Promise constructor cannot be invoked without 'new' Message= Source= StackTrace: at new e (https://localhost:7002/demo1/assets/plugins/global/plugins.bundle.js:62:34584) at Function.all () at https://localhost:7002/demo1/assets/plugins/global/plugins.bundle.js:62...
Hello,My company product using Metronic package but I'm not sure the version.After I implement content security policy and remove "unsafe-inline", i got this error:Refused to execute inline event handler because it violates the content security policy directive.The error focus on this...
Hi there,I purchase a metronic theme and my client want a french version of it to decide of component to use according to his wants. The client persist that it have to be multilingual. Can you give me tips to translate the 119 pages in another languages?Best regards,Bodge
Hi Sean and teamI've just recently attempted to get an update version of Metronic to check if it had addressed some of the bugs I came across (and posted as questions).In previous versions, JS and CSS were full versions, not minimized.Is that a new change for the package you are now prov...
I've follow all steps from documentation to integrate metronic 9 tailwind version with laravel, but when I run, the sidebar can't collapsed. I've used your example integration project on github, but still same. I don't know what I missed, I just follow every single steps from your documentation.