12221 comments found.
Hi, I would like to report a bug in daterangepicker(on subheader). Normally, when we click on daterangepicker button, it opens just below it. However when we first scroll window then click, it opens at the height by which window was scrolled.
Hi,
Thanks for your feedback. As we verified it seems when the daterangepicker is used on a fixed positioned container it have a position issue on scroll. We will check it further and try to find a workaround. However is the issue from the core we will inform the plugin authors.
Regards, Sean
Hi, how can I make the height of the datatable the size of the page, even if it has only one record
Hi,
There is an option to set the height. layout.height, you can set it by px. Maybe this will work if you set the value 100%
Let us know if you need further clarifications.
Thanks
in KTDatatable there are // layout definition layout: { scroll: false, // enable / disable datatable scroll both horizontal …. height: nulll, // datatable’s body’s fixed height footer: false, // display / hide footer },
you mean setting the value 100 but it does not accept only integer strings as 100% income and when you put height: 100 or height: ‘100%’ it does not work
Hi,
Sorry for the incovenience. You are right. Looks like the layout.height option does not support string 100%, but only px integer.
We will consider update it in the future updates.
Thanks
How can I change to Ajax request,load the page?
Hi,
Could you please clarify your question? Which package are you using (Default, Angular, React)? Which page do you want to “ajax request”?
Thanks
Datatable rendering is a little slow,why?
Hi,
Could you please clarify which datatable? (KTDatatable or Datatables.net) Can you please give link to the demo page?
Thanks
can we add a body tag to switch between light and dark theme?
Hi,
At the dark/light theme options for global components are not supported. We will consider implementing in a future releases.
Regards, Sean
how to make https://keenthemes.com/metronic/preview/demo1/custom/apps/chat/private.html
scroll to bottom on message part on page load? is there any documentation about KTUtil Scroll?
are there any documenattion about metronic chat?
Hi,
Metronic chat is a custom app with html and some JS scripts. To customize it you just need to check the JS code and extend it as per your requirements. In order to customize the sass/scripts you will need to use the buildable version of Metronic(gulp/webpack). To scroll to the bottom of the custom scrollable container you can refer to the Perfect Scroller’s official documentation: https://github.com/mdbootstrap/perfect-scrollbarIn “src\assets\js\global\layout\chat.js” in initChat function please try to add below code:
// scroll top // messageListEl.scrollTop = 0; // scroll top a position messageListEl.scrollTop = 700;
Then complete the theme from the src folder.
Regards, Sean
How can I use “Ribbon” found on here https://keenthemes.com/metronic/preview/demo1/components/custom/ribbon.html
with a Modal?
Hi,
Yes, you can follow the “kt-ribbon” and “kt-ribbon-*” classes and attach to any part of the modal. You can refer to the examples and check the code and just apply it to the modal(body or content).
Just a friendly reminder. In order to request a theme support you will need to have an active support subscription. To check your subscription status or renew it you can go to the Metronic page and refer to the support info below the theme price panel. https://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469Regards, Sean
there are a lot of pending transactions and this time has been two years and we are getting older 
Hi
,
Which feature are you referring to ? Could you please send it to our support at support@keenthemes.com ? We are now preparing our next big update with code optimization and design improvements.
Regard, Sean
Hi, I’m using datatables for filtering and sorting and add buttons for each rows. When create the table, for some purpose I’m passing then buttons value into an array by php, with query sequence. I need to change this array sequence or narrow it when user try sorting or filtering the table. How do I do that or how do I find which javascript function called when sorting or filtering? Thank you
Hi,
Could you please clarify which datatable are you using?
Thanks
The name of datatables which I use Column Rendering on Metronic demo 12 (Metronic Classic Reborn) Bootstrap. And the header of table like that “table class=’table table-striped table-bordered table-hover table-checkable’ id=’kt_table_2’”. The javascript file which I included is “assets/plugins/custom/datatables/datatables.bundle.js”. I hope it will help you. Thank you.
Hi,
For Column Rendering datatable, you can check the init file here;
/theme/default/demo12/src/assets/js/pages/crud/datatables/advanced/column-rendering.js
By right, the sorting and filtering are done internally by datatable. If you need a custom sorting and filtering, you can refer to datatable site for more options.
1) https://datatables.net/examples/basic_init/table_sorting.html
2) https://datatables.net/examples/api/multi_filter.html
Thanks
Hi. after step 6 of laravel integration and Compiled successfully i can not find dist folder in /laravel/resources path. This folder does not exist. why ?
Hello PiHPi,
The assets are being compiled into Your Laravel /public folder as it states in documentation step 6.
Regards, Mndaugas B.
7. Sample index.html File Copy from /laravel/resources/demo1/dist/index.html file into /laravel/resources/view
dist folder in demo1 does not exist. how can i use RTL version when only the app.css file exists and the style.bundle.rtl.css file does not exist.
Please note than in Step 2 we are copying the demo1 folder to laravel’s resources folder.
Regarding RTL version we also have detailed documentation right here https://keenthemes.com/metronic/?page=docs§ion=rtl-version
Just a friendly reminder. In order to request a theme support you will need to have an active support subscription. To check your subscription status or renew it you can go to the Metronic page and refer to the support info below the theme price panel. https://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469i from iran. my country is under US sanctions and we can’t renew subscription…. I’m currently posting these comments with vpn. Because the themeforest has banned us.We are good people.
No problem, we still can provide the support. For any further questions please email our support at support@keenthemes.com
hi, i have some problems regarding the topbar menu selections.
1) The submenu is getting disappears even after selecting. Whenever selecting any options from the topbar main menu, the submenu options associated with that is not getting static for example, if I want to select ‘layout’ from the ‘components>>google material>>layouts’ in options on the left top, the submenu associated with google materials appears but, on the same, it will disappear whenever the cursors move out of the google material option. The submenu is not static even if the main menu is selected.
2)The main menu is not disappearing. Whenever I select any of the options from submenu, the new window of the desired selection will appear but on the same time the main menu is not disappearing even after the cursor moves out of it
Both problems are associated with the option on the left top, that is Dashboard, Components, Applications, and customs.
Hi,
The menu will disappear when you hover away from the submenu. This is a default Metronic behaviour. You can also refer it here;
https://keenthemes.com/metronic/preview/Please let us know if you need further clarifications.
Thanks
ok. in the angular version the top bar menu dropdown didnt disappear when the page is redirected. plz check this https://keenthemes.com/metronic/preview/angular/demo1/dashboard.
Hi,
We will check and fix it soon.
Thanks
ok..thank you
Hi, I downloaded the latest version, and I found the validation of select2 in Demo9 is not applied. Can you check it please?
Hi,
Can you please send the screenshot of console log if there is any js error?
Thanks
There is no JS error. But in the style.bundle.css of demo9, I found no CSS related to validation of select2 like this:
.is-invalid .select2-container-default .select2-selection-multiple, .is-invalid .select2-container-default .select2-selection-single {
border-color: #fd27eb;
}
Hi,
Do you mean this the page?https://keenthemes.com/metronic/preview/demo9/crud/forms/widgets/select2.html
Or this one? https://keenthemes.com/metronic/preview/demo9/crud/forms/validation/form-widgets.html
We have checked, the validation for select2 is applied here. https://ibb.co/8YGHGRQ
If you have more specific select2 issue to show, could you please send the screenshot or online site link (if necessary) to our support email at support@keenthemes.com? We will check it further.
Thanks
Hello. I mean this one. https://keenthemes.com/metronic/preview/demo9/crud/forms/validation/form-widgets.html
This demo page work well, but the latest version I downloaded from github doesn’t work.
Here is screenshot link.
First one is issue page.
https://photos.app.goo.gl/JeWeK5k2S3utRDXi7Second one is package.json.
https://photos.app.goo.gl/BSfGozkMF8sD5rAU9Hi,
We tested on the latest version v6.1.8. The select2 validation and error border is working. Could you please try with the latest version?
https://www.loom.com/share/291d91ff88354897889b7fd36998a3e3Thanks
Hi!! Any ETA for the new demos???
I can’t wait for it 
Hi
,
It’s going to be within March.
Please follow us at http://twitter.com/keenthemes to stay updated and check out our video tuts channel on Youtube https://www.youtube.com/c/KeenThemesTuts/videos
Regards, Sean
Hi, I am facing a problem that I can’t find a solution. I’m using html-table.js and my first search has 20 different items (instead of 7). If I search the value=”1” in my HTML, the filter apply to all values that have 1, like 10, 11, 12, 13, 15, 16, 17, 18 and 19, so the filter show more titles that I had previously searched.
Hi,
The search filter is using “contains” value instead of search by “exacts” value. This cannot be changed for local search. If you have the remote data source and remote filter, you can filter the data in server.
Thanks
This might sound like a stupid question, but how does one change the colours of the tabs in Demo8 ?
Hi,
You should use the buildable gulp/webpack version in order to customize the theme. For more info please check the documentation https://keenthemes.com/metronic/?page=docs and watch the video tutorials https://keenthemes.com/metronic/?page=video-tuts Just a friendly reminder. In order to request a theme support you will need to have an active support subscription. To check your subscription status or renew it you can go to the Metronic page and refer to the support info below the theme price panel. https://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469Regards, Sean
I am using the buildable version. I have also looked at the vids, but have not found where to change these colours….?? I just need to be pointed in the right direction please.
Hi,
Have you checked our video tutorials related to the installation, customization of the theme
1. Installation jQuery/Bootstrap Version Using Gulp: https://youtu.be/d-pSVf8Xazk or Webpack: https://youtu.be/gMUbZMdDRCo
2. Your First Project: https://youtu.be/yu0O2Y2NXxc
3. Customization: https://youtu.be/7PG5Qbg0-gM
Regards, Sean
Hi, I am facing an issue here. A real one. I am trying to use server side randering but it looks like is not working at all. Do you have any hints I could use?
Hi,
Can you please contact our support and provide more details ? Which Metronic version, package(gulp/webpack/classic) and demo(demo1, demo2,...) are you using ? Please also kindly provide your purchase case since our support is provided only to verified buyers.
Regards, Sean
Hi, my support period expired and I didn`t want to invest into support without checking previously with you if this is fixable. Could you please confirm that this is something you can fix? The idea is that you are using jquery for layout, even if I have chosen to use the angular version.
Hi,
Sure, we can help you out without support subscription. No issue at all. Can you please let us know which version of Metronic you are using ? Our current Angular app does not use any jQuery code.
Regards, Sean
Hi please let me know how to upgrade to the Angular 9 version
Hi tmkebar,
We aren’t covering support of Angular 9, cause 3d party libraries such as ngBootstrap/NGRX still don’t support Angular 9. We are waiting their upgrade during the next month.
Anyway, official upgrade guide from Angular Team is https://update.angular.io/
Regards, Keenthemes support
Good Morning,
I downloaded it today, I need to use the HTML version and I didn’t find it in the path you informed.
-> “You can get the HTML from default HTML version here. /theme/default/dist/demo1/custom/apps/user/edit-user.html”
Please, can you guide me?
Thanks
Hello,
Can you please send your purchase code to support@keenthemes.com ? We will provide classic HTML/CSS version.
Thank you.
Thank you, I already forwarded email.
Noted, we will check and revert back to you asap. Thanks!
Hello, The file path “assets / plugins / global / plugins.bundle.css” defined in the new version cannot be found.
Hi,
In order to launch the theme you will need to generate the “dist” folder from “src” folder by installing and running the build tools in command line. All the required steps are explained in the documentation https://keenthemes.com/metronic/?page=docs and also in the below video tutorials:
1. Installation jQuery/Bootstrap Version Using Gulp: https://youtu.be/d-pSVf8Xazk or Webpack: https://youtu.be/gMUbZMdDRCo 2. Installation Angular 8 Version: https://youtu.be/48HeVjnKIqI 3. Your First Project: https://youtu.be/yu0O2Y2NXxc 4. Customization: https://youtu.be/7PG5Qbg0-gM
If you need any further help please let us know.
Regards, Sean
Do you have any plan to upgrade angular theme angular 8 to angular 9?
Hi
,
Thanks for your feedback.
Yes, we are checking this new Angular update and planning to the update soon. Once the update is released you will get notified.
Please follow us at http://twitter.com/keenthemes to stay updated and check out our video tuts channel on Youtube https://www.youtube.com/c/KeenThemesTuts/videos
Regards, Sean