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 119,756 sales
Recently Updated
Well Documented

keenthemes supports this item

Supported

This author's response time can be up to 1 business day.

12203 comments found.

I found a mention of version 3.0 being a SASS theme. Would this be an free upgrade to the metronic_v2.0.2 I have just bought?

Any hint on when the SASS theme will be available? Looking forward to it!

Hi :),

Yes, after purchasing the theme all its future updates will be available for free per license. The SASS version will be available somewhere within the next month. But we will do our best to release it as soon as possible.

Thanks.

never mind…

So, I have to tabs (Incoming, Outgoing) that each have a table list of message information. I’m using the table-advanced.js code to allow the tables to be sortable, searchable, and some pagination. However, only one of the tables is getting these features. The table on the Outgoing tab is just a standard table, no wrappers being applied. I’ve changed the table id names and even tried creating separate js files/functions. Still not working. How do I have two multiple tabs each with an advanced table?

Hi,

Did you put the datatable initialization code for the second table in table-advanced.js ? I suspect you have either JS error(use chrome dev tools or firebug tool to debug your page for JS errors) or you improperly initialized the second table. Basically you can simple reuse the JS code of the first table and set it for the second one. Just make sure that the table IDs match.

If you need any further assistance please email(support@keenthemes.com) us a link to your website so we can check it and advise you further.

Thanks.

Hi Keenthemes!!

Can the Corporate theme be fully fluid not boxed? like the admin theme.

Thanks!

Hi :),

Currently the corporate theme supports only the boxed layout. We will consider this in a future release as a new layout option.

Thanks.

I need you help. I have a Modal with a form inside and I need show AJAX-LOADING after the click on submit. How can I show this Ajax-loagin? I try a lot of things with blockUI, I search on the http://jquery.malsup.com/block and my Ajaxloading ALWAYS show behind the modal, and when I try use ui_blockui.html I get the message “Uncaught TypeError: Cannot read property ‘height’ of undefined ” on Developer Tools of chrome.

Please help me.

Hi :),

To block your modal you can use below code:

App.blockUI({
     target: '#my_modal',
     overlayColor: 'none',
     cenrerY: true,
     boxed: true
});

And to unblock it just use below code:

App.unblockUI('#my_modal');

If you need any further assistance please let me know.

Thanks.

Thanks for Reply, I saw my app.jf is old. I upgrade and now its works.

Great! You are welcome :)

Hello,

You’re not going to include a Multilevel Menu in the Corporate Frontend theme? Thanks

Hi :),

We will include this in the next update which we plan to release within the next month. Stay tuned!

Thanks.

Hi,

we´re having issues when using bootstrap-select inside a accordion. The options of the select stays inside the div from the accordion.

We´ve changed the z-index but without success.

Take a look please:

Regards.

PS: best admin theme ever

Hi,

This is due to according uses css attribute “overflow: hidden” which hides the part outside accordion’s body. Please try to add below code in your assets/css/custom.css:

.accordion-body[class*="in collapse"]{ overflow:visible;}

For more info please check out: http://stackoverflow.com/questions/10959068/twitter-bootstrap-accordion-and-button-dropdown-overflow-issue

Please try the above and let me know the result.

Thanks.

thx keen,

we´ve tried what you suggested but with no luck.

We find out that the correct thing to add in custom.css is:

.panel-group .panel { overflow: visible; }

Now it´s working fine.

Hi :),

Great! Glad that you managed to resolve it. Let me know if you need any further assistance.

Thanks.

Will there be a rounded edges layout coming soon?

Hi :),

We will consider this in a future release. Stay tuned.

Thanks.

I’m extremely happy with this theme, no questions so far, just loving it. Great work and great support! :grin:

Hi :),

Many thanks for the feedback. We are really glad to hear this.

Thanks.

Hello keenthemes:)

I have a question about Corporate Fronted. When I click on Search Icon from the header menu, a small search box appears below.

Would it be very difficult to implement alternative way of displaying search box, similar to the effect implemented here.

Thanks!

Hi :),

Thanks for your feedback. We will check it further and consider implementing it in a future release. Stay tuned!

Thanks.

Hi, Congrats for this theme, is fantastic ;-)

I have a doubt using ajax modals. I have a table with different records:
name, user, email…. options
John Doe, jdoe, ... edit
Bill Gates, bgates, ... edit

The “edit” option calls a different URL to load in the ajax form. Is working fine for the first time, for example, First click open the Jon Doe options, but the second click (bgates) not load the content, show the last loaded content (jdoe)...

Any suggestion?

Thanks,

I done some changes directly in your theme files to verify… and works like I described before. To check, simple add a new button:

