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

Tag: Metronic (1602)

Hello,I have bought the Metronic theme a few months ago and I want to develop a project with it on a server with PHP 7.4 so I need a version with Laravel 8 and not with Laravel 9. However on my Envato account I do not have the possibility to download previous versions of Metronic.Is it possi...
How can I upgrade to php8 in metronic 8? Will it cause errors?I want to install composer packages but they require php 8.
I see this documentation.https://preview.keenthemes.com/html/metronic/docs/general/datatables/subtablein javascript the child line is getting by position, but I want to get the real line by the id, both of the parent and the child.did you have a example or suggestion?
Hi, I am having difficulties in react theme to create custom layout without affecting the Master Layout. Whenever i made change in custom layout, it effect the Master Layout too. Will you guide me to proper documentation or any video you have .
Hi,I'm using Metronic 8 with Laravel, and there are some tables such as 'roles', 'permissions', 'role_has_permissions', 'model_has_roles' and 'model_has_permissions' to handle authorization.I couldn't figure out how to use these tables, especially last two tables. Also, there is no field in a...
Dear members,We are using Metronic 7 with Jquery 1.7. Can we use it with Jquery 3.5? If so, can you please guide me.Thank you,Anup
Is there a reason why the entire font-awesome class set was removed from the global plugins.bundle.css file
The changes I make in the settings in general.php have no effect. e.g;// Aside 'aside' => array( 'display' => true, // Display aside 'theme' => 'light', // Set aside theme(dark|light) 'menu' => 'main'...
Issues with menu position, and i cant understand why menu is jump to left-top. I use default menu html inside card:
Hi, Do we need to publish a document for proven the license in production environment ?Regards.
Hi, i've just bought the Metronic theme on Theme Forest. When i see the documentation, it sends me here to download the templates. How can i do the download since i havent bought on KeenThemes?The theme that i boughthttps://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021...
Hi,I'm using VUE componentes and I find some issues with charts / widget3 component.1. The 3 top righ buttons (Year, Month and Week) buttons doesn't work (I click and nothing happens);2. I'm not able to internacionalize the x-axis and mouse tip (I cannot transate the name of the months t...
I'm using the menu for my "Filters" like in the examples. I want to not close the menu unless the user will click on the close button.I tried data-kt-menu-static="true" and data-kt-menu-permanent="true" but it doesnt work.Any can help how to use the static and permanent option properly?
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...
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
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) {...
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...
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.
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...
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
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.