12202 comments found.
How do we get a previous version of the package? I’ve lost 2 hours trying to configure Node just to deploy a simple dashboard and I can’t spend anymore time on this, I just need to upload the compiled files and start using it.
Hi,
May I know what kind of issue are you facing ? Using Node.js and Npm for web development now become a normal approach and once you got started you will get a lot of benefits.
For more info please check the theme documentation: https://keenthemes.com/metronic/?page=docs and our video tutorials https://keenthemes.com/metronic/?page=video.
If you need previous version you can contact our support via support@keenthemes.com and provide your github username and you will be able to download previous versions.
Regards, Sean
Node.js version compatibility issues and other stuff. The last one I gave up on was ” yargs parser supports a minimum Node.js version of 10.” when I’m using Node.js 12 with gulp. Maybe this happens because this server is on Plesk and while you can change the CLI version of Node, the package might be mistakenly still using the server version. And with webpack this happened:
node_modules/import-local/node_modules/pkg-dir/index.js:5 const pkgDir = async cwd => { ^
SyntaxError: Unexpected identifier at NativeCompileCache._moduleCompile
and
error @ckeditor/ckeditor5-alignment@23.1.0: The engine “node” is incompatible with this module. Expected version ”>=12.0.0”. Got “6.17.1” error Found incompatible module.
People might not be able to install whatever version of Node a simple collection of CSS, HTML and JS files needs to be compiled with… I’m sorry, I don’t think it’s a good idea to rely on package managers to deploy something that has no dependency whatsoever and it can all be uploaded pre-compiled to a folder. Sure, make available tools to compile your own version for people who want to choose which packages to use but I don’t think it’s a good idea to expect people to update package managers or lose time on resolving version compatibility issues for a package that can be uploaded and used as-is
Hi,
The engine “node” is incompatible with this module. Expected version ”>=12.0.0”. Got “6.17.1” error Found incompatible module.
Your node.js version probably is v6. Could you please try to run this command “node -v”?
We suggest to to use node.js minimum version v14 https://nodejs.org/en/Thanks
That’s what I said. Plesk has server versions of php, node, etc. and then you can manually launch any other version installed. I can’t change the server version, I can launch it directly but the alias is always going to point to the earlier version.
Hi,
Could you please run it your local? We would suggest you do development in your local, then upload the final and compiled version in your Plesk server.
Since this theme is an HTML template. Normally, we don’t run it in server directly. We do the integration with the application in local, then deploy the application in server later.
Thanks
The pages are automatically reloading. I am facing issue for that.. Please help to disable it
Hi,
Could you please contact our support via support@keenthemes.com and provide more details for your issue ? What Metronic version and framework(html, angular, react, vue, laravel ) you are using ? Can you send us screenshots of your browser console if you get any js errors ?
Regards, Sean
Hi, I am interested in having this working as a website (information page) using a decentralized system, this means I can only use a Static HTML5 website. Is Metronic available as a static website (no javascript, no database use et.c)? I want to insert everything manually anyway as I will use it as a simple information page (the design is perfect for what I need it to do).
Hi,
Sorry for the late reply. We overlooked your comment here.
To use Metronic as you mentioned you will need at least HTML, CSS and Javascript files otherwise the theme will not function properly. Thus you can create static pages and handle the content manually.
if you need any further clarifications please contact our support at support@keenthemes.com
Regards, Sean
Add css support for Timeline View (Calendar)
Hi,
This is a commercial plugin so we will need to check if we can include Timeline plugin for our demos. We will consider this in a future update.
For more info please check the theme documentation: https://keenthemes.com/metronic/?page=docs and our video tutorials https://keenthemes.com/metronic/?page=video.
Please follow us at http://twitter.com/keenthemes to stay updated.
Regards, Sean
drop-down menu is not opening inside the table when I use datatable. For this reason I can’t get the table row data when click event triggers. I am using metronic version 7.1.8. But when I use official CDN link of datatable version 1.10.23 then it’s working.
Hi,
Are you using webpack build? Could you please try to use the latest version v71.9+
We have included in the fix.
Thanks
No, I am using the gulp build. Ok I will try the latest version 7.1.9
Metronic Does not work with current version. Can’t show desgin
Hi
,
First of all thanks for choosing Metronic.
Since Metronic v7.1.5 update the precompiled assets folder is no longer included. In the download package only the source files are included and the assets folder must be generated. by using the build tools so in order to launch the theme you will need to generate the “assets” folder from “src” folder by installing the build tools and running the build tasks in command line.
The good news is you can follow https://www.youtube.com/watch?v=NDlQ09mmvu8&ab_channel=KeenThemes or https://keenthemes.com/metronic/?page=docs§ion=html-build-tools and install the build tools and generate the assets by your own in a few minutes. This approach is nowadays defacto for all developers so we encourage our users to move forward with the development trends and from our side we can help with video tutorials, documentations and easy to follow guides.
Please follow us at http://twitter.com/keenthemes to stay updated.
Regards, Sean
METRONIC Does not work with current and LATEST version of Node
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: metronic-angular-demo1@7.1.7
npm ERR! Found: angular/<redpre#1>“~11.0.0” from the root project
npm ERR! node_modules/@angular/common
npm ERR! @angular/common
Hi,
Could you please use node.js version v14.x? At the moment, node-sass plugin does not support node.js version 15 yet.
https://github.com/sass/node-sass/releases/tag/v4.14.1You can download node.js version 14 here https://nodejs.org/en/
Thanks
-
Due to their own coding coventions it’s not possible to retrieve Quill contents from inbox.js. Asked support but multiple times however they keep saying they do not help with back-end. Clearly they didn’t even read my question properly because no back-end is needed. I just want a way to fetch the contents of Quill from inbox.js. It’s their code that’s incomplete. I am not happy.
So please provide solution to retrieve quill.root.innerHTML
managed to found a solution by searching on quil in previous comments.
Hi,
Glad to hear that. If you need any further help please let us know.
All the best with your project.
Regards, Sean
Am I get the all demos with 35$ or each demo is 35$
Dear Ahmed,
Thank you for choosing our product. You will get access to all demos and product versions. 35$ it is cost of the license for using Metronic on the one domain or project.
Hello, I just need the CSS, JS and images for my plain HTML/PHP application. I dont want to use NPM, Gulp or Sass. Do you have something like this? Thank you.
Hi,
First of all thanks for choosing Metronic.
Unfortunately pre build assets folder is not available. The build tools are required only in your development environment just to compile the assets and in production you just deploy the assets folder. No need install Node.js, NPM in your production server. Those tools are to manage the assets during development.
Since Metronic v7.1.5 update the precompiled assets folder is no longer included. In the download package only the source files are included and the assets folder must be generated. by using the build tools so in order to launch the theme you will need to generate the “assets” folder from “src” folder by installing the build tools and running the build tasks in command line.
The good news is you can follow https://www.youtube.com/watch?v=NDlQ09mmvu8&ab_channel=KeenThemes or https://keenthemes.com/metronic/?page=docs§ion=html-build-tools and install the build tools and generate the assets by your own in a few minutes. This approach is nowadays defacto for all developers so we encourage our users to move forward with the development trends and from our side we can help with video tutorials, documentations and easy to follow guides.
Please follow us at http://twitter.com/keenthemes to stay updated.
Regards, Sean
Hello,
I downloaded the new version and I have an error when I try to generate the assets folder.
I’ve been following your documentation, but I when I do “gulp—demo1”, it does not generate the assets folder.
The terminal shows me an error : [22:36:23] Using config ./../gulp.config.json Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (88) For more information on wich environments are supported please see: https://githut.com/sass/node-sass/release/tag/v4.14.1Thank you.
Hi,
Could you please try this?
npm rebuild node-sasshttps://medium.com/@proustibat/how-to-fix-error-node-sass-does-not-yet-support-your-current-environment-os-x-64-bit-with-c1b3298e4af0
Please check your node.js version as well. At the moment, we suggest using v14.x than v15.
https://nodejs.org/en/Thanks
Thank you very much!
This came from my version of Node.js
Hi,
We will support node v14 and v15 as well in the next update. Stay tuned
Thanks
Is there a roadmap for the other demo templates for when they get released?
Hi,
We are not working on the major Bootstrap 5 update for all demos and the pending demos will be released accordingly right after this major update. At the moment we can’t confirm ETA since Metronic is a very large theme and migrating everything to Bootstrap 5 takes some time. We are doing our best to deliver this as soon as possible.
Regards, Sean
Hi. Is there an email template you can recommend to me? or is it available in this theme?
Hi serkanulusoy!
please check our inbox template: https://preview.keenthemes.com/metronic/demo1/custom/apps/inbox.htmlthank you for your answer. i think you misunderstood. i actually want to use it when sending e-mail.
Hi,
For full featured email templates you can browser themeforest email templates category. At the moment Metronic does not offer this.
Regards, Sean
Hi, I have purchased the theme. Can’t I open html theme without installing gulp or webpack as I can’t install anything on my office laptop.
Hi,
First of all thanks for choosing Metronic.
The precompiled assets folder is no longer included. In the download package only the source files are included and the assets folder must be generated. by using the build tools so in order to launch the theme you will need to generate the “assets” folder from “src” folder by installing the build tools and running the build tasks in command line.
Thanks
Hi, Noted. Please let me know a way to bring only html demo files to my office lap as can’t install anything. Can I build on my personal lap then take it to office lap?
Hi,
Yes, you can build the assets in your personal machine and copy the assets folder to any destination.
Regards, Sean
Thnk you very much 
Hello, I’m using KTDataTable and it’s saving a Local Storage viariable I don’t want to use. It sets the values for pagination and sorting and when I change the page for another table with different columns sends the values that were saved before in storage. How can I prevent from this to happend.
Hi,
1) Please set the KTdatatable div placeholder with the id. Eg.
<div id="your-ktdatatable-id" />
2) You can also set the LocalStorage disabled
data: {
saveState: false,
Thanks
i want to place a footer in sidebar menu section can you help me …
Hi,
Could you please contact our support via support@keenthemes.com and provide more details for your request ? Which demo you are using ? What type of footer and where you want to put it ?
Regards, Sean
Hi Keen theme admin, i want to ask if KTDatatable have maximum column allowed? because my KTDatatable which consist of 14 column not displaying properly (overflowing and not initializing autohide), how to set KTDatatable horizontal scrolling? Thanks Before
Hi,
autohide should enable by default.
You can try to enable horizontal scrollbar using this option;
layout: {
scroll: true,
},
Thanks
layout: {
scroll: true,
height: 550,
footer: false
},
hi, i’ve already using that setting on my KTDatatable declaration, any other solutions ??
i’ve figured it out, it’s a mistake on my variable declaring, i write $row instead of row, but this not throwing any error on console, thanks for your help
Hi
,
Sorry for the late reply. Glad to hear that you figure it out. In the future you may contact our support directly via support@keenthemes.com
For more info please check the theme documentation: https://keenthemes.com/metronic/?page=docs and our video tutorials https://keenthemes.com/metronic/?page=video.
Please follow us at http://twitter.com/keenthemes to stay updated.
Regards, Sean
Hi, Its has been a long time I have been waiting for demo 6 in laravel. it says coming soon. I wonder if you already have laravel project of demo 6 you can provide me. Thanks
Hi,
We are now working on Bootstrap 5 update so we Laravel update for Bootstrap 4 based Demos will not be provided. You can easily integrate Demo 6 layout by referring to Demo 1 Laravel. The assets integration with webpack mix will be similar so you just need to integrate the layout part.
If you need any further assistance please contact our support at support@keenthemes.com
Regards, Sean
how to auto close sidebar when click menu item in mobile vue version?
Hi,
It is a bug and we will fix it soon. Now as a temporary solution you can use this code.
const inst = KTLayoutAside.getOffcanvas();
document
.querySelectorAll("your_menu_item_selector")
.forEach(item => {
item.addEventListener("click", () => {
inst.hide();
});
});
Regards, Lauris