Super Sale Limited Time 50% OFF for All-Access Plans
Save 50% Now

Metronic (5222)

Please, I'm not able to keep the system authenticated. I login, access the API without problems. But when creating a new service, I can't configure the Url to keep the system authenticated...
Hi i am asking is there any plane to make and example of Laravel inertiajs metronic 8 integration, it is very important please. Thank you
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 example https://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 module at 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.1653640449 We purchased the React js version, but I see much less functionality than here: https://preview.keenthemes...
Hi, In a similar notion to the question I asked here, https://devs.keenthemes.com/question/alert-style-does-not-initialize-according-to-documentation I have encountered an issue where the theme for select2 dropdowns does not initialize correctly with supplied documentation https://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.1650200434 but 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...
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.
I have decided to reverse engineer the React version of Metronic 8 in order to get a better understanding of the codebase and setup. However, I am having trouble understanding the props in AuthProvider. I have added the following code in my index.ts: const root = ReactDOM.createRoo...
Hello, I have a problem creating a modal inside another modal. I tried different ways. For example: https://thewebdev.info/2022/05/08/how-to-open-another-modal-in-modal-with-bootstrap/ - Every time I try to open the second modal, the first one closes. (The problem will be Metronic. It works on...