ui_modals.html (line 1552 approx)
<a class=" btn default" href="ui_modals_ajax_sample1.html" data-target="#ajax" data-toggle="modal">View Demo1</a>

Thanks!

Great! Let me know if you need any further assistance. Thanks.

Hi, Kindly consider adding support for fancyTree (https://github.com/mar10/fancytree) previously known as DynaTree. It is best tree ever and is faster than jstree.

Hi :),

Thanks for the suggestion. We will check it further and consider integrating it in a future release.

Thanks.

Hi,

I have a problem with fixed footer/header only on ipad. The scenario is as below.

1 – Click a form element and virtual keyboard appears

2- Click or tab to another form element without closing the virtual keyboard.

And after these, the fixed footer/header appears in the middle of the screen.

The screenshot is as below.

http://www.sendspace.com/file/6mhtml

Do you have an idea to fix this issue?

Thanks,

Hi,

Please go to assets/scripts/core/app.js and change ”.header” to ”.page-header” and ”.footer” to ”.page-footer” in handleInit function.

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

Thanks.

Hi. How can I close an already opened alert? This one: http://www.keenthemes.com/preview/metronic_admin/ui_alert_dialog_api.html

Of course in javascript, not clicking the close button. Something like App.alert(“myAlert”).close() or similar? Thanks.

Hi :),

You can use below code to close opened alerts:

$('.app-alerts').alert("close");

For more info about the bootstrap alerts please head http://getbootstrap.com/javascript/#alerts and also check out the metronic alert API assets/scripts/core/app.js.

Thanks.

Nice. It’s works. Thanks.

You are welcome :)

1. Hello, I am writing to you due to an error on my website. After scrolling down to the bottom of the page, when you click on any button on the left side, the page automatically scrolls up to the top. How can i delete that ?

2. After clicking on “Uslugi” icon, the menu drops-down and back up straight away. How to stop it ? I have used here the modification which you advised to me a week ago.

My website – www_simpay_pl/panel/

Hi :),

Please remove below code in assets/scripts/app.js under “handleSidebarMenu” function:

 if ($('body').hasClass('page-sidebar-fixed') == false &&     $('body').hasClass('page-sidebar-closed') == false) {
         App.scrollTo(the, slideOffeset);
  }

If you need any further assistance please let us know.

Thanks.

KT,

On desktop view I love that the left sidebar menu slides in from the left when collapsed , is there any way to keep that consistent in the mobile version as well? Currently the mobile version becomes a drop-down from the top. I just want it fly in from the left over the main content.

Hi :),

At the moment this feature is not supported in mobile. However we have plans to implement push menu on mobile in a future release.

Stay tuned and follow us on https://twitter.com/keenthemes/

Thanks.

thanks for the update. Looking forward to it.

Hi! Can you support SyntaxHighlighter plugin? It display incorrectly. Something is broken. Please help me fix it !

Plugin url: http://alexgorbatchev.com/SyntaxHighlighter.

Screenshot: http://s9.postimg.org/kumu2ben3/Untitled.png

Thanks :)

Hi :),

Seems this is due to the bootstrap’s style for “code” tag. In your assets/css/custom.css file try below override:

code {
  background: none;
  box-shadow: none;
  border: 0;
}

If you don’t want the above global override than you can override it relatively to the SyntaxHighlighter.s container.

Thanks.

Hello KT, and thanks for your great support so far!

I got a problem, I want to show thumbnails of original bigger images, inside a datatable-row. So the images should be shown inside the <td> </td> tags.

Just like at your demo page “page_news.html”—> world news. The sunset image (image3.jpg) is in original much bigger, and is shown, shrinked to thumbnail above “Read more”.

So I just want to have same effect of dynamic thumbnails, but inside a DataTable row. I tried to add the css class “news.class” and add the picture like this in my datatable row <td><img class="news-block-img pull-right" src="assets/img/gallery/image3.jpg" /></td> but that dont work :-(

Thanks for help!!!

Hi :),

Please try to apply “img-responsive” class to your image tag and also set width in % to the parent TD element.

Thanks.

That worked great!! Thank you so much !!! – kiroman-

Great! You are most welcome :)

It would be great if i can preview the theme with predefined layout options. It is hard to set boxed-layout and blue theme for each page.. Finally this theme is great. Thanks.

Hi :),

Good point. Noted and we will consider this in a future release.

Thanks.

Hi KeenThemes, i need some help here….

i was making a switch button using your theme,everything work fine,i can save the data base on the switch button for true or false statement

but,there is 2 yes or no button,since i just make 1. have any clue ?

sorry i can’t put the purchased license,because my boss who bought this theme,and i just using it :D

Hi :),

To help you further we need to check your working page and its code somewhere online. Could you please email(support@keenthemes.com) us a link to your page so we can check it and advise you further.

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