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

Can you help me to list all the css and js references in 1 place for a particular theme (For example the corporate front-end theme or the admin 3 theme)? I use a Master Page and I need it to include every references so the child-pages can inherit from that. Right now I have to go to every single page and find all of the <link> and the <script> etc. and put it 1 place, compare and remove the redundancies but some time it is messed up. (for the v3.5)

Hi :),

Have you checked the documentation(_documentation/admin/index.html) ? In the there a full list of all the jquery plugins and resources. Please note layout_blank_page.html template page includes minimum requires js and css files. The rest files are optional based on what plugin or feature do you want to use.

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

Thanks.

Ok good point!

Why every time I downloaded the reality Page not found

Hi :),

Do you mean you cannot find the demo pages ? If yes, unpack the downloaded package and refer to the readme and start.html. Actual theme pages are located under theme/templates folder.

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.

How do i translate the datepaginator plugin? I tryed to use this:

<script src=”<?=_URL?>assets/global/plugins/moment.min.js” type=”text/javascript”></script>

<script src=”<?=_URL?>assets/global/plugins/bootstrap-datepicker/js/bootstrap-datepicker.js” type=”text/javascript”></script>

<script src=”<?=_URL?>assets/global/plugins/bootstrap-datepicker/js/locales/bootstrap-datepicker.pt-BR.js” type=”text/javascript”></script>

<script src=”<?=_URL?>assets/global/plugins/bootstrap-datepaginator/bootstrap-datepaginator.min.js” type=”text/javascript”></script>

But didnt worked.

Hi :),

According to the datepaginator’s official documentation http://jondmiles.com/bootstrap-datepaginator the plugin does not support i18n(internationalization). As a workaround you can translate the date names right in the plugins source code(bootstrap-datepaginator.min.js).

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.

Since I have updated theme to version 3.5, a href=”javascript:;” class=”collapse” is not working. Surprisingly it is working in Online Preview but once I downloaded the theme it is not working. Please advice.

Hi :),

Thanks for reporting this issue. It seems the latest BS3.3.0 collapse class got conflict with metronic’s collapse class. We will include a fix for this in the next update. In the main time just add below css code in your custom.css:

.portlet .portlet-title > .tools > a.collapse {
  visibility: visible;
}

Thanks.

Many thanks for the fix :)

You are welcome! :)

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

Hi,

I really want to customize header like this:

http://i483.photobucket.com/albums/rr200/ngoncom/dropdown_menu_zps4778ba37.png

Can you give me some advice, thank so much!

Note: I using layout style 3!

Can you add horizontal menu for style 3? Thank so much!

Hi :),

Yes, you can customize or extended the header part as you want. But the sample you shown is quite different that the admin3 header layout and it requires some major customization which are not able to provide you according to our support policy here: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469/support

Thanks.

Meanwhile, congratulations for this admin panel. You can solve this problem? The menu btn-group does not appear when inserted inside the datatable http://i61.tinypic.com/2nhos4p.png

hi, since I added the string ” “dom”: ”<’row’<’col-md-6 col-sm-12’l><’col-md-6 col-sm-12’f>r>t<’row’<’col-md-5 col-sm-12’i><’col-md-7 col-sm-12’p>>”, ” to fix the problem of the dropdown menu that was hiding in the line, when I see the datable in mobile mode not I get the vertical scroll bar showing me wrong data in datable. moreover, I can not shake the table horizontally. see image I’ve attached

http://it.tinypic.com/r/2vv13et/8

hi, since I added the string ” “dom”: ”<’row’<’col-md-6 col-sm-12’l><’col-md-6 col-sm-12’f>r>t<’row’<’col-md-5 col-sm-12’i><’col-md-7 col-sm-12’p>>” ” to fix the problem of the dropdown menu that was hiding in the line, when I see the datable in mobile mode not I get the vertical scroll bar showing me wrong data in datable. moreover, I can not shake the table horizontally. see image I’ve attached

http://it.tinypic.com/r/2vv13et/8

Hi,

Unfortunately this is the technical limitation at the moment. As workaround you can revert “dow” changes and set dropup menu for the last 3-4 rows in your table:

<div class="btn-group dropup">
    <button class="btn green dropdown-toggle" type="button" data-toggle="dropdown">
        Dropup <i class="fa fa-angle-up" />
    </button>
    <ul class="dropdown-menu pull-right" role="menu">

    </ul>
</div>

If you need any further assistance please let us know.

Thanks.

You guys should run bootlint https://github.com/twbs/bootlint on your theme and fix all the issues.

Hi :),

Thanks for suggestion this. We will definitely check it further.

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

Thanks.

