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,102 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.

Hi! Why tha ast change in this site says 19 April 19 and in changelog says Metronic v6.0.1 – 22 March, 2019 ? There was a new release on April 19th that is not documented in changelog? Regards

Hi :),

We only updated the themeforest item page visuals, not the source code. The next update v6.0.2 will be releasing early next week.

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

Regards, Sean

Hey, could you please let us know if you have any plans to extend the Angular metronic theme anytime soon? jQuery has so much more components compared to the angular project

Hi :)

We will complete all the 12 demos and soon adding and porting more components from the default package. You can create your own custom component by copying from the default package and all the component’s style already integrated.

We will not use any jQuery plugins instead of use any native or alternative plugins for Angular.

Thanks

Hi, I’ve seen you do a chatbox for metronic in this link (https://dribbble.com/shots/6325239-Chatbox-for-Metronic-Chat-Application). But i couldn’t find in V6. Where can I access this chatbox design. Thanks.

Hi :),

This is an upcoming feature for Metronic and will be released soon. Please follow us to stay updated: http://twitter.com/keenthemes

Regards

Hi,

We were trying the on/off topbar search and notification icons. The boolean flag in _config file is not working as expected.

Are we missing something or is it a bug?

Thanks.

Hi,

You can manually remove the unused topbar components from this file in the header component. /src/app/views/themes/default/header/topbar/topbar.component.html

We will fix the topbar components options via config file.

Thanks

hi. Is there chance to create tutorial video for using Angular theme? I’m bit confused.

Hi :),

Thanks for the feedback. Yes, we will definitely consider this in the near future. In the meantime if you have any questions you can contact our support at support@keenthemes.com

Regards, Sean

Hi, what is the change log for update on 19 April 19? Thanks.

Hi :),

The last change was only for the themeforest item page metronic thumbnail image. No source code were changed.

Thanks.

any chance to get the release note of the latest version ? =/ (your changelog website page is not up to date)

Hi :),

You can check the changelog page for the past release notes: https://keenthemes.com/metronic/?page=changelog

If you have any further questions please contact our support at support@keenthemes.com

The last change was only for the themeforest item page metronic thumbnail image. No source code were changed.

Regards

Hi Keenthemes,

Congrats for the 70k .

Will the Default HTML Demo3 free of known bugs in the next 6.0.2 update ???

Thank you

Keep up the good work,

Hi :),

Thanks a lot. Appreciate that.

Sure, if you have any feedback please contact our support at support@keenthemes.com and we will take them into account in the next update v6.0.2.

Regards

Hello,

I’m trying to use GULP within Visual Studio 2017. It builds just the vendors, not the medias inside “demo” and “app” from default.json. No errors.

Hi,

Are you using our default build tools? Did you modify anything inside default.json?

Thanks

Hi,

Thanks for your quick response.

I run the Task Runner Explorer inside the Visual Studio 2017 with using the command gulp build-bundle. Bytheway I’m using the lates 6.0.1 version of Metronic.

I put the tools and src folder to the root of my application and moved the package.json and gulpfile.js to the root from tools. Otherwise VS can’t determine this files inside a folder. Then i changed the requireDir in gulpfile.js to ./tools/gulp.

gulp works but It creates only the vendors. So I tried to change the paths. This time with the settings below I get some other errors.

In default.json I changed the src to ”./src”, core-framework to ”./src/theme/framework” and dist to ”./wwwroot/**/assets”

Error in plugin “sass” Message: src\theme\framework\core\bootstrap\bootstrap.scss Error: File to import not found or unreadable: ../../../../../tools/node_modules/bootstrap/scss/bootstrap. on line 12 of src/theme/framework/core/bootstrap/bootstrap.scss from line 18 of src/theme/demo/demo4/sass/style.bundle.css >> @import ”../../../../../tools/node_modules/bootstrap/scss/bootstrap”; ^ internal/streams/legacy.js:57 throw er; // Unhandled stream error in pipe. ^ .... continues

Hi :)

Could you please change the bootstrap path and point to the bootstrap file in the node_modules folder? The SCSS file is located in here;

/theme/default/src/theme/framework/core/bootstrap/bootstrap.scss

Fix this path to the correct bootstrap path. Because you have moved the original structure, the relative path may need to change.

@import "../../../../../tools/node_modules/bootstrap/scss/bootstrap";

Thanks

which version is the one that was updated on April 19

Hello,

We have updated only Theme Preview image just to replace 69,000 number to 70,000. No update made for Metronic yet.

Thank you.

Hello!

We bought the template Metronik v.6, but there were problems with installing the angular version.

I do the following steps:

  • 1) copied the /metronic/theme/angular/dist/default folder
  • 2) run ‘npm install’
  • 3) started the server ng serve -o

