Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

All Questions (4881)

Our site uses KTMenus extensively and for the most part work just fine. Ran into an issue today, though, where certain ones weren't functioning. I got to the bottom of that issue. It was due to that part of the page loading asynchronously. The fix was to add this after rendering the section:...
Hi,I just bought this theme but came across the following error while building the assets:[webpack-cli] [Error: ENOENT: no such file or directory, open 'C:\Users\XXXX\Desktop\XXXX\Framework\node_modules\datatables.net-buttons\js\buttons.flash.js'] { errno: -4058, code: 'ENOENT', sys...
I want to include all files (CSS and JS) on the page one by one, rather than as a bundle. To make changes to the codes easily. What should I do for this ?
Hi,I have been using Metronic version 2.0.2, which featured an editable table page using the DataTables plugin with inline editing and adding rows directly within the table. This differed from the current implementation that relies on modal-based CRUD operations.I've started using the curren...
Hello!Is it possible to replace EJS with Handlebars in projects developed for Node.js? If so, how can I do it?Thanks in advance
Hello, im using LARAVEL THEME (Starter Kit) 8.2.3I need to add my custom.css where i need to include?Thanks
Hello support. I got an error at installing. I am stuck. Would you help me to solve the issue?alirio@alirio-PC:~/Desktop/demo1$ npm install -g @angular/cliadded 236 packages in 8s44 packages are looking for funding run `npm fund` for detailsalirio@alirio-PC:~/Desktop/demo1$ node -v...
Hi ! First of all you really have a nice dashboard with a great variety of stack.I was wondering if there was any plan to make a Symfony integration but using Symfony UX ?This (somewhat) new Symfony UX initiative is really nice, and allows use of some react div components, UX turbo, hotwired, st...
Hi there, The sidebar is currently experiencing a display issue on Android devices, where it fails to render properly, But this issue is not observed on iPhones, where the sidebar functions correctly. It's important to note that while the application is running the latest updated version of Metronic...
When trying to reset the password after submitting new passwordsit throws in laravelThe GET method is not supported for route reset-password. Supported methods: POST.public function handle(Request $request, Closure $next): Response { $is_logged_in = $request->path() !=...
Hi Faizl, Can you guide me how can i change the fonts in Metronic ? I like one font family which i want to use for my project but not sure how this to integrate in metronic. Let say this one https://befonts.com/visby-cf-font-family.html
When using a responsive DataTable the + button does not appear when used inside of the metronic stepper and the datatable is not on the first step. I was able to fix this by calling a recalc on the step containing the datatable with the stepper changed event but I believe this is a bug.step...
There's an error in the docs at https://preview.keenthemes.com/metronic8/angular/docs/quick-start - the command for clearing the cache should be npm cache clear --force.
Hello, in my metronic application, I have a persistent bug, when I log in to my application, when the aside menu loads for the first time, it does not let me display the menuItemsWithSub, I am using React and the latest available version of metronic.
I have bought the theme but i am unable to make the reactive forms work in the theme can you guide me how to apply reactive forms in this theme
Build using tools from the themecd tools/npm installnpm run install The JS files that each page depends on have not been built under assetsdemo4/assets/js/custom/apps/chat/chat.js......After construction, the structure of the assets file is different from the assets provided by...
hello, is there any way I can convert the Metronic CSS file with the SCSS module?My goal is so that class names can be hashed in my project.Thank You
I am using metronic demo 6 react version. In the mobile view there are 2 icons. Clicking on each icon it should open a toggle from left and one from right accordingly (as it is in html version).Right now only the right toggle is working. We need to make the toggle appear from the left as well. I tr...
Hi, which font is in metronic.svg? thankshttps://preview.keenthemes.com/metronic8/vue/docs/assets/media/logos/metronic.svg
I am getting this error when I run this command: npm run rtlFailed to load '/Users/mohammedhamouda/Desktop/Work/AiiA/dots_frontend/rtl.config.js' configError [ERR_REQUIRE_ESM]: require() of ES Module /Users/mohammedhamouda/Desktop/Work/AiiA/dots_frontend/node_modules/del/index.js from /Users...
i tried to download some file generated in my BE from API which work normal on other project but when i tried to use it in metronic excel can not read the filemy module:@Action [SalePlan.TEST]() { return new Promise((resolve, reject) => { ApiService...
Hi Community, we have a issue when trying to Intergrate the Metronic | Angular Admin Dashboard Template. the issue is in the Node.js version the Teamplate is using Node.js version of v18.13 but our Project is still using Node.js version of v14.21.3 and for now we can not migrate our Project to new V...