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

I need data table with drag and drop option to have possibility to change order of the lines is there any solution to do that with medtronic?

thanks

Hi :),

Thanks for your feedback. At the moment this feature is not supported. But we will consider it in a future release.

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

Thanks.

Please the sidebar toggler button is not showing the image, its doing the job but only if u knew where is it located :( ... from the web browser or mobile browser. please help!!!

Happy holidays :)

Hi :),

Thanks for your feedback.

1) Are the theme assets being loaded properly ? Can you check your browse console and fix if there is any 404 error ? If you need any further assistance on this please provide us a link to your page so we can debug your page and advise you further. Otherwise its hard to predict the issue.

2) Please note the radios and checkboxes are customized using jquery uniform plugin: http://uniformjs.com/.

When you change checkbox/radio state, you will need to sync the customized chechbox/radio using below code:

$(’#myCheckbox’).attr(‘checked’,true); $.uniform.update(”#myCheckbox”);

Please let me know if you need any further assistance.

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

Thanks.

Thanx for the quick response :),

Every thing is loaded probably, no 404 error at all. how can i send u a link privately with the login credentials?

Sure. You can email our support at support@keenthemes.com

Please in future releases add Dynamic Angular Breadcrumb support. For example https://github.com/ncuillery/angular-breadcrumb Thanks

Hi :)

Noted. We will consider it in a future release. Stay tuned!

Thanks.

!)as you said This full documented theme ..but when you update theme you just said following

Version 3.5.2 – 8 December 2014

++++++++++++++++++++++++++ Admin Themes: New: Bootstrap Confirmation Plugin Integration- View Update: AngularJS v1.2.27 Fix: Minor Bug Fixes Frontend Themes: Fix: Minor Bug Fixes

you just said minor bug fixes ..but you not mention where,in which css file or js file,no of line or where u changes done…. its help me to update my current project….

i am using 3.4 metronic update ..i want to move on to 3.6 admin theme 1 and host it in your server because every time for few file .. we have to down load full package….

2)i want to integrate lazyload and animate with wow.js …. so how can i integrate with front end and one page template

3)And Please documented where you include custom document .js file for which plugin..its hard to find in theme asset folder…..

4)how to call Ajax loading effect in block ui in button on click…

5)toster notification not working center position….. and provide custom snippet of how to call toster.js in my particulate page

Hi :),

Please email contact our support via support@keenthemes.com and provide us more details on what exactly you want to customize. Thus we can advise you more effectively.

Thanks.

Message sent…. please check and replay as per our discussion

Noted. We will reply you shortly :)

I am interested in buying this, could you please answer following:

1) how long will I get free future updates? 2) Can I see documentation before purchasing?

Thanks for great work

Hi :),

Thanks for your interest.

1) You can get all the future updates for free and there is no time limit. Please note, one license can be used only for one client or domain. Any additional use requires a separate license purchase.

2) The documentation will be available in the purchased package. Basically it contains a general information and reference links for all 3rd party plugins used. But if you have any questions that are not covered by the doc you can always contact our support. The support policy is explained here: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469/support

If you need any further clarifications please let us know.

Thanks.

No problem, thanks for the response. Btw, this could be a very stupid question but could you please explain the difference between admin and frontend theme.

Also, you mentioned 500+ layouts, so are those included?

Thanks

Hi :),

Yes, Metronic has 7 complete themes, 4 admin themes, 3 frontend themes with more than 500 template pages.

Admin theme is used to create a custom admin panels or web apps(admin dashboards, reporting systems, CMS, CRM, etc) while frontend theme used to create a custom sites(corporate, portfolio, blogs, etc).

If you need any further clarifications please let us know

Thanks.

Hello nice theme,

it will work together with CodeIgniter and http://www.grocerycrud.com/grocery CRUD.

You have a how to or same think else?

Thank you and happy X-mas

Hi :),

Thanks for your feedback. Basically you can use Metronic with any framework but its not integrated with CodeIgniter’s crud. To use it with codeigniter you will have to create the crud from scratch using Metronic templates.

If you need any further clarifications please let us know.

Thanks and happy X-mas!

I have a problem, which troubled me for a long time. I use angularjs theme from my backend admin dashboard I have a role list manage page the role edit url like http://domain.com/home#/role/edit?id=2 http://domain.com/home#/role/edit?id=3 when i click the url above i found i can get the param id=2, only can get the URI /role/edit how could i do next , please help me , or provide a demo ,please,please,please,please…..:crying: here the part of the app.js
        .state('role.edit', {
            url: "/role/edit/",
            templateUrl: "/role/edit/",
            data: {pageTitle: 'Role Edit'},
            controller: "GeneralPageController",
            resolve: {
                deps: ['$ocLazyLoad', function($ocLazyLoad) {
                    return $ocLazyLoad.load([{
                        name: 'MetronicApp',
                        insertBefore: '#ng_load_plugins_before', 
                        files: []
                    }]);
                }]
            }
        })

Hi,

Please try below code to dynamically create the templateUrl:

templateUrl: function ($stateParams){
    return 'role/edit?id=' + $stateParams.id;
}

For more info please check https://github.com/angular-ui/ui-router/wiki.

Thanks.

think u ,I had tried ,it works ,thinks again ..

Great! Good luck with your project! :)

Loading the Gif in ajax modal, not shown until the window is closed, as I fix this?

Hi :),

Sorry, i could not understand the issue. Can we check this issue somewhere online ? Please email our support(support@keenthemes.com) a link to your developing page.

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

Thanks.

Ok thanks, ill send a message

You are welcome :)

