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.

Hey hi There,

I am looking forward to buying Metronic 4.7.2, but the time I am clicking to buy it’s redirecting to me another link where my selected option is not available to purchase.

Kindly help me into the same, you can also send me email on pravinfargade@gmail.com for details;

Many thanks in advance Pravin Fargade

Hi,

You can purchase it directly from themeforest using below link: https://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469

After purchase you will get both v4.7.5 and the new v5.x versions. v4.7.2 is not available and you can get only the last v4.x version as v4.7.5. If you need any further clarifications please let us know.

Thanks.

Can I replace the color of the theme? For example, Blue instead of purple?

Hi :),

Yes, sure. You can completely control the theme’s global colors and also the layout’s colors easily. For this you will need to edit the SASS files and compile the theme with “gulp” task. If you haven’t got started with the compilation please check the documentation and refer to the installation steps. You can change the global colors under “src\sass\framework\_config.scss” with ”$m—state-colors” array. If you need any further help please let us know.

Just a friendly reminder: Seems your support subscription is expired and if you wish to get any further theme support you will need to renew your support subscription. For further check please go to Metronic purchase page http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes

For more info please check: https://help.market.envato.com/hc/en-us/articles/208191263-What-is-Item-Support- or http://themeforest.net/page/item_support_policy

Thanks.

I want to integrate summernote into angular 5 but i am not able to get values of sumernote editor please help me.

Hi,

The example shows the summernote in jQuery. You could try this code to get the value from summernote editor.

var markup = $('.save').summernote('code');

But for Angular, you need to declare the variable $. Put “declare let $:any;” at the top of the component.

Thanks

Thank you so much

You are welcome :)

Is there any document or guide for migration from v4 to v5?

Hi :),

There is no migration from v4 to v5 since v5 is a complete new theme written from scratch which means you will need to fully reintegrate your code with v5.

Just a friendly reminder: Seems your support subscription is expired and if you wish to get any further theme support you will need to renew your support subscription. For further check please go to Metronic purchase page http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes

For more info please check: https://help.market.envato.com/hc/en-us/articles/208191263-What-is-Item-Support- or http://themeforest.net/page/item_support_policy

Thanks.

When I take a look to the demo and click on an link, I’ve always this text : “Inner page content goes here ” And nothing more. Why?

Hi :),

Those pages are blank pages just for a reference. You can see all the theme’s global plugins and components only in the default demo and you can use them for all demos. The rest of the demos comes with minimal templates just to demonstrate individual demo layouts. If you need any further clarifications please let us know.

Thanks.

Hi Guys, for the angular 5 version, will I get the full sourcecode with typescript files?

Hi :),

Yes, you will get the full source code with TS files. Also you will get the app skeleton generated by angualr-cli tool. If you need any further clarifications please let us know.

Thanks.

Hello Support,

I have noticed a problem with outline buttons when clicked they become white color (blank text), currently it’s happening in the demo. if you click on Buttons -> Default Style -> Outline Buttons -> Bootstrap outline buttons -> click at any given button, once it’s clicked the text on the button will no longer be visible. Can you please fix that?.

Thanks

Hi :),

Thanks for your feedback. This issue will be fixed in the next update that planned to be released in a few day days.

Thanks.

Hello support,

Currently, in Datatable – JASON Data, I’m able to enable scroll option that enables (horizontal and vertical scrolling when needed.) Can you please add “scrollX” & “scrollY” options so we can enable one type of scrolling but not both.

I’m having a hard time making this work with the vertical option only.

Thanks

You are very welcome :)

Any update on this?

My deadline is approaching and I really need to disable horizontal scroll on the DataTable.

Last time you said you will add scrollX & scrollY options.

Thanks

Hi :),

We haven’t attended to this feature yet. Its in our TODO and we will implement it as soon as possible. We are currently working on the features that already have been confirmed for upcoming updates.

Thanks.

Hi, I m using Metronic v4.5.7. I have not passed since the last version seems to be incomplete yet. But I have a problem with Datatable. When I added a dropdown button in the table rows its working good. But when I run the site via mobile, the dropdown button stays on the right side and can not be used. How can I solve this problem?

For Example: https://ibb.co/mEXQKG

Hi,

Please note that our support is provided only for verified buyers. If you have a purchase license please contact our support at support@keenthemes.com and provide your license key.

Just a friendly reminder: If you purchased Metronic 6 months ago then your included support subscription might be expired and to get any further support you will need to renew your support subscription. For further check please go to Metronic purchase page http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes

For more info please check: https://help.market.envato.com/hc/en-us/articles/208191263-What-is-Item-Support- or http://themeforest.net/page/item_support_policy

Thanks.

mp4

mp4 Purchased

Hi,

