12220 comments found.
Hi,
I have a dropdown Menu in table row. When ı clicked buttons in dropdown menu working this js code $(’.menuButton’).closest(‘tr’).attr(‘data-id’) for getting data-id on tr element. its working in normal table. But if I change this html table to datatables.js this code not working. As far as I can see, when the dropdown menu is opened, the html code of dropdown menu is deleted from the table and occurs elsewhere. therefore, when I write closest (‘tr’), it cannot find the tr element in the table. How can I fix this?
Hi,
Bootstrap Dropdown and Table-responsive are Bootstrap’s core features and the issue happens when you use a bootstrap element inside table-responsive container.
As a workaround you can use our existing workaround by adding data-attach=”body” to the Bootstrap toggle element. This attribute makes the dropdown populated as direct child of the body tag, not it’s parent container.
Regards, Sean
I tried, but I could not run. Where exactly should I add this attribute? to span? or div? can u show me a sample?
Hi,
Please add it to the DIV with “dropdown-menu” class.
Regards, Sean
Hi,
There is a problem. İf I put your HTML Datatables.js table in a modal, the dropdown menu in the table appears behind the modal.
You can check it: https://ibb.co/1bqHJkR. How can I fix this problem?
if the img not appaers : https://ibb.co/1bqHJkR
I m using v6.0.4
I downloaded the current version again and tried again do it but the same thing happened again. I copied
I downloaded the current version again and tried again do it but the same thing happened again. I copied “table” from “demo1/crud/datatables/data-sources/html.html” and paste it in to large modal’s body in “demo1/components/base/modal.html” but not working or I cannot did it. Can u send me a sample ?
Hi 
Did you include the js file to init the datatable? In “demo1/crud/datatables/data-sources/html.html” should had it.
Thanks
I have purchased and license of “metronic” theme. And the theme is on Angular8 with gulp and yarn.
It is very complex theme setup May I have the Angular8 theme without gulp?
Hi
,
Yes, we are working on webpack integration to compile the assets. This feature will be released within next week in v6.0.4
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
Suddenly not working. Could you please help with it ? Thanks.
npm WARN @angular/platform-browser-dynamic@8.1.2 requires a peer of @angular/compiler@8.1.2 but none is installed. You must install peer dependencies yourself.
npm WARN @angular/platform-server@8.1.2 requires a peer of @angular/compiler@8.1.2 but none is installed. You must install peer dependencies yourself.
npm WARN ng-bootstrap/<redpre#4> requires a peer of @angular/common7.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN ng-bootstrap/<redpre#5> requires a peer of @angular/core7.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN ng-bootstrap/<redpre#6> requires a peer of @angular/forms7.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN bootstrap@4.3.1 requires a peer of popper.js@1.14.7 but none is installed. You must install peer dependencies yourself.
npm WARN angular-in-memory-web-api@0.8.0 requires a peer of angular/common>=6.0.0 <8.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN angular-in-memory-web-api@0.8.0 requires a peer of angular/core>=6.0.0 <8.0.0 but none is installed. You must install peer dependencies yourself.
Hi 
What is your Angular CLI version? You can check it by command “ng -v”
Thanks
Hi There, Sent a support request 2 days ago – still havent gotten a response?
Hi,
Sorry for the late reply. We will check your email and reply you shortly.
Regards, Sean
are you guys gonna create a checkout page, cart page in future?
Hi
,
Thanks for your feedback. Yes, we may consider that features in a future update.
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
just noticed that this page is demo page is broken https://keenthemes.com/metronic/preview/demo5/components/extended/pagination.html
Hi
,
Thanks for the feedback. We will check this issue further and provide a fix in the next update.
Regards, Sean
Hola a todos compre una plantila y el instalador en angular cli y me arroja error que no encuentra la carpeta src\assets\vendors\global
Hi,
By default the theme assets are not compiled so you have to install the build tools and compile the theme assets by referring to the documentation. You can follow the documentation to install the Angular version: https://keenthemes.com/metronic/?page=docs§ion=angular-quick-start
Step #3 explain how to compile the theme assets. If you have any further clarifications please contact our support at support@keenthemes.com
Regards, Sean
I understand that you guys are loading data from external servers. So the page may take a little bit longer to open. But, i have tried more than 100 times, the index file from classic theme isnt opening even after 2 minutes ! I even tried reopening once starting my apache but no results ! I dont know what to do now ! Kindly guide
Hi,
May I know which version of Metronic you are using ? Can you try to open it in Firefox ? Chrome has known issues when you load cross-domain data in offline mode. Or try to deploy the theme into your localhost.
Regards, Sean
The latest version 6.0.4, The previous versions where working correctly ! Its works when i deploy on localhost ! whats the reason behind this issue ?
Hi,
This is browser’s behavior when you try to open the templates in offline mode(not in localhost or remote webserver) and load the data from remote server(the datatable records). In real projects(within webserver) this issue won’t happen.
Regards, Sean
Hello, I want to make the calendar in Turkish.
Hi 
You an refer to the plugin’s documentation here https://fullcalendar.io/docs/localization
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
How do I make the chat mode, when I add a comment or start it to be placed in the last comment? always appear above
Hi,
Please go to the chat JS script “theme\default\src\assets\js\theme\core\layout\chat.js” and customize it as per your requirements. You can try to change
messagesEl.appendChild(node);
to
messagesEl.prependChild(node);
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
I use the HTML version with jquery. Is the same?
I use popup chat
Hi,
Yes, you can check out our video tutorials to learn how to use the theme and customize sass/js files:
1. Installation & Getting Started: https://youtu.be/dqZLWuAEdJ8 2. Your First Project: https://youtu.be/yu0O2Y2NXxc 3. Customization: https://youtu.be/7PG5Qbg0-gM
For any further info you can also check our detailed theme documentation: https://keenthemes.com/metronic/?page=docs
If you need any further support please contact our support theme and provide the license key for your purchase. Our support is provided only for verified buyers who has active support subscription.
Regards, Sean
Add VueJs support please
Hi
,
React is arriving really soon. Vue is in progress as well.
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, Is fullscreen portlet tool removed? It is not working and demos are not include this option.
Thanks..
Hi,
Yes, it was removed in the new version until we find a way for better implementation. The previous version has many limitations when 3rd party plugins are used.
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
Website audits are failing because of handlebars. Can we please remove this dependency? Please see https://snyk.io/vuln/npm:handlebars
Hi,
Could you please contact our support at support@keenthemes.com and provide more details for your issue ? Which Metronic version are you using and what type of audit are you referring to ?
Regards, Sean
Feels like every month i check for updates to a react version. Coming soon is like telling kids Christmas is coming soon in July lol.
Cant wait for chrismas 
P.s feel free to ignore this comment, was just looking for react updates and found the coming soon comment from last week.
Hi
,
Sorry for the late reply. React version is done and now we are doing final testing and preparing for the release. Except it to come soon.
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
Hello,
Please guide me how can i make an image auto adjust with browser size.
which css to include and class or id i have to use. do you have included any ribbon or badge example is this template
like, class=”img-responsive” not working
Hi
,
There is no CSS class available to auto adjust the images. It’s normally done with custom code according to your requirements.
You may check our ribbon elements https://keenthemes.com/metronic/preview/demo1/components/custom/ribbon.html. The badge elements are here: https://keenthemes.com/metronic/preview/demo1/components/custom/badge.html
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
Thanks
Thank you for the support 
work done
Hi is there step by step documentation how to use metronic angular in an existing angular project?
Hi 
Basically the Angular is a ported version of default HTML package. You will have more control if you are using the default HTML package for your existing project.
The base layout is dependent to each other. Eg. topbar, topbar menu, sidebar menu, footer, etc. We built it as a one application. It’s quite hard to extract just 1 component (eg. navbar) and put it in other angular application. But it is possible if you take the HTML structure from default version and put it in your existing Angular application. Also you can refer to Metronic Angular how does it applied.
Let us know if you need any further clarification.
Thanks
hi, I just bought this template, when I open the classis SaaS dashboard/layout it didn’t show me the same like on the demo, I couldn’t find the components menu, etc. Do I need to do something else before try all the demo? I used classic and also most of the links refer to # Please advise
Hi,
Metronic’s main demo(demo1) contains all the pages while other demos only come with layout related pages. But you can use all the features from the demo1 in other demos. So just copy paste the code, refer to the custom css/js files to include and you are ready to go. For more info please check http://keenthemes.com/metronic/?page=docs§ion=demos
However in the next update(by end of this week) we will add the HTML templates for all demos.
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
Cannot find CRUD at any source code. Please help.
Hi,
Metronic’s main demo(demo1) contains all the HTML templates and it’s custom JS scripts while other demos only come with layout related pages. But you can use all the features from the demo1 in other demos. So just copy paste the code, refer to the custom css/js files to include and you are ready to go. For more info please check http://keenthemes.com/metronic/?page=docs§ion=demos
In the next update that we are planning to release coming week we are include the HTML templates for all demos.
If you need any further help please contact our support at support@keenthemes.com
Regards, Sean
Where is the CRUD in angular demo1 dude?
Hi 
/src/app/views/pages/user-management/
Thanks
Hi, I have downloaded the code from Github. Yet I cannot find the element ‘File Browser’ in the source code. Please help.
Hi,
Metronic’s main demo(demo1) contains all the HTML templates and it’s custom JS scripts while other demos only come with layout related pages. But you can use all the features from the demo1 in other demos. So just copy paste the code, refer to the custom css/js files to include and you are ready to go. For more info please check http://keenthemes.com/metronic/?page=docs§ion=demos
In the next update that we are planning to release coming week we are include the HTML templates for all demos.
If you need any further help please contact our support at support@keenthemes.com
Regards, Sean
But I cannot even see the CRUD in the demo1 in angular.
Hi there, could you please tell where I can find the FILE BROWSER in Angular demo1 project!?
Hi 
Could you please clarify what do you mean by “File Browser” in Angular? Please send the screenshot if you found any issues.
Thanks
Hi PixelDots, what I want is something like \theme\classic\demo1\crud\forms\controls\base.html in Angular. Please help.
Hi 
We not replicate eveything from default HTML into Angular. Basically you can copy the source from HTML to the Angular. theme\classic\demo1\crud\forms\controls\base.html The Metronic style will be applied as well for the Angular.
Thanks
On purchase, it says something about support, not sure if this is the correct location for it..
for login/register/.. we currently use https://keenthemes.com/metronic/preview/demo5/custom/pages/user/login-3.html
it is interesting in how login, register and password reset are all in one page. Currently the login section is shown when opening that link, but is it possible to simply modify the page or javascript, so for example the register section is visible on page load? Or another example, if we send a password reset link, that the user will see the “password reset” section of this page directly.
In general, does this page has options to show another section than login on startup? I tried using #register at the end of the url , but no luck.
Hi
,
Sorry for the late reply. You can control the form visibility by adding helper class
kt-login--signupfor the register form display add
kt-login--forgotfor the forget password form. The above classes should be added onto the root element fo the form
kt-grid kt-grid--hor kt-grid--root kt-login kt-login--v3”. Please note that when you add other forms classes you should remove
kt-login--signinthe one used to display the login form.
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
Thanks.