12201 comments found.
Hi, After download, I’m only seeing demo1. While the template has multiple demos. Please advice. Kind regards.
Hi,
Thanks for your interest in Metronic.
Due to popular requests, we understand that packaging 5 frameworks with 21 demos into a single 4GB download file can be quite daunting. Therefore, as an alternative download option, we’ve decided to split our demos into individual packages for your convenience.
Simply sign up to our official developer portal and head over to the Metronic demo downloads page to pick your demo. You’ll need to enter your purchase code for us to validate your purchase.
Regards, Sean
Great, thanks
Hi. how can i download full version ? i just have basic components Thanks for this awesome template
Hi,
Thanks for your interest in Metronic.
Due to popular requests, we understand that packaging 5 frameworks with 21 demos into a single 4GB download file can be quite daunting. Therefore, as an alternative download option, we’ve decided to split our demos into individual packages for your convenience.
Simply sign up to our official developer portal and head over to the Metronic demo downloads page to pick your demo. You’ll need to enter your purchase code for us to validate your purchase.
Regards Sean
I guess this is not the answer I was looking for. in this link i can see all the different options in the left menu => https://preview.keenthemes.com/metronic8/demo1/index.html
but many of these features are missing in vue3 demo1 template => https://preview.keenthemes.com/metronic8/vue/demo1/#/dashboard
The template I downloaded is more like a starter kit. How can I get all the components in Demo1? The download links you wrote in the comments are also like the starter kit.
Hi,
Yes, the SPA versions(Vue, React, Angular) are considered as a starterkit with the core layout and components integrations and they have limited features as shown in the preview site: https://keenthemes.com/metronic/You can reuse all the HTML features(except jQuery based plugins) from the HTML version in the Vue version since all the static HTML elements are available within style.bundle.css.
Regards. Sean
Hello, wonderful and flexible theme. First time i use angular version but the data do not auto refresh on frontend and i shoul be angular default behaviour. Is there any option to activate ?
Component are not rendering after getting data from http api. We need to refresh the page to see the data.
Hello,
Since our primary support channel at: https://devs.keenthemes.com/ , we kindly ask you to create a ticket there.
We’ve been long wishing to build a bridge between us and the Keenthemes community. As the email is not the best room to support, we kindly invite you to collaborate with Keenthemes developers from everywhere on Devs Forum.
Best regards, Sean
if i purchase and download the react version, is it included all the sample page(in Apps section) like demo in this link https://preview.keenthemes.com/metronic8/demo1/apps/ecommerce/customers/listing.html ?
Hi,
The React version will include the layout and core app pages as shown in the preview site. The rest of the pages you can reuse from the HTML version by your own as the HTML templates are available in all SPA version through the global styles.bundle.css file.
If you enquire for further assistance or have questions, we invite you to join our products community at https://devs.keenthemes.com/. There you can get assistance and guidance from KeenThemes core developers and community members.
Regards. Sean
Metronic | HTML | customers/list.html
Hello,
I am facing problems while managing columns of list under /customers. The data table stops working while removing columns which I don’t want.
For ex: currently there are 7 columns (including checkbox and action) but I want to remove two columns, but it stops working see here: https://prnt.sc/I_ItOEEiXcEb
I have not touched any js or css file included at this page.
Please suggest what to do? Is it hard coded ??
Thank you
Hi,
Each dynamic data table has its JS code that initializes the table with datatables.net plugin: src/js/custom/apps/customers/list/list.js
When you change the source JS file you will need to recompile the assets folder with gulp or webpack.
For more info about using Metronic please check the Theme Documentation and Video Tutorials
If you enquire for further assistance or have questions, we invite you to join our products community at https://devs.keenthemes.com/. There you can get assistance and guidance from KeenThemes core developers and community members.
Regards. Sean
Very very poor and generic reply.. 
I have already checked the file src/js/custom/apps/customers/list/list.js and visited all your gen document and video tutorials. I didn’t find anything to manage the list. Could you please let me know where and how I need to make changes..
AGAIN, is it hardcoded ??
I have already made a post on product community, after two days when no one replies.. I posted here.
Please assist.
Thank you
Hi,
I see that you are trying to remove “Payment Method” and “Created Date” columns from the HTML code and to achieve this you will need to edit “src/js/custom/apps/customers/list/list.js” script and do below changes:
1). Remove below code:
tableRows.forEach(row => {
const dateRow = row.querySelectorAll('td');
const realDate = moment(dateRow[5].innerHTML, "DD MMM YYYY, LT").format(); // select date from 5th column in table
dateRow[5].setAttribute('data-order', realDate);
});
2) Below change the columnDefs seconda columns settings as shown below:
{ orderable: false, targets: 4 }, // Disable ordering on column 4 (actions)
After the above changes please recompile the assets with Gulp or Webpack.
Regards. Sean
Hello, when downloading the files, it only brings demo 1, how can I obtain the others? Thanks.
Hi,
Thanks for your interest in Metronic.
Due to popular requests, we understand that packaging 5 frameworks with 21 demos into a single 4GB download file can be quite daunting. Therefore, as an alternative download option, we’ve decided to split our demos into individual packages for your convenience.
Simply sign up to our official developer portal and head over to the Metronic demo downloads page to pick your demo. You’ll need to enter your purchase code for us to validate your purchase.
Regards, Sean
Hi, sorry my comment is going to sound absurdly stupid. I’m coming from WordPress so that CMS is all I’ve ever known. I want to create a simple static website (blog), and I want to try something new that is not WP.
Do you think this theme will help me out? Will there be a backend like WP-admin where I can ‘write’ the posts, edit/update it later? What more can I do with this theme with regards to WP, and how is it limiting (if it is limiting)?
I am not a coder, so I’m not sure if this is plug-n-play theme. Please enlighten me. I just browsed through your demo and WOW that UI/UX is mind-bogglingly good! 
Hi
,
Thank you for your interest in Metronic.
Metronic is a not CMS tool, it’s an HTML theme that can be used to build a custom web applications from scratch while Wordpress is a complete CMS tool that enables non coder users to create and manage their sites. However Metronic requires further coding.
If you enquire for further assistance or have questions, we invite you to join our products community at https://devs.keenthemes.com/. There you can get assistance and guidance from KeenThemes core developers and community members.
Regards, Sean
when is “coming days” for new release? next month? next year?
Hi
,
Hopefully within the next week. Sorry for the delay, we are working really hard to release it as soon as possible.
Regards, Sean
Hello, can I customized the color theme e.g. sidebar color and etc?
Hi
,
Sure, you can fully customize Metronic layout using sass and gulp or webpack builder: https://youtu.be/Ke_RodwOFEk
If you enquire for further assistance or have questions, we invite you to join our products community at https://devs.keenthemes.com/. There you can get assistance and guidance from KeenThemes core developers and community members.
Regards, Sean
Please don’t forget the summernote plugin in the new update
Hi
,
We will try our best. There are so many requests and we will need to priority them. Hope for your understanding.
Regards, Sean
It’s really sad….. still no update. 
Hi
,
Update will arrive in the coming days. This will be the biggest v8.x update.
Regards. Sean
I already delayed my projects with 1 month….. as i said, it’s sad.
Hi,
Apologies for the delay. We always give estimated date for the releases and sometimes it may be earlier or later. We will do our best to release it the next week.
Regards. Sean
another week, another released missed.
which means “coming days”?
It should be out in the coming week.
its been a week, so sad. when it will be, sad emot
Hi,
We needed more time for this release since it will include Bootstrap 5.2 update as well. We are about to release it. Stay tuned!
Regards. Sean
So i think it will come next month, then.. untul bootstrap or another version of something else, sad
Hi
,
Update will arrive in the coming days. Please bear with us.
Regards. Sean
hi, is there any project done with this theme, such as some website script. I wonder too much if any project demo you share or if anyone here did some project out of this great theme. Thanks
Hello,
Since our primary support channel at: https://devs.keenthemes.com/ , we kindly ask you to create a ticket there.
We’ve been long wishing to build a bridge between us and the Keenthemes community. As the email is not the best room to support, we kindly invite you to collaborate with Keenthemes developers from everywhere on Devs Forum.
Best regards, Sean
Yes sure
Hello, how can I download the version 7 instead of 8?
Hi,
Thanks for your interest in Metronic.
Metronic’s current version is v8 and v7 is not included in the download package. However, if you have purchased v8 from https://1.envato.market/EA4JP you still can get the v7 version from our GitHub repo. Please send us your GitHub username and we will grant you access to the private repo.
We invite you to join our products community at https://devs.keenthemes.com/. There you can get assistance and guidance from KeenThemes core developers and community members.
Regards, Sean
hi, if i buy can i sell my apps with this theme.?
Hi,
You can see your apps to your clients and you will need a separate license for each client. According to the Themeforest license terms each use of Metronic requires a separate license.
If you enquire for further assistance or have questions, we invite you to join our products community at https://devs.keenthemes.com/. There you can get assistance and guidance from KeenThemes core developers and community members.
Regards. Sean
Is there a starter project or do you need to use the demo and try and strip out what you don’t need ?
Hi,
In the coming days we are going to release Django, .NET Core, Blazor and Flask framework starter kits with full layout and assets integration.
If you enquire for further assistance or have questions, we invite you to join our products community at https://devs.keenthemes.com/. There you can get assistance and guidance from KeenThemes core developers and community members.
Regards. Sean
is the new update coming this week?
Hi,
It will be in the coming days.
If you enquire for further assistance or have questions, we invite you to join our products community at https://devs.keenthemes.com/. There you can get assistance and guidance from KeenThemes core developers and community members.
Regards, Sean
is it possible to have a Blazor setup of this theme?
Hi,
Yes, we are releasing Blazor starterkit in the next update in the coming days.
If you enquire for further assistance or have questions, we invite you to join our products community at https://devs.keenthemes.com/. There you can get assistance and guidance from KeenThemes core developers and community members.
Regards, Sean
Hello sir, where can i find list of icons? Thank you
Hi,
You can get all available icons listing in the documentation page: https://preview.keenthemes.com/metronic8/demo1/documentation/icons/duotune.htmlIf you enquire for further assistance or have questions, we invite you to join our products community at https://devs.keenthemes.com/. There you can get assistance and guidance from KeenThemes core developers and community members.
Regards, Sean
Alright sir, is icons already included on figma file? I can’t find icon on figma sir
Hi, Thanks for your interest in Metronic.
Metronic comes with an in-house version of the Figma file(not the design system) that includes core features of Metronic, dashboards, widgets, layouts, and general pages. Also, we provide 4 pro illustrations packs and 400+ duotone SVG icons with full source files.
Regards, Sean
Demo 2 – SaaS Application not able to download
Hi,
Could you please contact our support team via https://devs.keenthemes.com/ and provide more info ? Do you see any error message or your purchase code can not be verified ?
Regards, Sean