I found an validation error you can test it on your form_validation_md.html

When the “form-group” have an help-block bevor the validation start, for example on the “Floating Label Validation”-form the field “Email” or “Number” and you than click the “validate” button all fields become the “help-block-error” with the text “This field is required.”

So when you now click in the “Email” oder “Number” input the error message is disable and you see “Some help goes here…” When you click in one of the other input like “Name” the error message is not visible as long as you focus this input.

Normaly the error messages should be visible on all inputs until you eliminate the mistakes?

Do you will fix this?

Hi,

Can you please contact our support at support@keenthemes.ccom and provide us your code and the steps to reproduce this error ?

Thanks.

For metronic v5.0.6.1 version is not supporting export file function?

Sorry, we can not promise timeline for feature requests. But we will do our best to release it as soon as possible.

Thank you for your response. I’m kind of urgent to utilize this table. Alternatively can you guide me how can i change the dataTable using default library? I don’t want to use the mDatatable anymore.

Really appreciate your assistance in this regards.

Hi,

You can install datatables.net from NPM or Yarn package manager and you can use it right away. There is not relation between our mDatatable and datatables.net plugin. You can use them separately.

You can install it using NPM:

npm install --save datatables.net-dt

Then go to “tools/conf/default.json” and add the datatables.net plugin into the build under ””build.vendors.base.src.optional” node.

Thanks.

Does Metronic have an option for only HTML, Bootstrap, CSS, and JS without Angular?

Hi :),

Sure, as you can see in the preview site: keenthemes.com/metronic/ each demo has 2 version, default and angular. The default version is based on HTML5, CSS, SASS, Bootstrap 4 and jQuery. There is no Angular dependency for the default version.

Thanks.

Hello can you please share PHP backend code for datatable response? thanks

Hi :),

You should be able to find it under the documentation folder: “docs/api_reference”.

Thanks.

Hi

What is the API call I need to make to re-fresh datatable ?

I have tried few solutions off the comments here, and none one of them worked, I’m not using anything special, my datatable config is based on provided example in the theme.

The only way I got it to work, is by destroying datatable object and re-create it to re-fresh data, the downside to that is cause noticeable ‘flicker’ on the screen when that happens.

Any ideas?

Thanks

Hi :),

You can just use the reload API of mDatatable:

var options = {};
var datatable = $('#m_datatable').mDatatable(options);
datatable.reload();

For more info please check the documentation.

Thanks.

Hello, I have just purchased your theme how to use datatable with laravel 5.5 with https://github.com/yajra/laravel-datatables this library?

because the problem is to generate JSON file and then a response is slowing down search functionality thanks

Hi,

Metronic uses it own mDatatable plugin and the above implementation is not compatible with mDatatable. However you can use mDatatable with any backend framework by referring to the documentation. You can check the ajax mDatatable demos here:http://keenthemes.com/metronic/preview/?page=components/datatables/base/data-ajax&demo=default If you use the ajax mDatatable, you will just need to provide JSON response for current page. Also you can implement custom search using the mDatatable API. For more info please check the documentation.

Thanks.

Please add Rowreorder Extension API I love this like old metronic , but new metronic 5 dont have . Sad :(

Hi,

It is in the todo list. We will add it in the following updates. Stay tuned!

Thanks.

I using it template: function (obj) { return ‘ \ \ img-rounded m-marginless” alt=”photo” style=”max-width:100px !important” />\ \ ’; }

But how when no image ,How can i get default image ?

Hi,

Sorry, we could not understand your question. Could you please clarify it with more details ?

Thanks.

When is the Demo 8 release date? Can i’ve the html template if you’ve finished it and waiting for ThemeForest review?

Hi :),

You can try Intercom embedable chat system which is very easy to install – https://www.intercom.com.

Thanks.

Can we integrate intercom in the chat system we have now? In our template?

Intercome comes with its own interface and you don’t have to integrate it with Metronic’s chat template. Metronic’s chat template is a very minimal one and to make it fully functional chat system you will need to write the entire chat system from scratch by customizing it further.

hello, can we still buy the older version of the Metronic theme, if yes where can we get it.

Hi :),

You can buy current version from themeforest and still get the old v4.x version included. If you need any further clarifications please let us know.

Thanks.

ok, thanks. so you saying the old v4.x version will be included in the download when we buy the latest version?

Yes, 100% :)

Hi, do you plan on adding an inbox / messaging / email system?

Hi,

Some features from the old version have to be rewritten from scratch for the new version and we will do our best to release them as soon as possible. At the moment we can’t give any accurate ETA for upcoming features.

Thanks.

Are we talking weeks or months?

Hi,

Sorry, we do not confirm any ETA for upcoming feature requests. However if you need those features urgently you better consider implementing them yourself.

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