12202 comments found.
Nice with a Bootstrap5 update.. But seeing that Bootstrap5 finally ended their marriage with jQuery it makes me sad to see you guys continue polluting your theme with jQuery still?? bummer 
Hi,
Thanks for your feedback.
Please note that jQuery is optional(you can remove it and core Metronic works fine without jquery) for Metronic HTML version but there are a number of important plugins such as Select2, Datatables, etc needed by most of the users.
If you need any further clarifications please let us know.
Regards, Sean
Date time pickers looks wonderfull guys, it is UX friendly.
thank you
Thanks! Yes, we do deep customization for each 3rd-party in order to make sure that they look like a native component within the Metronic design system. Expect more native looking 3-rd party plugins in the following updates.
Metronic8 Landing page looks insanlly great and simple 
Hope it’s gonna share the same “dist assets” folder as Metronic8, so we can have One app serving “Our Landing page” and “Our App” Using the same Django Backend instance.
I think Metronic 8 is just amazing, looks neat.
Hope to see other Demos, like : Demo2 and Demo6 and please guys increase the Colors palete numbers (secondary, Success, info,..), besides of Bootstrap default color, try to have more than that, like Purple, Olive, ... Imagine that Bootstrap has 5 main, it will be great to have like 15 colors in Metronic 8., I know you can customize that, but Hey I’m just saying, but I think if I need it that way , a lots will. because the more default thing is in the Metronic 8, the less the update from Metronic version to version will be smooth and easy.
Also other very and highly importants pages like : Forms, ... wich it is power and is a backbone for every page in the planete.
I know that you are giving yourself 120% of efforts, Thank you guys for the great workThanks for the suggestions. We will take them into account and consider it the future updates. Expect regular updates with limitless features from our todo list 
translate="HOME.HELLO"
instead of
[translate]="'HOME.HELLO'"
Static strings don’t have to be interpolated 
Hi
,
Sorry for the late reply. Our Angular expert will check your request as soon as possible and get back to you with an further update.
Regards, Sean
Hello! when can we expect Metronic 8 Laravel version?
We are working on it and we will do our best move all pending feature to Metronic 8 as soon as possible.
Stay tuned for updates via https://twitter.com/keenthemes
hi, when will demo versions 14 to 30 be released. Is there a plan to release them incrementally ?
Hi,
Thanks for your feedback. We do plan to release the pending demos for Metronic v8 with Bootstrap 5 support as soon as possible. Starting next week will start to release those demos.
If you need any further clarifications please let us know.
Regards, Sean
Interested in purchasing this theme! Is a NextJS version on your new bootstrap 5 getting released any time within the next 3 months? Thank you.
Hi
,
Thanks for your interest in Metronic!
We will need to check it further and then can consider this.
Stay tuned for updates via https://twitter.com/keenthemes
Regards, Sean
Greetings.
I was looking the lock screen page but I couldn’t find it in the new version. Was it discontinued?
Hi,
May I know which version are you referring to ? For Metronic v8 we will add it in a future update soon.
Regards, Sean
Hi Sean. I hope you’re doing well.
Right now I’m using version 7.2.2 but I noticed that it was removed from previous version as well. The last time I think it was available was in version 4.7.5.
Thanks for the clarification. We will check it further and add it soon.
Hey 
We have been quite busy working on some amazing stuff and shortly we will be releasing:
1. Complete Chat App:
- Fully functional chat app.
- Private chat option with contact search and add modal.
- Group chat option with group members view modal.
- Globally available Quick Chat box launched from the topbar’s chat button.
2. Advanced Invoice Management App
- Fully functional invoice builder.
- 2 invoice view templates.
3. Documentation improvements and other improvements.
Next up:
1. Enterprise Ready User Management App:
– Complete users CRUD.
– User creation/update forms with Modal.
– User login history.
– User activity logs.
– User security settings(password change, 2-steps authentication).
– Assign user roles and permissions.
– User roles CRUD.
– User permissions CRUD.
2. The Most Anticipated Metronic Landing Page
– One page layout with sticky header.
– Product hero block.
– Pricing table.
– Fatures highlight block.
– Extended footer.
3. Other Multi-purpose Pages
– About Us page.
– Careers listing page.
– Careers apply Page.
– FAQ Page.
– And many more.
Stay tuned on endless updates to empower your projects!
Hi,
I’m using the KTDatatable for a simple HTML data table, that has for each row some buttons, each button with a class like “lnk_edit”, “lnk_disable”, etc.
In my JS file I have the KTDatatable initialization and the $(”.lnk_edit”).click(... But as expected it’s not binding the click event to the buttons.
I guess I have to do it with a KTDatatable event after the table is fully rendered. Can you help me in figure this out?
Best Regards, João Clérigo
Hi 
You can use delegate function from table div to the link. The click event will find lnk_edit after rendered
$(”your_table_root_div”).on(“click”, ”.lnk_edit”, ...
Thanks
Hi,
I think that it’s not the problem. I’ve set this test:
var $element = $("i.lnk_edit");
if ($element.hasClass("lnk_edit")){
$element.addClass("myClass");
console.log("Found", $element);
}
The $element is found, and in the console, prints the element object with the added class “myClass”.
But in the DOM inspection the element is not modified, the class is not there. It looks like that jQuery did not updated the DOM element.
I guess I’m missing something. Can you help?
Best Regards, João Clérigo
Hello,
I’ve had to change my code to outside the $(function () { ... }); Now it works, but I’ve had to make it like this: $(document).on(“click”, $elementEdit, function (e) { ...
Best Regards, João Clérigo
Hi 
Glad you solved it.Feel free to let us know if you need more help.
Thanks
First of all, congratulations on your excellent work.
I am looking forward to version 8 for Laravel!
In the meantime I tried with the latest HTML release (Metronic
, updating npm, gulp, yarn but I always have this problem with the command gulp—demo1
I’m going to renew my support!
Error: Not supported at eval (eval at <anonymous> (/usr/local/lib/node_modules/gulp/node_modules/gulp-cli/lib/shared/require-or-import.js:10:15), <anonymous>:1:1) at requireOrImport (/usr/local/lib/node_modules/gulp/node_modules/gulp-cli/lib/shared/require-or-import.js:24:7) at execute (/usr/local/lib/node_modules/gulp/node_modules/gulp-cli/lib/versioned/^4.0.0/index.js:37:3) at Liftoff.handleArguments (/usr/local/lib/node_modules/gulp/node_modules/gulp-cli/index.js:211:24) at Liftoff.execute (/usr/local/lib/node_modules/gulp/node_modules/liftoff/index.js:201:12) at module.exports (/usr/local/lib/node_modules/gulp/node_modules/flagged-respawn/index.js:51:3) at Liftoff.<anonymous> (/usr/local/lib/node_modules/gulp/node_modules/liftoff/index.js:191:5) at /usr/local/lib/node_modules/gulp/node_modules/liftoff/index.js:149:9 at /usr/local/lib/node_modules/gulp/node_modules/v8flags/index.js:162:14 at /usr/local/lib/node_modules/gulp/node_modules/v8flags/index.js:41:14
Hi, after repeating all the steps (clean e reinstall), gulp process is working!
Glad to hear that
If you need any further help please let us know. All the best with your projects!
Error Fixed Columns Datatable
Hi,
Could you please clarify the issue? Which Metronic version are you using?
Thanks
Hello, i requested the github access but didn’t receipt the invitation. Can you check it pls
Hi,
Can you please send your github username?
Thanks
Hello, my github username: jetstudio-io
Hi,
Your username already have access to github. https://ibb.co/FxMzD2zPlease check this link https://github.com/KeenthemesHub/Metronic
Thanks
Great, thanks
Hi Guys,
When Angular v8 release?
Hi
,
We are working on it with a high priority and we will do our best to release it as soon as possible with lots of enhancement, such as, performance improvements, typescript support, layout optimizations, ready to use AUTH flow implementation with real REST API, native core plugins, etc.
Please follow us at http://twitter.com/keenthemes to stay updated.
Regards, Sean
Hey guys, when will the Angular versions of Demo 5 and Demo 8 be out. Need to plan accordingly. Thanks
Hi,
Thanks for your feedback. At the moment we can’t provide the ETA. Bootstrap 5 is out and we will plan those demos within Metronic 8 releases soon.
Please follow us at http://twitter.com/keenthemes to stay updated.
Thanks
Hi,
Metronic8 works very well in google chrome, but not in Firefox. here’s a screenshots of a webconsole : https://ibb.co/xGG6FGc
Thank you.
Hi,
May I know what is your OS and Firefox version ? As we tested on the latest Firefox Metronic 8 works fine:
https://imgur.com/eHXXglTCan you try to reload your browser cache with CTRL+R ?
Regards, Sean
Debian 10 XFCE 4, Firefox 74
First thing I did was the CTRL + R, LoL.
I know that you should says to update your firefox t the latest, but this is kind of a problematic when you will try to deploy you App using Metronic 8, Non of all our clients have the latest Browsers, and Firefox 74 isn’t sooo Oudated..
Thank’s
Hi
,
I understand that. We will do our best to find a way to investigate it. It seems like the latest JavaScript features are not supported in your current browser or OS build. If you could us send a full trail of the error via support@keenthemes.com we would do some checking in our end. Appreciate your cooperation.
Regards, Sean
Thank you,
I guess all that you need to do is to install a Firefox 74 version and check.
We will try. However Firefox 74 is quite old version so we can’t guarantee that all 3-rd party plugins are compatible.
Hello, first of all I have to say that it is a really great job. And I am definitely thinking about buying it. But I would like to know if there will be any discounts or campaigns soon? Thank you very much in advance.
Hi
,
Thanks for your interest in our theme – Metronic
There is no planned discounts soon. But, all future updates are free per purchased license.
If you need any further clarifications please do let us know.
Regards, Sean
Hi,
Just want to clarify what does it mean extended license. Does it mean I can’t sell products on the website using regular license?
Hi
,
Thanks for your interest in Metronic. The extended license allows you to use Metronic in a single product(such as SAAS service) and charge your end users for using your service. But it does not allow you to use Metronic in stock items and resell it. If you need any further help please do let us know.
Regards, Sean
Hi, our web app will be free to use and signup. We will be selling products on the web app. What license do we need?
Hi,
Please note that the Themeforest licenses do not allow reselling an item in other stock item since each copy you distribute must be licensed.
Regards, Sean
Hi,
We are not selling your theme. Our app will be free to use. We will sell our own products on it. We ‘ll not sell themes. We’ll sell physical products like t-shirts, etc.
Hi
,
Sorry for misunderstanding you. You can use Metronic in your eCommerce site with regular license. You can any product you like since you are using Metronic for your eCommerce site. Yes, you can go ahead with a regular license.
if you need any further clarifications please do let us know.
Regards, Sean
Also, one more thing. Do you provide customisation services if yes how to proceed for that?
Hi
,
You can use this form https://keenthemes.com/hireus to get a free quote from our development partner
All the best with your projects!
Regards, Sean
Will the vue.js demo of metronic 8 use vue.js 3.x and directly use bootstrap 5, i.e., the demo will not use boostrapeVue?
Hi
,
Thanks for your feedback. Metronic 8 Laravel will definitely use Vue 3 + Typescript. At the moment Bootstrap 5 Vue is not available and we will add once it’s released. As an alternative Bootstrap 5 original can do the job.
Please follow us at http://twitter.com/keenthemes to stay updated.
Regards, Sean
when metronic 8 laravel is coming out? and is there’s a way to optimize this bundles.js something I see on the page network, it’s a huge file.
H :)i,
Thanks for your feedback. Yes, sure, in Metronic 8 the assets are optimized 75% so the Laravel solution will inherit this for sure. We will announce the release of the Laravel solution in a 2-3 weeks. We are preparing something special regarding this 
Please follow us at http://twitter.com/keenthemes to stay updated.
Regards, Sean
Good stuff! I’ll purchase once released.
Sure, thanks for your interest! 