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,083 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 there,

Is there any way that i could use metronic with WP?

Is there any plan to release metronic for wordpress? Or has anyone tried to do this?

I really need for my platform to have metronic as backend since it is perfect bu ti want wordpress for frontend…

Hi :),

Thanks for your interest in Metronic. But Metronic is not WP compatible theme. Its an abstract HTML theme mainly used to develop custom sites. However at the moment we don’t have plans for WP version. Maybe we will consider it in the future.

If you need any further clarifications please let us know. To stay updated please follow us on http://twitter.com/keenthemes ;)

Thanks.

Hello, Excellent product!

I would like to replace the loading animation for the Angular admin4 template in metronic.js. Specifically, how should I overwrite your function (~line #680) while preserving the original file for future author updates?

Thanks in advance.

Hi :),

Thanks for your comment. In your case you should just proceed with your customization. For future updates you will need to do the same.

If you need any further clarifications please let us know. To stay updated please follow us on http://twitter.com/keenthemes ;)

Thanks.

Hello,

I cant get Polygons / Routes maps to work no matter what i try.

http://idesigns.ro/seefleet/templates/admin3/maps_google.html

It’s your original file, i just removed the menus and the other maps that i didn’t need.

Can you please tell me what can be wrong and what can be done?

Thank you,

Hi :),

Please try to disable other demos and in maps-google.js just call mapPolygone and mapRoutes as shown below

 return {
        //main function to initiate map samples
        init: function () {
            mapPolygone();
            mapRoutes();
        }
};

If you need any further clarifications please let us know. To stay updated please follow us on http://twitter.com/keenthemes ;)

Thanks.

thank you for your answer, it works but if i put the map in tabbed content it doesnt work anymore.

I now have a portlet with 2 tabs if i put the map on the 1-st tab it works but if i put it on the 2-nd tab it doesnt i think the map needs to be redrawn when entering the second tab but cant figure out how….

Hi :),

You will need to active your map on tab click since maps can not activated in hidden container. Please check the event API of bootstrap tabs here getbootstrap.com/javascript/#tabs and initialize the maps on tab content shown event.

Thanks.

Hi ineed to creat a webstore in php html, how its help me?

Hi :),

Thanks for your feedback.

Basically to utilize the metronic in your custom system you will need some experience in end to end web development since this theme is not for non-developer users. Metronic is basically an HTML theme(built with HTML, javascript and css) without actual functionality(the database integration and application business model). The actual implementation is responsibility of buyer. Basically any web applications/systems contain of 2 layers:

1) Design and Frontend UI(html, css, javascript)

2) Actual system implementation using a server side language such as PHP or Java, and database engine such as MySQL or Oracle.

So our Metronic theme, as an HTML theme helps you on the step #1. The step #2 will be responsibility of the buyers as every buyer has own requirements and system specification.

If you need any further clarifications please let us know. For more info you can check our FAQ here: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469/support

To stay updated on Metronic’s new releases please follow us on http://twitter.com/keenthemes ;)

Thanks.

Great work!

Thanks! Appreciate your comment :)

In regard to fonts not loading properly in Firefox. I thought you might want to know that changing the “security.fileuri.strict_origin_policy” to false Firefox’s about:config settings is probably not good policy. It doesn’t help remote users nor does it help the IE users also affected.

I’d recommend something like the below added to your .htaccess file. It’ll allow Firefox & IE to work well with the icons fonts affected.


<FilesMatch "\.(ttf|otf|eot|woff)$">
  <IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin: "*" 
  </IfModule>
</FilesMatch>

In fact, it might be a good idea to add this to your documentation.

Hi :),

Thanks for your suggestion. We will consider it in the next update. To stay updated please follow us on http://twitter.com/keenthemes ;)

Thanks.

Hello, we are in need of a theme for e-commerce in php using the METRONIC + AngularJS, someone help us?

hello everyone anybody can help me how to display a data in ng-repeat? how to pass them in the controller. below is my controller

app.controller('DashboardCtrl', function($rootScope, $scope, $http, $timeout) { $scope.divisions = [{"Field1":"Row1", "Field2":"Row2"}] $scope.$on('$viewContentLoaded', function() { // initialize core components Metronic.initAjax(); }); }); and in my dashboard.html i have a table <table> <thead></thead> <tbody> <tr ng-repeat="division in divisions"> <td>{{ division.field1 }}</td> </tr> </tbody> </table>

however it will not display. can anybody help

Hi :),

Please make sure your controller name ‘DashboardCtrl’ matches with the controller name in the HTML code. According to the original code in js/controllers/DashboardController.js the control is defined as ‘DashboardController’ and in HTML its assigned as shown below:

<div ng-controller="DashboardController">
.............
</div>

If you need any further clarifications please let us know.

To stay updated please follow us on http://twitter.com/keenthemes ;)

Thanks.

Hi I have metronic 3.6.2. But my problem is application running browser doesn’t work icons for ex: simple icon icon-pie-chart, font awesome all icons and etc. How can i fix this problem

Hi :),

In the latest firefox “security.fileuri.strict_origin_policy” by default set to “true”. Thats why firefox couldn’t found the file font icon files(e.g: fontawesome) since browser doesn’t support by default to go relatively upward, but the strange thing is, its only applied to the font files.

As a solution you have to change “security.fileuri.strict_origin_policy” to false in the about:config settings

Or you can deploy the theme into a webserver(localhost or remote server) and the icons will be displayed as expected.

For more info please refer below:

http://kb.mozillazine.org/Security.fileuri.strict_origin_policy

“Local documents have access to other local documents in the same directory and in subdirectories, but not directory listings. (Default) “

To stay updated on Metronic’s new releases please follow us on http://twitter.com/keenthemes ;)

Thanks.

Firstly very nice theme!

Theme2 has a nice left navigation with large icons etc. Is it possible edit and place this to the Horizontal menu instead of the standard one (megamenu)?

So, like theme3, but with theme2 left nav placed at the top?

Hi :),

Thanks for your feedback. But this is not supported at the moment. We will consider it in a future releases. To stay updated please follow us on http://twitter.com/keenthemes ;)

Thanks.

Hello Guys!

I found some bugs and i used the support ticket to report it! By the way, it would be cool if you just removed all the demos / samples from a copy of the asset folder to be used in production. It will really help to have a clean version of the “Asset” folder.

thanks

Hi :),

