Hi! I'm looking forward to seeing an official Rails 8 integration guide for Metronic 9, but in the meantime, I've made quite a bit of progress doing it on my own. Maybe my progress can help others or give KeenThemes a head start on official instructions. Just a warning: I'm a novice web app deve...
Error Description:When running the command "npm run dev" to start the server and then accessing the link http://localhost:5173/, the page takes approximately 6 to 10 seconds to load and the following message is displayed in the console:Note that the message is repeated many times in the cons...
react-dom_client.js?v=95cfd977:21139 Uncaught Error: createRoot(...): Target container is not a DOM element. at createRoot (react-dom_client.js?v=95cfd977:21139:19) at Object.createRoot$1 [as createRoot] (react-dom_client.js?v=95cfd977:21520:18) at exports.createRoot (react-dom_client...
the last change was in 20 March, 2024 with version number v8.2.4,and the html version now is v8.2.7 last change was 12 August, 2024..there is not updates/upgrades any more ?
I followed the steps in the installer after the NPM Run Build step --demo1, I encountered an error: "[Webpack-Cli] Invalid Configuration Object. Webpack has been Initialized Using A Configuration Object that does not match the API Schema. - Configuration [0] .Ly ['JS/Widgets.Bundle'] Should be a...
Hi Support Team,I'm working on adding both RTL (Right-to-Left) and LTR (Left-to-Right) functionality to my local development environment. I need a toggle switch that allows users to switch between these layout directions.Could you guide me on how to set up RTL support in my project? Specific...
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...
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...
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...