Discussion on Metronic | Tailwind, Bootstrap, React, Next.js, Vue, Angular, Laravel Admin Dashboard HTML Template

Discussion on Metronic | Tailwind, Bootstrap, React, Next.js, Vue, Angular, Laravel Admin Dashboard HTML Template

Cart 120,100 sales
Recently Updated
Well Documented

keenthemes supports this item

Supported

This author's response time can be up to 1 business day.

12220 comments found.

we have purchased Metronic – Responsive Admin Dashboard Template 6.0.2 the template we have downloaded is incomplete, all the files are broken, lots of files are missing, we have got the zip file of 171mb, the we have extracted ,then the extracted file is only 616mb. we have tried downloading again still the files are missing.

Hi,

To reduce the download file size we had to exclude the precompiled assets from the package. Starting v6.0.2 by default dist folder does not exist and it will be generated only after running gulp task. For more info please check: https://keenthemes.com/metronic/?page=docs

Regards, Sean

not load style something missing i cant start my project

Hi :)

Have you tried to recompile the assets? Please check this link for the starter guide. https://keenthemes.com/metronic/?page=docs


Thanks

i cant see my design

not load style something missing i cant start my project

Hi :)

Have you tried to recompile the assets? Please check this link for the starter guide. https://keenthemes.com/metronic/?page=docs


Thanks

Hi,I ran the latest version of 6.02, but I got an error that seems to be missing files, how to fix it? D:\temp\themeforest-4021469-metronic-responsive-admin-dashboard-template (3)\metronic_v6.0.2\theme\angular\dist\default λ ng serve
  • Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ ** 92% additional asset processing scripts-webpack-plugin× 「wdm」: Error: ENOENT: no such file or directory, open ‘D:\temp\themeforest-4021469-metronic-responsive-admin-dashboard-template (3)\metronic_v6.0.2\theme\angular\dist\default\src\assets\vendors\global\vendors.bundle.js’ at Object.openSync (fs.js:438:3) at Object.readFileSync (fs.js:343:35)

Hi :)

It seem the vendors.bundle.js file is missing from your angular assets folder. We will check this issue to fix the missing precompiled assets.

For now you can compile it on your own.

1) Open folder /theme/angular/tools and open cmd
2) Run on cmd “npm install && gulp”. You need to install gulp if you don’t have it.
3) Run on cmd “cd /theme/angular/dist/default && npm install && ng serve”


Thanks

Hello, when to enable chat?

Hi :),

In the next update by end of this week: Please follow us to stay updated: http://twitter.com/keenthemes

Regards

Hello there. There are too many errors in the downloaded file. for example - No profile-1.css file - No list-columns-1.html file - No list-columns-2.html file

Hi,

Have you run “gulp build” command to compile the theme and generate the assets and html files ? Please refer to the documentation ’s quick start page for more info: https://keenthemes.com/metronic/?page=docs

If you need any further help please contact our support at support@keenthemes.com

Regards Sean

Hi, I can’t find the pages in the html version. https://ibb.co/42XkDxc

Hi,

Thanks for the feedback. Good spot. We will fix this issue in the next update v6.0.3 in a few days.

Regard

Hi, how can i access old versions?

Hi :)

Please send us the request email at support@keenthemes.com with your purchase code. We will send you the download link.

We will provide you the v5.5.5 or v4.5.7

Thanks

When use the build tools to rebuild the angular version and then i run it,. find the aside menu icon is not working!

Hi :)

Could you please clarify and detail? You could send the screenshot to easily shows the issue. Or you can send it to our support email at support@keenthemes.com

Thanks

Hi Great theme ! Do you plan to add vertically menu only to metronic like on keem theme ? Thank

Hi :),

Thanks for your feedback. Could you please clarify your question with more details ?

Regards

Hi User button and quick action button into left menu, that’s way we can remove top bar and gain some height for the content.

Hi :),

Noted. We will consider this layout in a future update.

Regards

I’m using this theme since v3, best of best, the only disadvantage is theme doesn’t have any dark color scheme.

Hope you will consider to implement this in the future. Great work with great theme, really appreciated.

Noted. We will consider it. Thanks.

Hi :),

Just in case if you haven’t seen it yet, we are delighted to inform you that Metronic finally has its complete dark mode version. You can check the dark mode preview here https://preview.keenthemes.com/metronic8/demo1/dark/index.html

Regards, Sean

Changelog for the new release?

Hi :)

Please check this link https://keenthemes.com/metronic/?page=changelog

Thanks

Is there a template displays all employees in the firm, a company directory with photos, job titles and description?

Thank you. 1) Do you have a template for staff directory with large pictures kind of like about us page? 2) Do you have any recommendations to create a PDF document with above said portraits?

Hi :),

Creating PDF document needs to be done in your server side code. If you did not find the staff directory you need then you can create based on existing Metronic elements.

Regards.

Hi.

Great Theme and well organised. Though I have a question. Using the older versions of mDatatables i could insert in a table row href=”javascript:alert(‘hello’);”, but now in KTDatatable i cannot. It seems like the code is stripping out any javascript from the href and the href does not appear at all. I also tried the onclick method using onclick=”javascript:alert(‘hello’);” but it did not work either. How can I overcome this? I need to have per row actions using the row id. You can find the code that I used for the section below:

