12208 comments found.
Hello! I want to convert the HTML version to Angular, is there something I should be aware of? how to start some main functionality.
Hi
,
Regards, Sean
Yes, but it is from demo 1 and I would like to convert demo 9 into angular, can it be done?
It would require some major work, but you can try to refer to demo1 and freate demo 9 app. We will do our best to release those pending demos as soon as possible.
When installing to laravel gives me ReferenceError: plugins is not defined error after running npm run dev
Hi,
Have you run “npm install” first, before “npm run dev”?
Thanks
I can’t unzip the downloaded theme. I’ve tried it on both windows10 and linux (“unzip” command), but both fail to unzip. Please give me an immediate solution.
Hi,
Thanks for your interest in Metronic.
Metronic is a large theme with over 1GB zip file, Can you please retry it with https://www.7-zip.org/
If you need any further clarifications please contact our support via support@keenthemes.com
Regards, Sean
Hi keenthemes,
I know that select2 is a pain in the but to work with and I messed up somewhere, but do you know why my select2 is not rendering in the right side when in RTL mode ??? although it works great in LTR mode.
here’s a screenshot : https://ibb.co/4fBWxt8
I did everything that an RTL env require (html dir=, even dir=’RTL’ for select2) everything, but without luck.
All my RTL layout works just fine, except select2.
I know I didn’t gave you some code, it’s complicated select2 rendring,, Server Side Actually.
NB : Used your method that you did in Select2 in Metronic7 (Supply the template in html, and catchup it in js as Metronic 8 ) but I don’t thing that it does matter much..
thank you guys.
Hi,
Can you please double check the original Metronic documentation with the Select2 demos: https://preview.keenthemes.com/metronic8/demo1/rtl/documentation/forms/select2.htmlIn the original theme the Select2 RTL mode works fine.
Have you fully followed the RTL setup as per the documentation: https://preview.keenthemes.com/metronic8/demo1/rtl/documentation/getting-started/rtl.htmlIf you need any further help please contact our support via support@keenthemes.com and provide us a test link to your page.
Regards, Sean
I followed everything.
But I discovered that even if I put a raw input select2 like below will not render in RTL layout :
<select class="form-select form-select-solid" data-control="select2" data-placeholder="Select an option">
<option></option>
<option value="1">Option 1</option>
<option value="2">Option 2</option>
</select>
here’s my .html head RTL layout :
<html dir="rtl" direction="rtl" style="direction:rtl;" lang="en">
IT’s weired.
any idea. ?
thank you
Hi,
Can you check your webpack or gulp build config if select2 is included in the rtl conversion ?
Regards, Sean
rtl: {
enabled: false,
skip: [
"select2",
"line-awesome",
"fontawesome5",
"nouislider",
"tinymce",
"sweetalert2",
],
},
Hi,
The thing is it works in the original theme and the issue seems to be in your page. If you can send us the test link(via support@keenthemes.com) to your page we can take a look. Otherwise you will need to double check the origin theme and compare your code to find out what is missing.
Regards, Sean
Hello, in my client’s script I am trying to use Firebase cloud messaging and it returns an error
the same thing happens to me with OneSignal This is the error ¨The script has an unsupported MIME type (‘text / html’). ¨
Any solution?
Forget to mention that this problem is caused in React demo 01
Hi,
Thank you for getting in touch with us.
Firstly check out the StackOverflow page regarding this error: https://stackoverflow.com/questions/49566059/service-worker-registration-error-unsupported-mime-type-text-htm
Then can you please verify that error is related to our codebase? Try to reproduce it in the latest Metronic v8.0.31 react demo1.
You can get the latest version from our GitHub repository.
Regards,
Lauris
hi, actually the problem was with the Metronic React DEMO 01 template, since I did the integration of firebase -FCM in a new project (TS) and it worked perfectly.
on the other hand doing tests, determine that the problem is in the “homepage”: “metronic8 / react / demo1 /” in package.json file
what it determines is that app.tsx uses the basename of the index.tsx USA : const {PUBLIC_URL} = process.env
so my firabse serive worker didn’t see the file: firebase-messaging-sw.js
therefore my final solution was to place Homepage” in the package.json file and now my application can read my Service Worker.
Now, having said all this, was it a correct solution? I will not have problems in production or development to rename the homepage?
I hope I have been clear and also collaborate with some suggestions ..
Yes this is a correct solution since in our case we are hosting theme on metronic8/react/demo1, but you should specify the path of your host.
You can read more about the “homepage” property in the official doc: https://create-react-app.dev/docs/deployment/#building-for-relative-paths
Regards,
Lauris
Hi I’m getting the following message when login ‘The login detail is incorrect’ I’m using react demo1 and also I use Mobx with react is there any way to remove redux easily from the demo1?
and one thing more there is no starter kitt avilable
thanks
Hi,
To login successfully use account “admin@demo.com” and password “demo”.
To remove redux you need to delete redux initialization from file react/demo1/src/index.tsx and then you will need to rewrite auth redux module in folder react/demo1/src/app/modules/auth/redux.
Sorry at the moment we do not have react starter kit, we will consider to add it in upcoming future.
Regards,
Lauris
Hi keenthemes,
You can’t edit or write numbebers in the Time Flatpickr on boostrap modal even date/month selects for Date flatpickr version in Modal.
The flatpickr is useless in Bootstrap Modal. Lots of people complaining in the github about it, the bug itself is from years ago…
Even with the removing of the tabindex=”-1” it doesn’t work…
Can you guys suggest or implement another solution.
NB : Our App is massively based on Bootstrap modals, and a lots of date and time inputs. (it feels weired to not be able to write numbers in Time pickrs in bootstrap modals and use instead the arrows.)
thank you guys.
here’s a woring jsfiddle link for the issue : https://jsfiddle.net/9n83t10o/
And here one of the related topic about it : https://www.higithub.com/flatpickr/issue/flatpickr/2502
any good JSPicker that you know it works in Bootstrap Modals ?
Thank you.
Hi,
Thanks for your feedback.
We will check and try to find a workaround. If you know any better JS Datetimepicker plugin please let us know. So far we could not find other solutions. Will check further.
Regards, Sean
Same thing here Sean
, I’ve been digging the net for a better DateTime Picker, but almost all of them had something anoing (Some use modal to show up, some bugs, ...)
I’ll let you know if I find an interesting one;
Please keep me postge if you do find a work around.
thank you Sean.
Hi
,
As there is no known fix on the net we are digging the Flatpicker source code to find out the issue and apply some workarounds without changing the source code. This may take some time and if we are lucky we will provide the fix in the next update along with other improvements and fixes that we have already done since the last update.
Regards, Sean
That would be great since I based all picker on flatpickr already, include it deeply in our app, hook it with the languge system, and so on, it is deeply integrated to our app,
It would be so hard to change to another solution. but if we are face too, we don’t have a choice..
thank you Sean, Thank you so much.
Sure thing, thanks for the feedback appreciate your contribution!
It seems to be some issue with Metronic 8, Select2 and Input groups – even in docs site in mobile view. Elements are wrapped to next line – please look at attached screen. https://i.ibb.co/WKb0R97/screen1.png
Also, when selected option is long, a Select2 field is expanded out of the box (instead of truncate text in select field) https://i.ibb.co/6rWcWWL/screen2.png
Hi
,
Thanks for your feedback. We will fix it in the next update. You can easily fix it by adding “flex-nowrap” to the input group root element:
class="input-group flex-nowrap"
Stay tuned for updates via https://twitter.com/keenthemes and https://www.instagram.com/keenthemes
Regards, Sean
Yes, the first problem I had fixed the same way
But the second issue still exists – field is expanded out of the box when selected option text is long. Please look:
https://i.ibb.co/V9Czs4J/screen3.png
Hi
,
Please try to add the overflow hidden class to the select2 input parent container:
class="overflow-hidden flex-grow-1"
Regards, Sean
It seems that it fixed a problem
Thank you
Glad to hear that
All the best with your projects!
How to use Select2 in Angular 12?
Hi,
Select 2 is a jQuery plugin and to use it with Angular you will need to include jQuery in your angular app. If you need any further clarifications please contact our support via support@keenthemes.com
Regards, Sean
Hello! how to update laravel version assets with html assets ?
Hi,
You can refer to Laravel assets folder; resources/assets/ in core and demo folder. Get the updated files from HTML version and replace it in the folder
Thanks
I’m having a weird issue with the topbar user menu, when i click on the submenu for the languages it adds transform: translate(-1920px, 152px); but it should be -275px so it’s not showing as shown in this screenshot https://imgur.com/l6jkGxt I cannot find where to change this so right now my menu sub menu dropdown is not working correctly, can you please guide me on where to look to solve this issue? thank you in advanced!
when I hover the menu-sub-dropdown it automatically adds this style “style=”z-index: 106; position: fixed; inset: 0px 0px auto auto; margin: 0px; transform: translate(1920px, 152px);”” < but that translate its wrong since it has to be -275px
Hi,
The transform value is automatically added by the bootstrap dropdown.
Could you please refer to the dropdown submenu in the latest version laravel Metronic laravel? Please verify if the HTML structure also is same with the demo.
Thanks
yes its the same, i have replaced once again the assets folders from metronic 8.0.31 laravel and still facing the same issue, this is only happening in the topbar no matter where i put any nested menu it just dont work
Hi,
Could you please check if this option exists in the dropdown attribute? Please try to add it as well.
data-kt-menu-placement=”left-start”
Thanks
yes, I have it like this:
<div class="menu-item px-5" data-kt-menu-trigger="hover" data-kt-menu-placement="left-start" data-kt-menu-flip="center, top">
</div>
data-kt-menu-flip="center, top"Also please make sure you are using the latest version since we did some fixes for KTMenu plugin in recent updates
Didn’t work, can you guys please update the laravel version with the html assets so we can use the same when using laravel version, I had the problem when tried to update my metronic 8.0.30 with the html assets 8.0.31, please update laravel version in next update so we can have the same, thank you guys
Hi,
We will update the assets with the similar version of HTML in the next updates soon.
Thanks
Hi,
We will try to release the next update in a few days.
Regards, Sean
Hello the same problem i am facing you guys have it in your demo site. https://preview.keenthemes.com/metronic8/demo1/index.html <- try to hover on the user menu under My Susbscription or Language, and you’ll see it’s not working, it’s the same problem I have, please check and fix before releasing the new update, thank you
Hi
,
Thanks for your feedback on this. We will check it further and fix it asap.
Regards, Sean
is there a quick fix in the mean time? so I can keep working on my project?
Hi,
The issue was caused by @popper v2.11.0 plugin update. You can use the last stable version for Metronic in package.json
"@popperjs/core": "2.10.1",
And remove node_modules and yarn.lock files from the tools folder and rerun yarn.
We will release the official fix shortly.
Regards, Sean
Thank you Sean, with version 2.10.1 it’s working perfectly
Great! Thanks for helping to detect this issue 
I am trying to use Metronic 8 with Angular, I have an issue creating my first page. I am always staying in the Login page /auth/login although I have added my new page in the routing.js. is there any tutorial on how to work with Angular and Metronic 8 perhaps ?. The file structure seems to be different in demo1 Thanks Domnic
Hi,
Please add the page route in this file. demo1/src/app/pages/routing.ts At the moment, we have no tutorial for Angular yet. We will consider adding it in future updates.
Thanks
Thank you that works.
Glad it worked 
Thanks
Hello, I sent an email request for the Figma file along with my purchase code. Please let me know. Thank you
Hi,
Sorry for the late reply. May I know your email address just to make sure if we sent you it.
Regards, Sean
Hi, How can I turn off or hide the block at the end of the process? my code: https://jsfiddle.net/4e0n6c3u/
blockUI.release(); ok not now problem. Sorry
Hi
,
Noted, glad to hear that
Regards, Sean
hi, is there jsx version of metronic 8 react.
Hi
,
Thanks for your interest in Metronic. Our Metronic React version is available only TS format.
If you need any further clarifications please let us know.
Regards, Sean
where should i look for this restriction before buying product.
Hi,
We will update the item page main banner with this info. Thanks for pointing out. Nowadays Typescript is now becoming defacto language for React and Angular/Vue as well so support it following to this demand. Please contact support@keenthemes.com for more info.
Regards, Sean
Dears , Angular App in dashboard component when call api and fetch data in dashboard.html (*ngIf) not updating when variable changes angular.
can you help please.
Regards
please show image
https://ibb.co/RHm05SRHi,
We used onPush change detection strategy for performance. You can disable this by removing changeDetection: ChangeDetectionStrategy.OnPush.
Or you can use below code to manually update the UI render.
constructor(private cd: ChangeDetectorRef) {}
refresh() {
this.cd.detectChanges();
}
https://www.digitalocean.com/community/tutorials/angular-change-detection-strategy
Thanks
Hi Sean, do metronic supports Blazor Web Assembly? It runs fine in Blazor Server though. Thanks
Hi
,
Thanks for your interest in Metronic.
At the moment Metronic does not support Blazor Web Assembly.
But the server side Blazor is well supported.
Regards, Sean
Hi ,
We are developing after purchasing a nice template.
https://preview.keenthemes.com/metronic/vue/demo1/#/dashboard" Demo1 on the page above seems to be different from the downloaded example, but I leave an inquiry to ask where I can see or use it.And I want to see the user management’s role management page, which is also not in the template file I received. How can I access these data?
Please check. Thank you.
+For your information, the template version I received is “metronic_v8.0.29”.
Hi,
The link you provided is Metronic 7 but by default in the zip file we include the latest version of Metronic 8.
You can check the preview of Metronic 8: https://preview.keenthemes.com/metronic8/vue/demo1/?_ga=2.181302055.1410581411.1638197076-1635915368.1606869404#/dashboard
If you need Metronic 7 you can contact our support via support@keenthemes.com and ask for access to Metronic 7 repo.
Regards,
Lauris
Do we have separate plugin for select picker? (HTML version) We want to use selectpicker instead select2, please provide separate plugin for the same.
Require bootstrap select in Metronic 8 update
Hi
,
Thanks for your feedback. It seems Bootstrap Select just had a new update with Bootstrap 5 support and we will provide the integration for Metronic soon.
Regards, Sean
Any update on - Require bootstrap select in Metronic 8 update
Hi,
Thanks for reminding this. We will prioritize this and try to release as soon as possible.
If you require further assistance, please create a ticket using the link below. KeenThemes will help you out.
Click Here to Get Metronic Support
Regards, Sean
We are not able to download all the demos. Only demo1 is available. Request to check and revert.
Hi,
Due to popular requests, we understand that packaging 5 frameworks with 21 demos into a single 4GB download file can be quite daunting. Therefore, as an alternative download option, we’ve decided to split our demos into individual packages for your convenience.
Simply sign up to our official developer portal and head over to the Metronic demo downloads page to pick your demo. You’ll need to enter your purchase code for us to validate your purchase.
Regards, Sean
Still not received any update on Select Picker. We want multi select component like select picker. Request to provide separate plugin. thanks
Hi,
Sorry for the delay, It’s in our todo list along with other important tasks and we will do our best to release it soon.
Regards. Sean
Still not received any update on Select Picker. We want multi select component like select picker. Request to provide separate plugin. thanks
Hi,
It’s in our todo list we will release it as soon as possible.
You may check Select2 and Tagify for multiple select feature: https://preview.keenthemes.com/metronic8/demo1/documentation/forms/select2.html https://preview.keenthemes.com/metronic8/demo1/documentation/forms/tagify.htmlWe invite you to join our products community at https://devs.keenthemes.com/. There you can get assistance and guidance from KeenThemes core developers and community members.
Regards, Sean
Any update on – Require bootstrap select in Metronic 8 update. We are still waiting. Not getting any proper solution for the same.
Hi,
Unfortunately Bootstrap Select does not support Bootstrap 5 yet. In the meantime you can use Select2 with fully compatible with the Bootstrap form controls and states: https://preview.keenthemes.com/html/metronic/docs/forms/select2Regards, Sean
Still not received bootstrap select in Metronic 8 update. Please do the needful
Hi,
Please note that Bootstrap Select does not have an official stable version for Bootstrap 5. yet Current version https://yarnpkg.com/package/bootstrap-select is not usable with Bootstrap 5.3.0. We have tried it but did not work with Bootstrap 5.x dropdown component.
Regards. Sean
Hello! because layout 9 and 17 ARE EXACTLY THE SAME
Hi
,
Thanks for your feedback.
The layout might look quite similar but the style and color scheme is quite unique.
Regards, Sean
Hi Guys. Great job. I love your theme. I see your Figma design is outdated. Its missing demo 13 and above. Any idea when the design will be updated? Thanks!
Hi
,
Thanks for your feedback. We will provide the latest Figma file in the next update.
Stay tuned for updates via https://twitter.com/keenthemes and https://www.instagram.com/keenthemes
Regards, Sean
Hi Sean, Any idea when the next update will be? Next week? Next month? 
Its going to be this or latest within the next week. 
Hi Sean. We are urgently waiting for demo 15 in the design. I have a developer scheduled, but we need to make some changes in the design. We thought the design file would be complete. If demo 15 is already finished in design, could we get it already? So that we can move forward? That would be fantastic!
Hi
,
Sure, please contact our support via support@keenthemes.com and we will provide you asap.
Regards, Sean
Will do! Thanks
You are welcome )
Hi Sean, I haven’t received a response back from the support team. Could you please check with them? Thanks!
Hello,
We are upgrading our Figma file at the moment and we send it within today. Thanks for your patience.
Best regards, Bob
Thanks Bob! We really appreciate it.