Thanks for your suggestion. We will consider it in a future releases. To stay updated please follow us on http://twitter.com/keenthemes ;)

Thanks.

Hello, is there a way to get the main menu on the left for Mobile or Tablet ?

Thanks

Hi :),

The feature you are requesting is not implemented at the moment. Since it will require quite major changes we will need to consider it first.

Thanks.

Please do not copy paste the same answer, i asked another thing, not requesting something to be implemented in the future. Please don’t be ignorant with your buyers as they made possible you can eat.

Again: How can i disable the mobile version ? or the auto responsible function ? Thanks

Hi,

Disabling the responsiveness(e.g: mobile mode, auto responsive function) is a feature that would require some major customization and modification on the existing theme. This is not something we can easily on/off for you. We can implement it as a a new feature after our consideration in case if we decide this feature can be useful for other buyers as well. I hope for your understanding on this. For more info you can check our support policy here: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469/support

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

Thanks.

Hi please provide a small example of jsonp data for Select2 widget (movie remote load data example),

My format is ## {“results” : [{“id” : “10”,”title” : “AAAA”},{“id” : “15”.........}]} ####

thanks

Hi :),

Thanks for your suggestion. We will check it further and consider it in a future releases. In the main time you can check below links:

http://stackoverflow.com/questions/13199103/unable-to-select-items-populated-via-jsonp-in-select2 http://stackoverflow.com/questions/16598549/json-format-for-jquery-select2-multi-with-ajax

Thanks.

Hello,

How can I add some pixels between the two row to avoid input touch the input of the next or/and previous line ?

See : http://fr.tinypic.com/r/1zz3zg8/8

Thanks,

Hi :),

Did you use separate rows( ) for each row ? Could you please provide a test link to your developing site or at least send us the code to our support@keenthemes.com email ? Otherwise it will be hard to predict your issue.

Thanks.

The code is there : http://pastebin.com/W0NV6iVN

Hi :),

For for providing the code. According to your code you missed form tag. You should wrap the inputs with form tag as per original code. Please let us know if you need any further assistance.

Thanks.

KT, I want to use the “Responsive Table With Expandable details” as shown in the demo. I see a custom .init call you are using. What all do I need to include to use this? I’d like to not have to use the metronic theme’s js file because I feel it’s “bloated” with stuff I don’t need that gets included as part of the “demo”. I want to strip out all necessary code to use the expandable table. Can you help?

Hi :),

Sorry for the late reply. The init calls require to initialize the layout and core components. You can refer to layout_blank_page.html template that you can use as base for your own pages. This templates includes only minimal required js and css files.

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

Thanks.

I want to ask you about “page builder” feature. What’s time do you planning released it ??? I am looking for this feature

thanks

Hi :),

Sorry, at the moment we are not able to confirm the exact date. But we will do our best to release it asap. To stay updated please follow us on http://twitter.com/keenthemes ;)

Thanks.

Hello Long time ago, I bought this temp by the way, how can I use new version of this temp ? any idea?

Hi :),

You will need to download the latest version and reintegrate it from scratch. For more info you can refer to the changelog in the documentation under ‘_documentation/admin/index.html’.

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

To stay updated please follow us on http://twitter.com/keenthemes ;)

Thanks.

Is it possible to make the Ion.RangeSlider fixed without updating the plugin version? So that it would not be possible to move the handles.

Hi :),

Better to update the plugin version rather than customizing it.

Thanks.

I’m looking to buy this theme solely because of the SASS support. When you say SASS support, does it mean the source files are in SASS and I can generate the dist. version of the CSS through compass? I want to be able to override the variables used by this theme as needed. What does the SASS support actually entail?

Hi :),

Yes, the SASS files available only for the admin themes(admin1, admin2, admin3 and admin4). You can modify the sass source files and layout and theme color variables and generate actual css files. We use http://koala-app.com/ to compile SASS files. But you can use any other as well.

If you need any further clarifications please let us know.

To stay updated please follow us on http://twitter.com/keenthemes ;)

Thanks.

You just sold me one this. Is there a mirror for the download? Download speed is too slow for me, but my Internet is fine.

Hi :),

You can download the theme only from themeforest.net. According to the marketplace rules we as an author are not allowed to distribute the theme outside the marketplace. If you are having any issue with the site you can contact the side support by creating a support ticket: https://help.market.envato.com/hc/en-us/requests/new?ticket_form_id=37840

Thanks.

Me in China, I buy always download the theme of the failure, because in my country the download links are blocked, I use the software over the wall, but always failed download, download the half will be disconnected, can you help me?my english is so bad

Hi,

Sorry to hear that. But we are not able to help you if you are having internet connection problem. We are not allowed you send you the theme directly. You will need to download the theme only from themeforest account.

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