My template looks like in the https://keenthemes.com/metronic/preview/angular/default/dashboard

How can I customize the template so that the drop-down lists, checkboxes and other elements look like in the HTML version?

Please tell me what is my mistake?

Hi

Some components cannot be same as the default because of different flatform. For example datatable in angular use material and in the default is using different plugin.

Which dropdown and checkbox are you referring to?

Thanks

Hello!

I want to set the drop-down list as in the HTML template:

https://keenthemes.com/metronic/preview/default/crud/forms/widgets/select2.html Basic Example and Multi Select

What should I do to make drop-down lists look like in your example?

Hi :)

You can refer to the sample code in the theme folder. /theme/default/dist/default/crud/forms/widgets/select2.html

<select class="form-control m-select2" id="kt_select2_2" name="param">
    <optgroup label="Alaskan/Hawaiian Time Zone">
        <option value="AK">Alaska</option>
        <option value="HI">Hawaii</option>
    </optgroup>
    <optgroup label="Pacific Time Zone">
        <option value="CA">California</option>
        <option value="NV" selected>Nevada</option>
        <option value="OR">Oregon</option>
        <option value="WA">Washington</option>
    </optgroup>
</select>

Thanks

Hello, any updates about the React version? Awesome theme

Hi,

Now I have to say that we are close to deliver React version of Metronic. However we are doing hard work with React version at the moment and can’t confirm exact ETA yet.

It will be added into Metronic download package and as usual all updates are free as per your license.

Stay tuned ;)

Hello :)

I have just a small thing. In Demo4 (official demo website), icons in the header are not visible when the header goes from transparent to white. Here’s a screenshot: https://ibb.co/18v7XKS

Thanks for all your great work!

Hi :),

Thanks for the feedback. We are aware of this issue and it will be fixed in v6.0.2 and released within next week.

Regarfs

Hi there,

The theme supports ng-bootstrap/Bootstrap 4 but I don’t see any sample application page using ng-bootstrap elements? I’m looking at the Angular 7 demo (version 6.0.1)

All sample application pages are using Material (i.e E-commerce Customers/Products, Users Management Users/Roles …)

Some similar application pages to demo ng-bootstrap elements (i.e form, validation, grid) would be great.

Thank you.

~Chris

Hi,

At the moment our sample apps are based on Google Material elements. However you can refer to current code and re-implement with ng-bootstrap elements.

Regards

Do you have a release date for profile? That should have been default with first release.

Hi,

We have almost completed User and Contacts Applications. It should be out very soon. There will be a number of profile options in User App. However can’t confirm exact ETA at the moment.

Stay tuned. ;)

Hello, is there a manual for the menu? I’m using the default menu, but I cannot understand how does it work. I have some menu items without subnav and some with subnav. If i click on an item without the subnav when I return on an item with subnav it doesn’t word. Can you add in the demo some items in the menu without subnav, live demo 3?

Hi,

You can refer to the submenu code in the demo templates. All possible menu options are shown in the demo templates. Demo 3 actually has menu items without submenus. Please kindly double check it.

Regards.

Hi Can I buy at a discount?

Hi :),

At the moment we do not have any discount. For more info please contact our support theme at support@keenthemes.com

Regards

There is bug in Metronic 6.0 Angular 7 version, which in RTL mode displays the side bar on the left and even some of the text gets behind some other elements. This overall makes the RTL Angular 7 version unusable. Note that this bug is not present in HTML version of the same release.

Hi :)

Appreciate if you could send the screenshot of the issue to support@keenthemes.com. We will check it and provide the fix.

Thanks

Hi, could you please confirm when you can make Demo 10 – Enterprise Dashboard angular version? Is there any chance to speed up Demo 10 angular development? We are happy to discuss about the development cost which can be involved in it. Could you please tell us how and when it can be delivered?

Hi,

Thanks for your feedback.

At the moment we can’t confirm any ETA. In the next update(within next week) we are releasing Demo 3, Demo 4 & Demo 5. The rest of the demos will be released as soon as possible.

Regards

If we pay you to prioritize Demo 10 development and its release. Would you accept it?

Hi :),

No need to pay. You are eligible to get it as a free update. We will do our best to release it in the shortest possible time frame. Can you please email us on this and we will plan it further.

Regards, Sean

And also the user bar go behind the alert and other component, maybe z-index error. And is totally white.

Hi :)

Appreciate if you could send the screenshot of the issue to support@keenthemes.com. How do we can reproduce it?

Thanks

Ok… any idea on the issue above?

Hi :)

We are not sure yet. Could you please send the screenshot for us to check? Or can we view it on our online demo site? If yes, please provide the link.

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