12192 comments found.
Hello! when I want to use imageInput = new KTImageInput(imageInputElement); and then use the imageInput.goElement(); To obtain the image, select me and give an error, like the goElement does not exist
Hi,
KTImageInput has getElement and getInputElement API methods. You can get the attached image encoded value using getInputElement method. It returns the image input object as explained here.
Regards, Sean
Hi, Two questions: 1- When will you add maps component? 2- Regarding the regular tables, you do not have sorting feature, I mean the button of sorting the table at the header of the table. When will you add that? I see you have a demo for a table with sorting, but the buttons do not work, so I cannot see how they function. I do not mean the data tables.
Hi,
Sorry for the late reply.
We will add maps components in a future update as soon as possible. You can check sortable datatable examples here.
However the toolbar buttons of the tables are not functional since those functions must be implemented in the backend which is not covered by HTML theme.
Regards, Sean
Update to Laravel 11 please !
I need to develop an app from scratch, and I would like to use Metronic, but using Laravel 9 is realy a blocking point… Please update to Laravel 11 !!!
Hi
Current Metronic Laravel is using Laravel version 10. We will update it to version 11 soon.
Thank you
Hello, in your next update are you gonna include tailwind for ruby on rails as well ? cheers
Hi
,
Yes, we will be providing integration guide and examples for all popular frontend and backend frameworks including Rails.
For detailed insights, please refer to the Metronic FAQ & License Guide.
Regards, Sean
Is there a design in Metronic to use in a business organization chart?
Hi,
Sorry for the late reply.
Metronic has a plenty of components and plugins to display business organisation charts. Most suitable one is probably Vis Timeline.
For detailed insights, please refer to the Metronic FAQ & License Guide.
Regards, Sean
I was able to find the Figma template for Metronic8. metronic8 Is that the correct Figma template for this template? If yes, why do I miss a lot of fueatures…I need to design all pages for the developer but unable to find all pages in this Figma theme. Can you please point me to the correct Figma template with all pages if exist? Thank you, Karel
Hi,
Yes, this is our current Figma file and it does not include all UI features, In the upcoming version of Metronic we will include 100% matching UI kit for our new Metronic Tailwind version.
Regards, Sean
Okay. Thank you for your response.
Hey! Any updates on the next js version ? We’re looking to start development ASAP, but if you tell us that its gonna be released in a few weeks, we’ll wait
Hi,
Thank you for the heads-up.
We are working hard to release it asap and It’s going to take more than a few weeks.
Regards, Sean
Please Update webpack to vite for laravel
Hi,
Thank you for your feedback.
Our upcoming Metronic Tailwind version will be fully compatible with Vite. For more info please refer: Metronic 2024 Roadmap.
Regards, Sean
When will the Tailwind version be released? I’m eagerly awaiting it.
Hi
,
We are working super hard and quite close to the release. Hopefully it will arrive in a few weeks.
Regards, Sean
Hi,
Does Metronic contain all HTML Bootstrap, VueJS, React, Angular, Asp.Net, Django and Laravel in one package or each of them is in a separate package?
Thanks
Hi,
The primary version is the HTML version and while other versions come with limited features as shown in the preview page https://keenthemes.com/metronic under each framework tab.Regards, Sean
I mean when I buy a package, does it contain all the frameworks or I need pay for a specific framework like vue
Hi,
Hi,
Thank you for your interest in Metronic.
Upon your purchase of Metronic from Themeforest you will get all the advertised features in https://keenthemes.com/metronic that you can download from https://devs.keenthemes.com/metronic by providing your purchase code from Themeforest Downloads.
You will get lifetime free updates for your purchased license. There are 2 license types: regular and extended. The regular license can be used for an end product that does not charge its end users. If the end product is a SaaS that may have paying users then the extended license is required.
Regards, Sean
Hello, I want to use Django version of the admin panel. Is there any way to download the versions separately because the full download version is about 12 Gb and I am having trouble downloading it.
Hi,
Sure, please email our support via support@keenthemes.com and we will provide you with an alternative download link.
Regards, Sean
Hi, what is controlling the buttons on the multi-steps-sign-up page? I want to add extra steps but don’t know to change button from “submit” to next
Hi,
You should check it under /src/js/custom/utilities/modals/create-account.js
After you modify the source js you will need to compile it into the assets folder using gulp tasks.
Get started with Metronic by referring to https://preview.keenthemes.com/html/metronic/docs/getting-started/setupRegards, Sean
Laravel installation code has serious bugs. Registration happens but gives an error at the frontend. Then in the backend can’t update registered user details. Not tested properly. Please have a look into it. It is wasting a lot of time.
Hi,
Thank you for your feedback. We will look into it. In the meantime could you please provide more info ? Which Metronic version are you using ?
Regards, Sean
I am using the latest version. One more wrong thing you are doing is that the login error message is generic. “Sorry, looks like there are some errors detected” Apparently the Verify Email link is not sent. But the user can’t know why the error message is coming!
You should do some documentation about how to understand the functionalities that you have given for laravel. Like roles, how they work etc. Or better to remove Laravel altogether. It is much faster to do with HTML itself because the Laravel Documentation is not good enough.
Hi,
Thanks for sharing your thoughts. To make sure the Verify Email link is sent, you’ll need to configure your email settings in Laravel.
Update your `.env` file with your email service details. For example, if you’re using Mailtrap for development:
MAIL_MAILER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=your_mailtrap_username
MAIL_PASSWORD=your_mailtrap_password
MAIL_ENCRYPTION=tls
Run `php artisan queue:work` to start processing queued jobs, which includes sending emails.
Regarding documentation, we’ll work on improving it to explain features like roles in the Metronic Laravel starter kit more clearly. However, you’re right that you can use the HTML version of Metronic with Laravel, giving you the freedom to customize as needed.
Hello! I purchased the Metronic template and I want to work on the ReactJS version, but it seems that TypeScript is used. Is there a non-TypeScript version available?
Hi,
At the moment only TypeScript version is available. In the upcoming update we are planning to release JS version with Tailwind, Next.JS, Vite and you can download it for free and use.
For more info please check this post.
Regards, Sean
do you have this version https://preview.keenthemes.com/metronic8/demo31/index.html?mode=light in reactjs?
Hi,
Thank you for your feedback. At the moment Demo 31 is not available for React.
Regards, Sean
Hi, please update GitHub. Thanks in advance. Regards
Hi,
Sure, we will do it shortly. Appreciate your feedback.
Regards, Sean
Is it possible to have an electron version?
Hi,
Thank you for your interest in Metronic. At the moment we don’t have the Electron version
Regards, Sean
Is it possible to have a version, or a way to remove html comments? Your theme has an extremely excessive amount of html comments, beginning and end blocks. Normally the developer knows where the beginning and end are and comments only get in the way, in addition to polluting the code too much.
Hi,
Thank you for the suggestion.
For the current version of Metronic we don’t have the uncommented version. For upcoming update we will definetely consider it.
Regards, Sean
Great!
Any expected dates for Metronic Evolution / Tailwind?
Hi,
We’re 90% done with the first Metronic Tailwind version. While we can’t provide a specific ETA, the release is imminent.. This release is just the start, leading to many more features and a complete Figma UI kit for each page.
Regards, Sean
I would like to use “source” as the toolbar in ckeditor’s “classic”, but I don’t know how to set it up.
Hi,
Could you please reach our support via devs.keenthemes.com and provide more details ?
What do you mean by use “source” as the toolbar ?
Regards, Sean
Hi,
Sure, you can use this example https://preview.keenthemes.com/html/metronic/docs/editors/ckeditor/inlineAdditionally, you’re welcome to explore our support center at https://devs.keenthemes.com/ for product assistance and engaging in community discussions.
Regards, Sean
thank you!!
Hello, when can we see the Laravel + React version?
Hi,
Noted. We will provide integration guide for Laravel + React for the upcoming Metronic Tailwind version.
Stay up-to-date with the latest news, updates, and exclusive offers by following our Twitter: https://twitter.com/keenthemesRegards, Sean
Is there an exact date?
Hi,
Sorry, we can’t privide any ETA yet.
Regards, Sean
hello can you add demo30 to vue version?
Hi,
Thank you for your feedback.
At the moment Demo 30 is not available for Vue.
Stay up-to-date with the latest news, updates, and exclusive offers by following our Twitter: https://twitter.com/keenthemesRegards, Sean