I'm implementing the Metronic on a brand new system and want to use the jsTree, but with radios instead checkboxes. As I couldn't found any documentation about any "radio" plugin of it I've need to make by hand. Is there any?Secondly, about the custom icons: I'm trying to use KeenIcons with duot...
Do I need to acquire separate licenses for each individual site within the same domain, or is a single license suitable for the entire domain, including its subdomains?asking for:https://themeforest.net/licenses/standard to purchase a site template with a Regular or Extended license
Hey, I have a django metronic theme and I have followed the documentation. But when I try npm run build as written in the documentation this appears to me:[webpack-cli] Invalid configuration object. Webpack has been initialized using a configuration object that does not match the API schema. -...
Hi. I have been trying to use Metronic Theme in an existing WASM Hosted project, but when i run the app, it throws an error, it can't find the file: themesettings.json.When i run your Blazor demo included in the download package, it runs without problems, but once i take the same directories and...
Hi there is an issue in react templates When I run "yarn rtl" script I get the following error I tried all the demos they all have the same issue: [webpack-cli] Failed to load 'D:\templates\metronic_react_v8.2.0_demo8\demo8\rtl.config.js' config[webpack-cli] Error [ERR_REQUIRE_ESM]: req...
How to disable tagging in SELECT2? When many items are selected - page breakage occurs.Screen: https://disk.yandex.ru/i/wa1dJ0OLgMTctgI was referring to the documentation. It says that it is necessary to set the "tags: false" parameter. I did that, but it didn't change anything.In the old me...
please fix this issue [Deprecation] Listener added for a synchronous 'DOMNodeInserted' DOM Mutation Event. This event type is deprecated (https://w3c.github.io/uievents/#legacy-event-types) and work is underway to remove it from this browser. Usage of this event listener will cause performance i...
Hello,Would be great to see DataTables sample with Search, Pagination in Blazor StarterKitMain problem huge datasets loading - page haltsI found DataTables init in KTSubscriptionsListSample works, but on bigger data quantities halts:private List hotels { get; set; } = new...
I have built HTML demo 36 of v8.2.0 and using it with Laravel 10. It is consistently failing to load any fonts because it always starts its URL with one more segment after the domain URL, like:https://domain/segment-1/fonts/keenicons/keenicons-outline.ttf?fzo4bmThis makes me believe that its...
I have already installed the theme for demo1. Now, I want to replace it with demo38. Should I directly copy and paste the HTML folder after downloading it from the layout-builder, or do I need to delete the old folder of demo1 first? Could you provide more detailed steps? Thank you very much.
How would I create a new theme with a color like light purple (like the Bootstrap color you included for info) for the sidebar? I would need the icons and text in the menu to be the proper color as well so they are easily readable.
I purchased "Keen - Multi-demo Bootstrap 5 HTML Admin Dashboard Theme" as a theme from the getbootstrap.com webpage. How do I use this with Asp.net core?Thanks.
Hello, I notice something in the metronic 8.2.0 angular, but also in the previous version, the last menu in the sidebar menu (left menu) don´t have the same behavior than the others.I explain, if expand any menu except the chat , the menu is expanded and the submenu is showed all , if I expa...
I have recently updated my Metronic to v8.2.0 specifically because in v8.1.9 the datatables implementation still used Bootstrap 4 intergration.However after the upgrade the Datatables are still using Bootstrap 4 and not Bootstrap 5.I checked the src/js/vendors/plugins/datatables.init.js and cl...
Custom Script not working and unable to get updated values on form Submit if we remove the class of your theme data-kt-app-sidebar-fixedthen Form Submit is working and if we use your theme class data-kt-app-sidebar-fixed not able to get updated values on Form Submit. using jquery and Javascrip...
DearI have a problem when I use 2 or more select2 multiple inside the menu.when i use 1 it works fine.apparently the problem is hereUncaught TypeError: i.on is not a function at scripts.bundle.js:1:8559 at Array.map () at Object.init (scripts.bundle.js:1:8058)...
Hi there,in Metronic Django version, once a slash in provided at the urlpattern of urls.py of the project as below:urlpatterns = [ path('crm/', include('crm.urls')),]assets of top right header get 404. If slash is removed, they can be loaded:urlpatterns = [ path('crm', include(...