Hi, Could someone help me why initial value of select do not show when i use class “select2me” in angularjs select. Thanks!

Hi :),

If your solution worked fine then you can stick with it as this is a known issue of Select2 which requires some workarounds.

If you need any further assistance please let us know.

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

Thanks.

Thanks author :)

You are welcome :)

hi,

how can i fix it..

http://i.hizliresim.com/LYgR2J.jpg

Hi :),

In your validation code please try to change below code

.tooltip({'container': 'body'})

to:

.tooltip({'container': false})

I hope the above code will be helpful. To stay updated on Metronic’s new releases please follow us on http://twitter.com/keenthemes.

Thanks.

thanks :)

You are welcome :)

Hi, maybe a bug with this and disable background scrolling not works:

http://www.keenthemes.com/preview/metronic/theme/templates/admin/ui_extended_modals.html

but the already exists

https://github.com/jschr/bootstrap-modal/#disable-background-scrolling Do you have an idea ? thanks

Hi :),

Thanks for your feedback. We will check it further. In the main time you can use below code in custom.css:

.modal-open {
   overflow-y: hidden !important;
}

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

Thanks.

Hi,

For google maps, a plugin “gmap” is being used. The page “maps-google.js” has the initialization functions.

Could you please guide me on how to get back the pointer to these objects so that at a later stage I can call the same map & show some markers.

There is a variable called as “MapsGoogle”. How to get map from this object.

Thanks in advance.

oops… sorry.. i got it right… i had to assign this object to another global object to get it. Hope I am doing the correct way. Thanks

Great! Glad you managed to fix it :)

Hello. We moved our CMS to admin4 theme but now found that the megamenu and the dropdowns in the header are not used anymore.

Do you plan this in future? How can we add drupdown menus in the header, buttons,..

Hi :),

Thanks for your feedback.

Admin 4 layout purposed to have only sidebar menu and in the header you can have only 1 level dropdown menu(actions bar).

If you need any further clarifications please let us know.

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

Thanks.

How can we now use top menus after update..we have there places important stuff (save button, dropdowns for fast scrolling,...)?

Hi :),

Admin 4 layout does not support the horizontal Mega menu. As you can see it has only an action bar with dropdown menu in the header. If you really need the horizontal mega menu then you should use Admin 1 layout since Admin 4 does not support this.

If you need any further clarifications please let us know.

Thanks.

Hi, in Knob_dials page, the numbers are outside the knobs but in live demo they are inside knobs how to fix it ?

Hi :),

Please refer to this page http://www.keenthemes.com/preview/metronic/theme/templates/admin/components_knob_dials.html and make sure you included below required js:

<!-- BEGIN PAGE LEVEL PLUGINS -->
<script src="../../assets/global/plugins/jquery-knob/js/jquery.knob.js"></script>
<!-- END PAGE LEVEL PLUGINS -->

If you need any further assistance please email our support(support@keenthemes.com) and provide a link to your page as we will need to check your page online before advise you further.

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

Thanks.

Hi, in admin 1 I need the search in the left column more brighter/whiter… how to ? Regards Andrea

Hi :),

Thanks for your feedback. You can use below code in custom.css to modify the border and font color of the search form of the sidebar:

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-search .input-group, 
.page-sidebar .sidebar-search .input-group {
    border-bottom: 1px solid #435060;  /* change border color */
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-search .input-group .form-control, 
.page-sidebar .sidebar-search .input-group .form-control {
    color: #4e5c6f;  /* change font color */
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-search .input-group .input-group-btn .btn > i, 
.page-sidebar .sidebar-search .input-group .input-group-btn .btn > i {
    color: #4e5c6f; /* change font color */
}

I hope the above code will be helpful.

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

Thanks.

Come on lads xxxx more admin themes???? there not much different bar colours etc. I used to get excited when I got an email :) thinking yeehhhh what have they got now!

how about some some stage processes and collaboration stuff xxx this theme is the best and hope the standard continues to grow xx

good job by the way

Hi :),

Thanks for your feedback. Noted. We will consider those features in a future release. Stay tuned!

Thanks.

Can the footer (admin3 version) be fixed to the bottom and not displayed by the height of the content?

Hi :),

Thanks for your feedback. The fixed footer layout is not implement yet. However we will consider it in a future releases.

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

Thanks.

Hi Team

This is an awesome work

i have a little problem, when i open it (angularjs version) on safari or chrome i have this error on console

 XMLHttpRequest cannot load file:///Volumes/volume/metronic_v3.6.1/theme/templates/admin3/angularjs/tpl/header.html. Cross origin requests are only supported for protocol schemes: http, data, chrome-extension, https, chrome-extension-resource.angular.min.js:79 (anonymous function)
angular.min.js:92 Error: Failed to execute 'send' on 'XMLHttpRequest': Failed to load 'file:///Volumes/volume/metronic_v3.6.1/theme/templates/admin3/angularjs/tpl/header.html'.
    at Error (native)
on firefox work correctly

Hi :),

Thanks for your feedback. You will need to open the theme from a web server(localhost, remove dev server, etc) since ajax features are not supported in Chrome, Safari and IE when you open the theme directly from the file.

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

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

Thanks.

What’s new in the last update?

Regards, Kristian

Happy Holidays :)

Hi :),

Thanks for your feedback.

Minor bug fixes, code improvements and 110 templates pages for Admin 4 layout!

Happy holidays too!

Thanks.

Please use bower.io support to manage external libraries

Hi :),

Thanks for your suggestion. We will consider it in a future release.

To stay updated on Metronic’s new releases please follow us on 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