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

All Questions (6045)

Hello! When I try to load data used http services, always need to do other action before my data load, never load automatically, for example my service is listAll(): Observable { return this.http.get(this.variables.getServiceEndpoint() + '/clients/all/', {}) ....
Is there functionality for expandable child rows in KTDatables? Here's the native datatables examplehttps://datatables.net/examples/api/row_details.html
Hi Guys,I'm mixing core SASS and I'm having trouble with the variables. Can someone help me?I have fixed some of the variables myself but I don't think It is like a bandage. I want to use the Metronic variables.Sample missing variables is $theme-colors-rgb, $variable-prefix. Bootstrap...
i want show or hide depending which component is currently opened.suppose open dashboard that time i don't want to show aside but when i open the other component like profile or etc then i want show aside then how to do that in angular ?
Hi team,By cliking on the "print Invoice" button on the invoice-3.html, there is a strange scroll bar appearing in the PDF output file. Do you have a fix incoming for this ?Thanks in advance for your help on this.Regards,Ben
I do get the following error when running gulp --demo1 :/wallet-frontend/tools/gulpfile.js:1 import { cleanTask } from "./gulp/clean.js"; ^^^^^^ SyntaxError: Cannot use import statement outside a moduleat wrapSafe (internal/modules/cjs/loader.js:979:16) at Module._compile (internal/modules...
Recently today we have purchased Metronic Theme. But not able to download Demo2 SaaS Application Theme.We need to download above mentioned Theme .Please guide us how to download the theme.
We want to bind multiple Fullscreen Lightbox in one page as a result we are having a problem that it is counting more pictures than in that particular section i.e. It is counting total pictures of every Fullscreen Lightbox. Example we are having 4 Fullscreen Lightbox on our page each having 2 images...
Hi,I'm unable to get React & Angular specific sections in the Metronic 8 documentation and tutorials.I'd appreciate if you can share links relevant to setting up new React and Angular projects using Metronic 8.
Hi Team I can not see the forms element in the current metronic 8 version of themes. Kindly let me know how will i get the ready forms in my theme demo1 and demo 4.
Hello,How can I use the full html demo functions in React js?Here:https://preview.keenthemes.com/metronic8/demo1/index.html?_ga=2.76534995.795881907.1654612246-1458044279.1653640449We purchased the React js version, but I see much less functionality than here:https://preview.keenthemes...
Is angular theme available in angular 13 vesion?
Hi,All Metronic8 documentation pages are not working with "File not found" error.
Hi,I bought Metronic a while ago, but I rarely use it because I don't have time. (https://i.imgur.com/asGMNpg.png)Today, I want to install demo7 with Glup but it just installs assets, I don't see any HTML files. What should I do?Thanks & regards.
Hello. When I buy this product, will I have a forum that I can use in production with a working database like https://devs.keenthemes.com/?
Hi,In a similar notion to the question I asked here, https://devs.keenthemes.com/question/alert-style-does-not-initialize-according-to-documentationI have encountered an issue where the theme for select2 dropdowns does not initialize correctly with supplied documentationhttps://preview.k...
Hello,can you help me to use the RTL version of React Demo2,I tried the way in this documentation https://preview.keenthemes.com/metronic8/react/docs/docs/rtl?_ga=2.39990240.357919024.1654593330-2053407565.1650200434but it doesn't work at all.You also mention this way https://preview.keen...
Vue Api Service not connected to Laravel Backend API(Sanctum) because of Authorization Token.Here is my sample code: import ApiService from "@/core/services/ApiService";const getUser = async () => { await ApiService.get('user/me') .then((resource) => { consol...
I actually have a few questions regarding licensing and purchasing of Metronic:1.) My company has a preferred purchasing process that requires vendors to give us quotes and then we purchase the product through resellers. We generally have to get special permission to purchase products directly....
Hi,I want to make a live theme switch in my app.How can I compile both dark and light themes into 1 css file?I'm using vuejs.Thanks.