Hello, i am using content via ajax and i am unable to load any map. The plugins are included in the page that loads via ajax, but is not showing. Could you help me?

Hi :),

Are you trying to load a google map in your ajax content ? Please note if you include any component in your ajax content that requires JS initialization, then you will need to run the initialization code on ajax content loaded(after the html content is populated). So you can just include any JS code in jquery document ready clause right after your html code in the ajax content.

If you need any further assistance please contact our support(support@keenthemes.com) with more details(your code, a link to your developing site, etc).

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

Thanks.

Ok, Thanks !

You are welcome! Good luck with your project! :)

Hi
I am not a css expert. That’s why I do love this template. ;)
Where can I find a nice [tabs-left] sample for the Frontend Corporate template?
Ideally I would like it inside the slider visually before the “caption lfb” div at the homepage.
In advance thanks for any tips or hints.
-Charles

Hi :),

Could you please provide us more details on what you are trying to achieve ? Its not common using the tabs component in the revolution slider so if you can provide us more details we could point you out.

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

Thanks.

Thank You for your answer
You are right. I poorly explained my idea. ;)
The layout I need to implement at homepage is as follow:
Desktop mode => put tabs above the slider at the left side
Mobile mode => get tabs below the slider
Just like here: http://themeforest.net/item/the-travel-booking-responsive-html-template/full_screen_preview/6096056
In advance, thanks for your interest.
-Charles

Hi :),

We will consider this in a future release as this type of layout requires major changes in the current layouts.

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

Thanks.

hi

awesome theme and im always waiting for new updates… i wanted to have the left navigator to be open on the same side ( left side ) in mobile version similar to http://almsaeedstudio.com/AdminLTE/

if we visit to the above site in the mobile, the left navigator opens in left hand-side if we click on the toggler.

but in your theme, the navigator shows at the top in the mobile.

what are the changes need to be done to make it left hand-side ? Or shall v wait this for next version ?

Hi :),

Thanks for your feedback.

This feature will require some major changes in the current layout. We will check it further and consider implementing it in a future release.

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

Thanks.

Hi,

Working with this themes since several months and I love it, especially since the new layouts.

About this, do you lan any more “customized” color themes for the “admin3” layout ?

Right now only basic buttons/text colors change but I want a deeper change like the top menu, header, footer, site background.

I know it’s fairly simple to add our customizations to “custom.css”, and I did it, but I’m more of a developer and sometimes it’s difficult to keep the CSS as professional as yours. I have some problems with the “hover” state of the top menu when I change the header to a darker one (a lot of classes appears to manage the top right menu background color and I’m lost). I systematically ends up with 100s of CSS classes and it gets messy.

Another question is, do you plan on more timeline styles ? It’s a big feature for me that will be integrated a lot in my site and currently the one you propose is not really in sync with your recent improvements. Still a “metro” design but your last improvements with light portals and such are way better.

And last: do you plan on a LESS version wich would be better for customization ? (I know you have a SASS one)

Hi :),

Thanks for your warm feedback.

We will consider your suggestion on the deeper theme colors. We are already working on a new timeline design and we will do our best to release it in the next update very soon.

LESS version is not in the plan. We will be focusing on the SASS version.

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.

Is there a way to disable the responsive design to prevent metronic from getting small than one of the breakpoints – say the size of an iPad – if I were to want to prevent the UI from going fully mobile?

Hi :),

We have a few similar requests from other users as well. This will require some major changes in the theme. However we are planning to implement this as an option in a future releases.

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

Thanks.

Just wondering how can I view the new rounded corners theme in the 3.5 release. =[

Yeah, its in the theme settings panel toggled from the top right corner of the content. :)

You are most welcome! :)

Just wondering how can I view the new rounded corners theme in the 3.5 release.

Hi :)

Its in the theme settings panel that can be toggled from the top right corner of the content. In the settings panel just select “rounded corners” for the theme style option.

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.

Hi Keenthemes, The AngularJS implementation is Great, but it looks like there are a couple of Pages in the System missing. Hope you guys can add the blank page etc in the next update

Hi :),

Sure, we will be improving the AngularJS version in a future releases. At the moment you can use any existing pages/controllers to create your own pages. Just refer to the main app in angularjs/js/app.js.

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.

Hey keenthemes,

Could you provide code, to get value from checkbox in datatable?

Thanks in advance!

Hi :),

You can assign ID or class to your checkboxes and just access to them through jquery as usual:

alert($('#my_checkbox').val());

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.

Hey keenthemes,

I’ve still question. I’m using your Managed Datatables from here: http://www.keenthemes.com/preview/metronic/theme/templates/admin/table_managed.html (Yellow Datatable)

