Metronic Mega Update!Tailwind 4, React 19, Next.js 15, KtUI, ReUI, eCommerce, User Management Apps and more
Explore Update

All Questions (6037)

I am using METRONIC 8 DEMO 2 (SAAS application) theme. I have created a new service and added an HTTP method to call the APIs. When subscribing to the API response in component.ts inside ngOnInit, I am not getting the exact behavior like angular. Expected Behaviour: When subscribing the data i...
Hello,I am using VueJS and Metronic HTML template, I am using this widget https://preview.keenthemes.com/metronic8/demo1/widgets/feeds.html but the cards are rendered inside a for loop.The dropdown menu is not showing :
Unable to load the chart of class 'kt_charts_widget_19_chart_1'
Hi, I just bought Metronic 8. The demo1 React app for Metronic 8 does not have all the demo functionality the HTML version has. Is this deliberate or I didn't download the right thing. PS: I bought the full global pack.
Hi, I'm trying to add new event dynamically in javascript code. I didn't be able to do it. Can you help me please?It should be nice to initialize the calendar in the html page instead of js file like in the downloaded theme. Thank you in advance
Hello I bouhgt the Blazor theme from themeforest.net/but i only got the dashboard page i didnt get all the other pages i paid for ? can you please help me
Hello,There is a problem with the KTDatatable loading screen.It is light in dark theme and dark in light theme.Changing the order of the colors breaks the whole theme.What is your recommendation for this?Thank you.
How i can use the accordion component in angular version need to make component like that+ Requirements List - item #1 - item #2 - item #3 - item #4and this menu is collapsible
Hi Mate,I am facing issue using metronic 8.1 . it conflicting with existing jQuery v1.12.4 in asp.net mvc.its showing lots error. _initializeBackDrop is one.
Hello,how can I toggle the menu so clicking on the toggle button it collapse then the full space is gained?ThanksPaolo
Hi,I'm using Metronic 8.1.4 and I noticed a bug regarding select2 (inside a form).When I reset the form (by clicking on input type="reset") the form itself reverts back to its default values but select2 keep showing previuous values (seems more a visual inconsistency).You can reproduce yours...
Hello , Im trying to upgrade to the last release of the Metronic angular version. But im having issues with the layout all my previous modules are not taking 100% of the browser width . I have tried to create a fresh module and put the content of your "Profile -Overview " but it does the same...
I'm using the metronic 8, but the build speed is too slow. It takes about four or five minutes I wonder if there is a way to improve it. For example, I want to know if I can use vite instead of webpack-rtl or other packages.
Hello, the content of this page of bootstrap5: Browsers and deviceshttps://getbootstrap.com/docs/5.1/getting-started/browsers-devices/Is the content all compliant with metronic 8?Thank you
I'm needing the JS and CSS files for Angular version in demo 18. Are there possibilities? Thanks
I want to implement datatables.net drag and drop column functionality on Angular Metronic theme. But I am not able to get any workaround how to implement it here. Do you have any help for me. Thanks Reference: https://datatables.net/extensions/responsive/examples/column-control/colreorder.html
Hey there!I've just purchased your theme via the Bootstrap Theme page.Your doc state that there's a theme folder containing the Figma files, but I've downloaded keen_v3.0.0 and I can't find any.I need the theme Figma Design System to design a dashboard for our developers.Where I can find t...
Hello, metronic 7 also does not work in metron 8 from this code. I get a warning as "No data available in table". How can I fix this?function productTable() {(function() {var t;t = $('.m_datatable').DataTable( {data: { type: "remote", sour...
Hi thereI have installed Metronic React. I am looking to integrate with a Django based RESTful API backend service.Does the React theme come with any helpers for Axios (or other) integration with Restful API's?If no helpers, is there anything that needs to be done in theme to get this wo...
I'm trying to implement msal-react in Metronic so that my customers can log in and log out using Microsoft's Azure AD B2C like in this example:https://learn.microsoft.com/en-us/azure/active-directory-b2c/configure-authentication-sample-react-spa-appMicrosoft Authentication Library for JavaScri...
Hi,When I use the Metronic's KTPasswordMeter class it asks for a password of a minimum of 8 characters. ("Use 8 or more characters with a mix of letters, numbers & symbols."How can I change the minimum rerquirement to 12 or mor characters?I checked the Password Meter api documentation...
Hi,is JQuery installed by default in the ASP.NET MVC Core starter-kit or should we installed it ,if it is already installed , how can I consume it in my razor pages!?