We're working with the Craft theme and trying to replace the default top left side logo. The issue we're running into is that the new logo image isn't the same dimensions as the original. When we use a larger image, it doesn't appear on the screen—even though it’s still present in the DOM and visibl...
We're using the KeeneThemes CraftTheme and recently upgraded our project to Angular 20. The upgrade was done in two steps: first, we updated our existing Angular 19 project to version 20, and everything appeared to work fine.In the next step, we created a brand-new Angular 20 project and migrate...
Hello Everyone,I’m reaching out to see if anyone has faced similar issues with the Keenthemes Developer Forum (https://devs.keenthemes.com/). I’ve been using the platform for some time now, but recently, I’ve been experiencing several performance and accessibility problems.Here’s what I’m en...
I have purchased the Start Pro theme and I need to show an image in the Modal with some options in it. How to fire a Modal with onchange event of an Input type = file? Please help. Thanks.
Hey everyone ! Recently i have been searching out for demo(28) e-commercee theme for react but im unable to find that. I have only found demo 1 to 8 on the download page ( https://devs.keenthemes.com/metronic )Can anyone please confirm if it is available or not
Getting the following error trying to follow the instructions at https://preview.keenthemes.com/html/craft/docs/getting-started/build/webpack. I'm following the instructions but at the "npm run build" step I get :[webpack-cli] Invalid configuration object. Webpack has been initialized using a co...
I'm getting the following errors after following the quick installation guide after running npm run build:> keenthemes@1.1.6 build> webpack[webpack-cli] Failed to load 'C:\Working\CraftTheme\tools\webpack.config.js' config[webpack-cli] ReferenceError: require is not defined at file:...
It seems that the build tools are outdated. At first, I tried NPM and Yarn to build, but I got an error stating that it should be using .cjs instead of .js for Webpack. When I renamed the file to .cjs, I encountered another error:Failed to compile argv bundle!resolve '@shopify/draggable...
Hello,I bought my React template from ThemeForest, and it’s working perfectly.While trying out KeenIcons, I noticed that not all the icons listed at https://keenthemes.com/keenicons#freeversion are available on my local.Most likely, some new icons were added after I made my purchase.Is it po...
hello i want to ask for your help, how to use your dataTables if in laravel?for example i have copied the table for id kt_customers_table, but when in laravel it doesn't work properly like in the demo apps
Hi, I want to know how to use Image Input correctly. I try to use this code: imageInput = KTImageInput.createInstances(); imageInput.on("kt.imageinput.remove", function() { console.log("kt.imageinput.remove event is fired"); }); And I also use: imageInputElement = d...
Hi, I want to create a menu that is just a link without a dropdown. How can I do it? I tried it like this. Is this the right way? https://pastebin.com/XXZbk3cX Dashboard
HI,I have just bought the template Good – Bootstrap 5 Admin Dashboard Template and in particular I want to run the project for Blazor.Following the documentation (https://preview.keenthemes.com/blazor/good/docs/getting-started), when I runnpm run buildI get an errorFailed to load '...
Im using next js 15 with app router and facing issued, the toogle sidebar not working and the expands menu showing twice icons here is the code for initiate metronic template export default function GlobalInit() { const pathname = usePathname(); useEffect(() => { if (t...