What script I’ve to use to perform operation by clicking Delete from Tools?

I’ve this script in table-managed.js but it didn’t worked for getting values from checkbox:

table.on(‘click’, ’.checkboxes’, function (e) { e.preventDefault(); if (tableWrapper.getSelectedRowsCount() > 0) { alert($(’.checkboxes’).val()); } else if (table.getSelectedRowsCount() === 0){ Metronic.alert({ type: ‘danger’, icon: ‘warning’, message: ‘No record selected’, container: table, place: ‘prepend’ }); } });

Hi :),

You can use below method to get an array of checked checkbox values:

var list = table.getSelectedRows(); // get selected rows

for (var i = 0; i < list.length; i++) {
    alert(list[i]);
    //Do something
}

Thanks.

Hi there!

I’m considering purchasing this great template. And I’ve got a couple of questions:
  • Is it possible to export the charts created with amCharts as JPG or PNG and store them in a folder in server?
  • Is there any function in the template to generate XLS and PDF files from the data?
Thanks in advance!!

Hi :),

Thanks for your interest in Metronic.

1) It supports saving the chart as image and download it to user’s PC. To store it in server you might need some workarounds. For more info i would suggest you to check the amCharts documentation here: www.amcharts.com.

2) Yes, there is tabletools extension for the datatables plugin. You can do some client side exports as shown here: http://www.keenthemes.com/preview/metronic/theme/templates/admin/table_advanced.html. For more info please check http://datatables.net/extensions/tabletools/

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.

When Next update Release ETA ,1 weel,2 week,3 week

what is in next update u realse???

Following my few suggestion.. if u impliment this suggestion in that template … its help me in my project

1) 1.1)When i Clicking on SubMenu.. the Menu is reset… ideally, it should remain open and display active menu -In your theme Sidebar menu Reset.so its irritating to me choose again parent Category and select again SubMenu 1.2)I want Lightbox effect on menu. when i hover on menu only menu display brighter (opacity1) and other part of website overlay black. -this Effect not available on any other admin template in themeforest -it will help to user or visitor to select right menu demo on http://www.snapdeal.com/

2)lazy load Feature on website on scrolling mouse down. -this Feature save my bandwidth.for CMS website this feature is important for me. —As example In front blog dem0 page 15 post available, but 5 post display on screen,when user scroll down then only this div apper —lazy load on specially for images in album,gallery,and biog post. — Check this above mension effect available on this wordpress theme http://themeforest.net/item/falcon-responsive-wordpress-magazine-theme/full_screen_preview/8565564

3) Want smooth effect on refreshing pa

4) 4.1)your theme not support ie8 .show popup message when detect non-compatible browser —your theme not support some browser,specilly IE,safari,opera. When Non compatible browser detect show beautiful popup message on screen 4.2) Specially Admin template we use validation on forms. So some user disable javascript and try to do some wrong thing. —so i want Page redirection on other page;when javascript disable in user browser

5)Preloader display with website logo for 2 second then display main index page (need demo page i want to display this effect on only index page)

6) 6.1) Popup display when user fist time visit on website . 6.2) AT top of header i want another div or you can se header,in that i want to show message ,if any user does not want to see this message,user will click on cancel button.

Hi :),

Thanks for your feedback and suggestions. We just released the next update v3.5 with rounded corners style and bootstrap 3.5 update.

We noted your suggestions and we check them careful and take them into account in a future releases.

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

Thanks.

i have 4 question: i have searched this but i still not found it

1. can i use frontend without any edited content in my web. (except photodune pic)
2. if i have 3 different domain/user, need i buy 3 licenses of each domain or just 1?
3. how do u know if i dont have any license when i use your themes in many domain?
4. what the different between i buy your themes and stealing it?

of course i’m not doing this (no 3 and 4), because i appreciate and respect in someone hard working, but i just wanna know about this

ur answer is very important for me especially no 1 and 2. thanks

Hi :),

Thanks for your feedback.

1) Yes, you can use that way. For more info on the photo licensing please read “readme.txt” in the purchased package.

2) Yes, for each different domain/site you will need to purchase separate licenses.

3) We don’t really check this. However we believe in our honest customers who regularly purchase new licenses for their new projects and clients.

4) Stealing is a bad karma :). Purchasing the theme gives more benefits such us theme support, regular free updates, etc.

Sure, i say your “purchased” badge and we know that you are our valid buyer and we thank you for that.

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.

Hi,

Do you have some partner company that can design additional pages we need?

Thanks

Hi :),

We don’t have one yet. You can try to post your project here or check studio.envato.com for design services.

If we can help you with anything else please let us know.

To stay updated 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