Introducing ReUI:Open-source UI components and apps built with React, Next.js and Tailwind CSS
Browse ReUI

All Questions (5949)

Hi keenthemes,The Slider appears to not work in RTL Landing page, although it is working on the LTR .. ??Here : https://preview.keenthemes.com/metronic8/demo1/rtl/landing.htmlthank you
I found some error messages while compiling Vue version of demo8 downloaded from the site, and all of them are on "endingShape": "..." in ApexChart.endingShape is deprecated long time ago since ApexChart 3.27 but Metronic8 demos are still using this, which is quite surprising.
How to update this server side https://github.com/mcintyre321/mvc.jquery.datatablesJquery datatable to KtDataTable in asp.net mvc?HTML KTDatatable metronic v8
Which version of jquery and bootstrap using in metronics 8.1 and the latest metronic?
When did you plan to release a Symfony and CodeiGniter version ?
How to change the document title in the export datatable feature?For example, export datatable to excel (ecommerce app), the title is SHIPPING REPORT, I want to replace it with a title that suits my needs.Thank you
Where can I find the KTDatatable in v8, as I'm seeing in components only Datatables.net and yours are more smooth, besides with the regular setup of Datatables.net loads data with page rendering and if it takes too long will hangup page, but KTDatatable waits until page render and then loads data so...
Is it possible to use Metronic theme in Asp.net MVC project instead of Asp.net core ?
Hi, I wanted to download Metronic 8.1.14 Blazor Demo1. After keying in the item purchase code, the download button was spinning but nothing had been downloaded.
I have succeeded in setup metronic 8 laravle package on my laptop, now i want to deploy it to cpanel. but i dont understand how to make it work. i have upload it and set the index path to public folder, but it just simply dont work on cpanel. the error state that unable to handle this request. do i...
Hi, I see Axios is already installed in package.json, but why is it still causing axios is not defined when we call axios on our script? isn't it already on plugins.bundle.js? Why select2 and sweetalert 2 can be used just using plugins.bundles.js? Thanks.
I purchased this theme https://preview.keenthemes.com/metronic8/I am using your angular version of demo 4but I didn't get all the pages that I saw in demo4. So I use the same HTML+CSS structure and inject it into my Angular code and it worked to look the same as in the HTML version but the JS fu...
HiI try to use "kt.menu.dropdown.show" to catch when the user dropdown menu is open.But on vue3 and Metronic 8.0.38 I get this javascript error:Uncaught (in promise) TypeError: _layout_header_Topbar_vue__WEBPACK_IMPORTED_MODULE_1__.default?.reinitialization is not a function...
xconsole.log(store.getters.currentUser);returns : {id: 402, first_name: 'x', last_name: 'y', email: 'xy@gmail.com', email_verified_at: null, …}expected return : { name: 'x', surname : 'y' ... }
How we can trigger events manually. for example, I want to remove image if greater then specific size.var imageInputElement = document.querySelector("#kt_image_input_control");var imageInput = new KTImageInput(imageInputElement);imageInput.on("kt.imageinput.changed", function(e) {...
Dear Sir/Madam,I am interested in your Metronic theme for Asp.Net Core or Blazor Are all the pages fully implemented for these platforms?Thank you.Dean
I am using demo1 laravel version and the ecommerce and other apps as they are shown in HTML are not there.Apps->ecommerce->catalog->projects does not exist in laravel. How can I integrate it?I am using metroni v8.1.2
I am using Keen v2.1.1 demo5 template in Laravel.The js plugins don't work and none of the icon libraries work, any solution? I attach my package.json and my webpack.mix.jsconst mix = require('laravel-mix');const rimraf = require('rimraf');const path = require('path');/*...
When I remove the JS from the 'Customers Listing' (kt_customers_table) table, then the table is not responsive anymore.I would like to use the table with a API because more than 1000 records is way to heavy for the html/js.Is it a bug or do I have to add a class to it?
I purchased KEEN V2 because I want to use it.However, the one downloaded from the mail is described as KEEN V3.Can I use KEEN V2?
Hi, I copied the search.js from /src/ folder and tried to use it. I put it on the bottom of the page but got this error message: fsearch.js:123 Uncaught TypeError: searchObject.on is not a function How can I solve this problem? and how or where is the place I can put an ajax request...