12202 comments found.
Hi, When are the modules in version 7 completed? Chat, Inbox, etc. Can you give a date range
Hi
,
Thanks for the feedback.
We will try to release these apps in Metronic 8 during the coming week We are working on them at the moment.
Please check https://keenthemes.com/blog/metronic8 to learn about the Metronic 8 roadmap.
Regards, Sean
Hi,i’m very interested, and i want to know if there is any canleder page (for angular) in your template. Thanks
Hi medsiraj,
All functionality we have in our Angular version you can check on our preview website https://preview.keenthemes.com/metronic/angular/demo1
Right now we don’t have our own calendar implementation in the Angular version of Metronic.
Regards, Keethemes support
How do you use something like this? It’s really nice, but I’m just wondering if it’s a difficult task to use.
HI
,
Thanks for your interest in our themes. You will need some frontend developer skills to get start with Metronic. However if you are an beginner Metronic can be a great resource to learn the frontend coding.
For Metronic 7 Bootstrap 4 version we have video tutorials https://keenthemes.com/metronic/?page=video and documentation https://keenthemes.com/metronic/?page=docs
Metronic 8’s documentation you can check here: https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started.htmlIf you need any further help please contact our support at support@keenthemes.com
Regards, Sean
Hi, in Demo 12 when i type something in search bar i see no pop up for search result not like other demo. Is it purposely that way or is it bug?
Hi,
Sorry for the late reply.
There shouldn’t be a pop-up, if you want to add it, you can use the select2 plugin for inputs, check out select2 demo page.
Regards,
Lauris
But why? Every Demo you have has it. Are you sure it intentionally made that way?
If you guys do it intentionally at least give us Search Result pages. This was disappointing coz I have to recreate my project with different template just because of it.
Hi,
Sorry for misunderstanding you. You can fix this issue by adding the search handle initialization code in metronic\theme\html\demo12\src\js\layout\initialize.js as shown below and recompile the assets with gulp or webpack:
https://imgur.com/AjVg49lWe will include this fix in the next update of Metronic 7.
If you need any further help please let us know.
Regards, Sean
Ah thank goodness it was a bug, this is one of the cool features in Metronic that not every Admin template has. that’s why it so special and I hope it will appear on every demo. I see some others have this same issue either I hope u can check it out too. Anyway, I think u should have a dedicated search result page either. or is it I just miss it? thanks.
Hi
,
Thanks for the hint. We fixed it for some other demos as well and tomorrow will push an update. Noted and we will consider adding extended search results pages as well. if you need any clarifications please do let us know.
Regards, Sean
Hey, Would you please consider spinning up a NextJS version of React. Or is it possible to get support for this from you?
Hi
,
Thanks for your suggestion. At the moment we do not have such support. However, we will consider your request.
Regards, Sean
When will the Metronic8, react version be available?
Hi
,
We are working on it with 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
Hello,
I have a question about License. We are aiming for a website where two people communicate with each other and trade their product (bike, gaming console etc.). The transaction will go through our bank account. Our company will get fee from the transaction.
Do we need Extended License? or just regular License is enough.
Because our customer can browse (login) our website for FREE, but we will get transaction fee for transaction? Im little bit confused. Please help
Hi
,
Thanks for contacting us regarding the license terms. In your case your application can be considered as charging your users for using your service that’ is build with Metronic and in your case you will need use Metronic’s extended license.
if you need any further clarifications please do let us know.
Regards, Sean
Hi,
isn’t it familiar with “we buy the product from seller and sell the product to the buyer using our end product” What happens in this case?
We are not charging customer for visiting and using our website. But we getting fee for transferring money to our bank account
Hi,
As far as we informed your case falls in SAAS service where you charge(get fee) for providing service for your users within your site. If you are eCommerce site where you sell things then you could go with regular license.
if you need any further clarification you may contact the marketplace support by creating a ticket: https://help.market.envato.com/hc/en-us/requests/newRegards, Sean
Fixed my own issue 
Hi
,
Glad to hear that. In case if you need any further help please contact our support via support@keenthemes.com
Regards, Sean
Hi!
First of all, the update was very successful. However, there are many components in the old version that are not in the new version. I can give an example of the chat system first. By the way I would love to see the ribbons in the new version as well. When will the next update arrive and what will it change. I would like to listen to what you are planning to add.
Thanks.
Hi
,
Thanks for your feedback. The transition process is just started . We will move those components as well in the following updates to make Metronic 8 complete.
Please follow us at http://twitter.com/keenthemes to stay updated.
Regards, Sean
Hi, do you have a date for the angular Metronic 8 release ?
Hi
,
We are working on it with 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
Hi there
,
All new framework, awesome documentation, optimized css/js assets, new core plugins, speedy layouts… More to come soon. Stay tuned!
Regards. Sean.
Hi, when is the version 8 being released ? Thanks
Hi , wow thanks , don’t think faster reply is possible
I will check it out!
Fun fact: It’s released the same time you left this comment. 
If you have any feedback or comments on the new Metronic 8 + Bootstrap 5 version please let us know via support@keenthemes.com
Hello,
I’m using the<script src="assets/js/pages/my-script.js"></script>
to add my own javascript code.
Within i have a load similar to this:
$("#load_user_list").load("pages/user_list.php")
It load OK, but for ex. the tooltip does not work. Do I have to use the callback function and add to it:
$(function () {
$('[data-toggle="tooltip"]').tooltip()
})
or is there any other way?
Hi,
You have to re-initialize the tooltip because the user_list.php file is lazy loaded.
You can try to run this function. KTApp.initTooltips()
It’s from this file theme/html/demo1/src/js/components/app.js
Thanks
Hi, Thank you. Is there any “global” init function?
Hi,
KTApp.initTooltips() is a global init function.
Thanks
I am having 2 issues with the KTDatatable search: 1. I’d like the search to be a “like” search, not an exact match search. ie: If they type in only “New”, it should bring up “New York”, “New Jersey”, and “New Mexico”. But now you have to type in the full text to have any results, ie: “New” brings 0 results, but “New York” brings results.
2. I set up the search on one KTdatatable and it works well. Then I created another KTDatabable with a search and the search doesn’t filter at all. I spent a long time trying to fix this but cannot figure out the issue. The search field is correctly defined, the key is present in the ajax results. The documentation here is so brief that it is not helpful enough: https://keenthemes.com/metronic/?page=docs§ion=html/components/datatable. Can you help me to resolve this?
Thank you.
Hi,
1) Which data source type are you using? The local type data source have “like” search by default. Please check the example https://preview.keenthemes.com/metronic/demo1/crud/ktdatatable/base/data-local.html For remote data source, the search filter should be done in the backend API.2) Could you please send your ktdatatable code? Have you compared the second table with your first table?
Thanks
>> For remote data source, the search filter should be done in the backend API.
That answered my question. Somehow I thought that the JS/JQ was doing the filter, so I was looking in the wrong direction. I updated the ajax php file to process the filter request, and now it’s working well.
Thank you!
Hi
Glad it worked. Please feel free to let us know if you need more help
Thanks
I’m using Sticky card in Angular. Sometimes I get an error: when it turns to sticky mode, the card header becomes shorter and not stick to website’s header. Please see attachment for more detail. How can I fix this? Thanks. https://bachvi98.files.wordpress.com/2021/04/sticky-card.png
Hi vietkuong,
Please mail us ‘support@keenthemes.com’ with screen shares (video would be better) and other details (how to reproduce step by step your case/version of Metronic/demo number/license number). We will be able to help you then.
Regards, Keenthemes support
Good Morning. Could you tell me if there is a slider or carrousel in this version?
Hi
,
Regards, Sean
Hi,
regarding the question of @riancy7 …
> What is the current progress of Metronic8? Now the first thing I wake > up every day is to see if Metronic8 is updated. Looking forward to the > update, can you reveal some progress?
... and your answer …
> It’s coming in a few days! Please follow us at http://twitter.com/keenthemes > to stay updated.
... I would like to know if it’s worth to wait a few days with our planned upgrade, to start with Metronic 8 instead of Metronic 7.
How do you define “a few days”? Like 5 to 7 days? Or more like 20, 30, ... more days?
Best regards and keep up the good work!
(I am aware that our support expired recently)
Hi
,
Thanks for your patience. We are targeting to release Metronic 8 + Bootstrap 5 early version this week.
Regards, Sean
Hey, I’d like to introduce the template’s stylesheets into existing project. How can I do it? Documentation describes new apps only…
Hi
,
You can check following video tutorials:
https://www.youtube.com/watch?v=UPNvy-2ZtQM&ab_channel=KeenThemes https://www.youtube.com/watch?v=qAlX83Tb8fg&ab_channel=KeenThemes https://www.youtube.com/watch?v=NyBWIpRTiB4&ab_channel=KeenThemesIf you need any further help please contact our support via support@keenthemes.com
Regards, Sean
HI, Keenthemes icons aren’t loading. Thanks
Hi,
Could you please send the link or screenshot? You can also send to our email at support@keenthemes.com
For more info please check the theme documentation to rebuild the assets: https://keenthemes.com/metronic/?page=docs
Thanks
Hi,
Could you please send the link, which page had this issue?
https://preview.keenthemes.com/metronic/demo1/index.htmlThanks
Is it just me or does the zip file take FOREVER to unpack.
Hi,
Since the download zip is quite large(1.4GB with the source, design files, precompiled css/js) the unpacking process can take 1-2 minutes but if you use 7zip tool you can unpack it relatively faster.
If you need any further clarifications please let us now.
Regards, Sean