I have this issue
ERROR in ./webpack/plugins/custom/typedjs/typedjs.js 3:15-47
Module not found: Error: Package path ./lib/typed.js is not exported from package /Users/django_demo1/starterkit/_keenthemes/tools/node_modules/typed.js (see exports field in /Users/django_demo1/starterkit/_keenthemes...
I implemented Metronic laravel version on Laravel 10 fresh installation and have been battling with the following error:
Call to undefined function App\Core\Bootstrap\addHtmlAttribute(),
Meanwhile, the function is defined as follows in the AppServiceProvider
public function boot()
{...
I am using sub tables from this link
https://preview.keenthemes.com/html/metronic/docs/general/datatables/subtable
but showing this error
Uncaught SyntaxError: Unexpected token ']'
in your JavaScript which i just copy-pasted......
and after getting viewsoure of page ........i come to know...
Hey Guys,
Suggestion: For the form-switch - have a unchecked focus colour so that when you are filling in the form and TAB through elements - you can tell when a switch has focus.
eg:
.form-switch.form-check-solid .form-check-input:not(:checked):focus {
background-color: var(--bs-gr...
Hi,
I'm looking for the simplest way to integrate tables with filtering and pagination in the Metronic template and Django.
Would you have a working example by any chance?
Thank you!!
We have been using Keentheme for our website southasiantaxa.zooreach.org and today I purchased the metronic_v8.1.7. Kindly help how to update this on our site.
Hello!
As Formik is not maintained anymore, it would be awesome to transition the form implementations to react-hook-forms.
Also, for validation, zod has much better TypeScript support than yup. Having a great experience working with these two in my metronic projects, I can only recommend impl...
When we use touch screen devices (laptop/Tablet) screen width greater than 992
(1378, 1280, 1440 etc..) and parent menu it is getting closed on click instead of opening child menus.
Steps -
https://preview.keenthemes.com/metronic8/angular/demo1/dashboard
1) Click on Apps in Top Menu
2) Cli...
Hello,
I have followed the instructions to run the npm install and gulp commands and created a new project. Note - webpack did not build even after removing the type: module line.
The site loads but accessing any items in the menu or header areas doesn't load any content.
The developer con...
Hi,
I have used the default ajax serverside pagination as mentioned in Keenthemes Docs. Link below
https://preview.keenthemes.com/html/metronic/docs/general/datatables/server-side
Why m i having the default search filed provided by datatables?
https://imgur.com/a/0sV7y8t
I am using metronic in my web project. I noticed that in metronic HTML this error does not occur, but in React it does! And what happens when I use route instead of navigate, where in navigate it takes you on the route and refreshes the page at the same time. The layout does not adjust itself taking...
i am using the latest version of metronic theme vue in laravel.
Most of the things are working fine and I have even including
import { initializeComponents } from "@/core/plugins/keenthemes";
in app.vue
but many components such as tab, drop down are not working.
For example, if I try to...
Hi,
I'm testing Laravel starter kit v8.1.8.
On Yarn cmd, I get the following warning
warning package.json: "dependencies" has dependency "axios" with range "^0.21.1" that collides with a dependency in "devDependencies" of the same name with version "^1.1.3"
warning "dependencies" has depende...
i am using select2 plugin for dropdown search but it is not working in react and i tried a lot for this.For bootstrap modal i am giving parent id as well .Apart from modal it is also not working.What could be the reason as i am getting list in the dropdown but search input is not available for filte...
I am new to asp.net core and i have purchase Metronic 8.
Can you guys help me with the complete documentation where i can create a blank project with multiple themes (light and dark ) and also RTL support.
I have been trying to use Collapse Icon for accordian tab, using the steps in this link: https://preview.keenthemes.com/html/metronic/docs/base/accordion#collapse-icon
but i'm not sure which css and js files to include in my page first, could you please adivse?
Hi,
I was trying to use Alpine JS into my Laravel project. I declared them in resources/js/app.js
and in my webpack.mix.js file, i declard them as shown in image.
Now it gives error as KTUtil is not defined after running `npm run dev` command.
Link to Images:
https://imgur.com/a/4kEzjXf
The fonts received this error, the rest works ok except this:
GET http://localhost:3000/fonts/keenicons-duotone.woff net::ERR_ABORTED 404 (Not Found)
plugins.bundle-53f02c66da992c6ea24494b454a6a19fb73d958e6936003d254ec19ed4fbdb49.css:1 GET http://localhost:3000/fonts/la-solid-900.woff...
Tailwind version: v9.1.1 - 29 Oct, 2024
Hello, I would like to report a problem related to the -info color class. When you change from -primary to -info on a button, for example, it doesn't recognize it and just turns white. This happens with several other elements that try to change from -primar...