12202 comments found.
I was about to ask bairly the same thing, like @SparkyTD above but little bit different,
Like once click on “Change Avatar” in KTImage to load image/select image file. A Crop image library will open in a modal (https://fengyuanchen.github.io/cropperjs/ it was included in Metronic 7), once the image is cropped clicked Ok, after that the cropped image will be in the KTImage component .
That would be the dream of all Metronic customer.
Any efforts toward that direction ?
Hope i explain it well.
thank you guys.
Hi
,
Thank you for your suggestion.
Sounds great. This is a good solution to add. We will check it further and release in a future update.
Regards, Sean
Wow amazing,
As I said it is every Metronic User’s dream (as I strugle before to implement such a thing)
Thank you so much Sean for the reactiveness (Not React though LoL)
Hi
,
Sure, thank you for your suggestions and contribution with great ideas.
Regards, Seam
Hello,
Is there a way to pre-load an image on a KTImageInput from javascript after page-load, so the user can later change it or remove it? The image is coming from a url, but I can also download it in js and convert to base64 if needed.
The reason I want to do this is because I’m working on the edit feature of a form that contains images, so whenever the user opens the form, previously added images should already be there.
Thanks!
Hi
,
Thank you for your interest in Metronoc.
If you are using Metronic 8 to interact with the plugin you can check the existing documentation of KTImageInput here https://preview.keenthemes.com/metronic8/demo1/documentation/forms/image-input.htmlif you need any further help please contact our support via support@keenthemes.com and provide us more details and we will advise you further.
Regards, Sean
Is calendar control or app is coming for Metronic 8 ? It would be really awesome though.
Hi
,
Thanks for your interest in Metronic.
Yes, we are working on it and we will try to release it in a future update soon.
Stay tuned for updates via https://twitter.com/keenthemes and https://www.instagram.com/keenthemes
Regards, Sean
Hi,
Do you use React-bootstrap?
Thanks, Pedro
Hi
,
Thanks for your interest in our theme – Metronic.
Yes, we do use React Bootstrap. If you need any further info please contact our support via support@keenthemes.com
Regards, Sean
Hi guys,
In the near future will be a Django/Python version for this admin template? This will be the future framework. It’s fast and great. Now it’s only 1 admin template with django version on themeforest. If yes, can you provide ETA for template?
Thanks !
Hi
,
Thanks for your suggestion. Yes, we are definitely looking at this but we can’t confirm any ETA yet since the development hasn’t been started yet. If you are an experienced Django developer you conta t us via support@keenthemes.com and let us know us some key requirements and directions and we will take them into account for sure.
Stay tuned for updates via https://twitter.com/keenthemes and https://www.instagram.com/keenthemes
Regards, Sean
Good morning, could you tell me in which file I change the language of the labels (Showing 1 to 3 of 3 entries, Show
10
entries, Search
from the datatable
Hi
,
If you need any further help please contact our support via support@keenthemes.com and provide your Metronic version and other details.
Stay tuned for updates via https://twitter.com/keenthemes and https://www.instagram.com/keenthemes
Regards, Sean
Hi,
I just download the newest version metronic 8.0.15. The error occurs when installing Vue version. Do you check Vue installation package before release?
Please check error below: npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: demo1@8.0.15 npm ERR! Found: vue@3.0.7 npm ERR! node_modules/vue npm ERR! vue@”3.0.7” from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer vue@”3.1.1” from element-plus@1.0.2-beta.48 npm ERR! node_modules/element-plus npm ERR! element-plus@”^1.0.2-beta.48” from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with—force, or—legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. npm ERR! npm ERR! See C:\Users\DELL\AppData\Local\npm-cache\eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\DELL\AppData\Local\npm-cache\_logs\2021-06-20T10_52_33_678Z-debug.log
Hi,
We didn’t have this error in the final zip file.
Can you please try to install dependencies with yarn?
Try also installation dependencies with flag—legacy-peer-deps
npm install --legacy-peer-deps
Regards,
Lauris
I tried your suggested command with flag—legacy-peer-deps, but it still does not work.
Regards, Tien
I can manage to install dependencies with NPM version 6.13.4 so I think it does not work with NPM latest version 7.18.1. Could you please check with latest version NPM?
Hi,
We rechecked the installation with the latest version of npm and we didn’t get this error.
Could you please let me know which operating system are you using?
Regards,
Lauris
OS: Window 10 Home 64bit. Node version: 15.12.0
Hi,
Thank you for providing the info.
We will check it and fix it in upcoming releases.
Regards,
Lauris
Hi, When we remove the bottom header from demo 7, the mobile menus are not working ! As primarily mobile menus are targeted to the bottom header menus. I believe its a bug. I even tried the same on builder, when we switch of the bottom header and check mobile menus aren’t showing up ! please check and revert as soon as possible as we are already half through implementing to our project !
Hi
,
Thank you for your feedback.
Can you please double check demo7\src\js\layout\base\header-menu.js script and remove the code related to the HTML code you removed. You can refer to the ID’s in the JS. For example if you removed the bottom part with horizontal menu you should remove the below code:
_menuObject = new KTMenu(_menuElement, {
submenu: {
desktop: 'dropdown',
tablet: 'accordion',
mobile: 'accordion'
},
accordion: {
slideSpeed: 200, // accordion toggle slide speed in milliseconds
expandAll: false // allow having multiple expanded accordions in the menu
}
});
Once you do these changes in “src” folder you should recompile it with gulp or webpack and update your assets folder.
If you need any further help please contact our support via support@keenthemes.com and let us the HTML code you removed and we will try to check reproduce the issue in our end.
Stay tuned for updates via https://twitter.com/keenthemes and https://www.instagram.com/keenthemes
Regards, Sean
Hi, the above mentioned solution is not working, please check and I have already mailed you with POC, do check that ( and waiting for your response ) and regarding the code removed ! These are the codes which i have removed -
<body id="kt_body" class="header-fixed header-mobile-fixed header-bottom-enabled page-loading"> // this was the original <body id="kt_body" class="header-fixed header-mobile-fixed page-loading"> // this was the changed code
&
I have removed the whole part of
<div class="header-bottom"> // line 957 to 3917 was been removed .... ..... ....... </div>
My expectation is to have one menu header ( so removed the bottom header ) and in mobile view this primary header should be shown when user clicks on hamburger icon, that’s it !
And above code things are done on demo 7 for your note !
Hi,
Apologies for the inconvenience. We are checking this and get back to you shortly.
Regards, Sean
Hi,
Thank you for your patience
Have you tried to use the layout builder: https://preview.keenthemes.com/metronic/demo7/builder.html by disabling the header menu as shown below: https://imgur.com/JLwtkzpRegards, Sean
Hi Keenthemes,
I know it’s not verry kind to ask again, but …. put yourself in our situation…
Please, when do you supply : Demo6 HTML (as known Demo13 in Metronic 7), we’ve been working on our project since Metronic6, using that Demo layout, and now we want to re-do it in Metronic8 using the new demo6 (since we want to be up to date. we are in backend, and we also want to be in front end world).
Are you gonna pleaaase speed up a little bit the dev of demo6 Html.
Thank you.
(Sorry for being harsh on you Sean).
Hi
,
No worries, We are going to speed up all the pending demos and probably demo 5 will be released in 1-2 weeks.
All the best with your projects!
Regards, Sean
Demo 6 not Demo 5, LoL 
Demo5 is already built.
if You refer to demo 6, is it in 1 week that you said ?
Thank you Sean.
Hi
,
Yes, we referred to demo 6. We can’t confirm exact release date. Hoping for 1-2 weeks time.
Regards, Sean
Hopefully, thank you Sean
Hello,
It has been months now from the release of Metronic8, .... but there’s no sign of FullCalendar with it?, I think rather than focusing on Reat or Angular now…..., you should focus on essentials.
since it’s a crucial piece for a great admin theme.
Any ETA.
Thank you.
Hi
,
Thanks for your suggestion. We are already working on Fullcalendar v5 integration and we will try to release t within the next week.
Stay tuned for updates via https://twitter.com/keenthemes and https://www.instagram.com/keenthemes
Regards, Sean
Is KTDatatable no longer supported in version 8? I use it throughout my application and this is the only issue I’m encountering with upgrading. Is there a separate JS file that I need?
Hi
,
Thanks for your interest in Metronic.
At the moment KTDatatable is not available for Metronic v8. However you can use Datatables.net instead since it offers all the datatable features required and our new Datatables skip support almost all the features from the official plugin’s docs and examples: http://datatables.net/If you need any further help please contact our support via support@keenthemes.com and provide more info.
Regards, Sean
Hi, when will “Metronic 8 React” will come out? Thanks in advance.
Hello,
We target to release it within one of the following updates. We are doing our best to release it as soon as possible.
Thanks for keeping in touch.
hi does this package support bootstrap5.
Hi
,
If you need any further clarification or help please contact our support via support@keenthemes.com
Regards, Sean
Do you have a rough ETA for demo3 HTML for Metronic 8
Hi
,
We have just released Demo 2 for Metronic 8 with lots of improvements and Demo 3 will be here soon in a few weeks.
Stay tuned for updates via https://twitter.com/keenthemes and https://www.instagram.com/keenthemes
Regards, Sean
Hi keenthems.
Aren’t you guys including Flat-icons like you did in Metronic 7 ??
Thank you
Hi
,
We are not planning to use it for Metronic 8 due to maintenance and update process complication. However you can use Fontawesome Free and Bootstrap icons as they can cover most of the font icon requirements.
Regards, Sean
I have the regular license for Metronic. I just downloaded the lates version ZIP file and I do not see the REACT version in there, just the VUE, HTML and LARAVEL folders? Is the REACT not part of the regular license package?
Hi
,
Thank you for your interest in our theme.
Metronic v7 has the React version demos and you can find it in the download zip file. For Metronic v8 the react version will be released in 1-2 weeks.
Stay tuned for updates via https://twitter.com/keenthemes and https://www.instagram.com/keenthemes
Regards, Sean
wow ! the template is getting better and better. Thank You for your effort for such a price.
Hi 
Thank you for the appreciation. We have lot of amazing features in our todo list and we will regularly release them.
Stay tuned for updates via https://twitter.com/keenthemes and https://www.instagram.com/keenthemes
Regards, Sean
Hi,
Any plan for a django/python version in the future?
Hi
,
Thank you for your feedback on this.
Yes, we are looking at this direction and planning to implement it soon
Stay tuned for updates via https://twitter.com/keenthemes and https://www.instagram.com/keenthemes
Regards, Sean
Hi, Do you have laravel + react version. We want to just add our query on top of Laravel + react version.
Hi
,
Thanks for your interest in our theme – Metronic.
We will add this in a future update after we releasing Metronic v8 React version in 1-2 weeks.
Stay tuned for updates via https://twitter.com/keenthemes and https://www.instagram.com/keenthemes
Regards, Sean
Hey 
We have been working on some amazing stuff and shortly we will be releasing:
1. Demo 2:
– Custom Header.– Horizontal Menu.
– Boxed Layout.
– Aside Menu.
– Integrated Landing.
– Layout Builder.
2. In-house Plugins:
– Password Meter.– Swapper.
– Quick Search.
– Sticky.
– Cookie.
3. Laravel:
– User Profile Overview.– User Account Overview.
– Account Settings Update.
4. Vue:
– List Widgets.– Statistic Widgets.
– Chart Widgets.
– Mixed Widgets.
– Table Widgets.
– Feeds Widgets.
Next up:
1. Laravel:
– User Password Update.– 2 Steps Authentication.
– Application Settings.
– User Audit Log.
– Integrated Charts.
2. More:
– Demo 3 HTML.– Demo 4 HTML.
– Demo 1 React v17.
– Demo 1 Angular v12.
Stay tuned on endless updates to empower your projects!
Regards, Sean