https://gist.github.com/agapiospanos/e83a282888c95969ae18ec3fb3707e9b

It seems that you use the DOMpurify plugin to avoid xss script in the code. I think that this is the reason that strips out all hrefs containing js code instead of links. Is there any easy way to disable it for that column specifically. If not please consider adding this functionality.

I commented out the line 3932 of the file demo/demo4/base/scripts.bundle.js and now everything works. Though this disables entirely the functionality of DOMpurify for all the data that of the datatable. So an option of disabling it specifically for a column would be perfect.

You could add for example an argument if (typeof DOMPurify !== ‘undefined’ && column.sanitize !== false) { in the if statement so that we can specify a sanitize: false key-value for this column and disable it.

code that i disabled is below //sanitize using DOMPurify if installed if (typeof DOMPurify !== 'undefined') { finalValue = DOMPurify.sanitize(finalValue); }

Hi :)

If you are using default package, you can follow this guide.

You can remove dompurify from /theme/default/tools/build.json It will not be compiled and the datatable will not use it to sanitize.

There is a function to if this plugin exist.

if (typeof DOMPurify !== 'undefined')  {}
Remove this from /theme/default/tools/build.json and recompile assets using gulp.
"dompurify": {
"scripts": [
"{$config.path.node_modules}/dompurify/dist/purify.js" 
]
},

Or you can remove “dompurify”: “^1.0.9”, from /theme/default/tools/package.json before installing “yarn”.

Thanks

有没有kt-datatable 的类似的能够单独使用html 模板,有时候做表格不需要kt-datatable 这类插件,而是直接html显示,但是,自带的tables,里面的几个模板都很难看,怎么处理呢

Hi,

Thanks for your feedback. In the near future we will release static tables(following KTDatatable design) without JS implementation.

Please follow us to stay updated: http://twitter.com/keenthemes

Thanks.

Hi,

I download the last version today. I use the skeleton of the angular version.

I perform an “npm install.”

When I don’t change the app-routing.module.ts… all it’s ok. I can see the dashboard and the Layout Builder. I add a page like the doc says, and it is ok.

But when I change the app-routing.module.ts like the documentation says (remove theme list and leave the path value empty), the links doesn’t work any more.

Exemple : A link to the path “users” = http://localhost:4200/dashboard/(users) instead http://localhost:4200/users

Thanks

Hi :)

This is a routing issue when using nested with empty parent path.

Open the menu config file; /src/app/core/_config/[demo]/menu.config.ts. Change and prepend all the link (page) start with slash (/).

Eg. page: ‘dashboard’, to page: ’/dashboard’,

For example;
//...
            items: [
                {
                    title: 'Dashboard',
                    root: true,
                    icon: 'flaticon2-architecture-and-city',
                    page: '/dashboard',
                },
                {
                    title: 'Layout Builder',
                    root: true,
                    icon: 'flaticon2-expand',
                    page: '/builder'
                },
            //...

We will include this in the documentation

Thanks

Thanks a lot ! That’s work perfectly.

Hi :)

Glad it worked and your welcome. Please follow us to stay updated: http://twitter.com/keenthemes

Thanks

Hello, is it possible to buy new template without angular?

Hi :),

Yes, sure. Metronic comes with 2 packages: jQuery(non-angular) and Angular 7. You can use the default jquery package without angular. If you need any further clarifications please let us know.

Regards, Sean

Hi, yes can you give further clarifications and process to buy Jquery(Non-angular)

Hi :),

You can buy Metronic here in themeforest and you will get 2 packages and you can use either without depending on another.

Regards

Hello! Good job guys! I have a question, there are vendor files in the metronic_v5.5.5\theme\default\dist\demo12\assets folder in the last vesion, but there are no the files in the current version metronic_v6.0.1\theme\default\dist\demo12\assets, so where can I get them in the current version of this template? Thanks!

Hi,

In v6.0.1 you will need to install the build tools and compile the theme to generate the assets folder. For more info please refer to the documentation: https://keenthemes.com/metronic/?page=docs&section=quick-start

Regards, Sean

Hello, I need a quick help, how can I make templates in only html, of only components?

Hi :),

Could you please clarify your question with more details ?

Regards

Hi! I’m a 17 year old student and I would want to use this tool for a website that includes a dashboard that I’m creating using Dreamweaver (HTML), will I be able to use it for this?

Hi :),

Thanks for your interest in Metronic.

Yes, sure. You can use any code editor software to work with Metronic. Please note visual editing using Dreamweaver is not possible since Metronic is not a basic template, it is very advanced theme with many layout and page templates. For more info please check the online documentation: https://keenthemes.com/metronic/?page=docs

Regard, Sean

Funny little bug! In the Builder when I disable “Display Header Menu” the responsive mobile aside hamburger no longer works. Love everything otherwise! Thank you!!

Hi :),

Noted. we will fix it in the next update v6.0.2 that is going to be released early next week.

Please follow us to stay updated: http://twitter.com/keenthemes

Thanks.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey