Good afternoon,I am using Metronic 8.2.1 Laravel, and by default, it comes with the users table, and I would like to know how I can insert other tables, and what is the most appropriate way to do it. For example, fetching the tables from the eCommerce Catalog and using them.Could you please expl...
I tried to depoy React version (demo7) on vercel but it seems to be not working. I tried with both the edited version and the freshly downloaded version, and both seemed to show the same issue/error.Fresh Install - https://test-pink-eight-23.vercel.app/Edited Version - https://sales-ai-seven...
Hello, I would like to start a new project using Metronic theme and I am a bit perplexed if I should use one of React demos as a starting point or is there some empty React template/skeleton to start new React app? Mojo
Hi !I use Metronic 8 for Symfony, I use Select2 in a modal, and I try to set values in JS (Multiple values), but even when doing a .trigger('change') or select2:select, the values are not displayed in the input. On the other hand, when I open the dropdown, I can see my selected values, and when...
Hi,In Metronic HTML v8.2.1, the LIGHT SECONDARY text is invisible in some cases below- Badge: Light styleNewhttps://preview.keenthemes.com/html/metronic/do...
Can you offer the Metronic theme for Flutter applications? We're planning to develop a substantial Flutter application using this theme, and it would be highly appreciated if you could supply the Metronic theme for Flutter.Link: https://preview.keenthemes.com/metronic8/demo58/index.html?mode=lig...
Dears, I have an existing project and I want to apply the theme.Which files are needed to do so? Imagine that you are starting from scratch, which files should I import?I only care about the references needed I will take care of the rest.
Hello,is there any example of how to implement Draggable Cards (Basic example with one container) along with Form Repeater.The problem:What I need is to use Form Repeater to let users add multiple items. But what if we need to add an item between previously added items? I cannot find an wa...
Hello everyone,I'm currently working on a project using Symfony and the Metronic theme to develop an online application. I'm looking for a solution to integrate a tour guide functionality to help users navigate the application.I've explored a few options, but I'm wondering if anyone here has...
HelloI purchased Rider HTML Pro on 11 Nov 2023 and have been investigating it. I have a very simple non profit site in mind: 2 files: one is 360,000 rows, one is 210,000 rows that end users search and export a csv file.So my main focus has been on utilising the Datatable.net plug-in. I h...
I develop react typscript based on metronic_react_v8.1.8 themes, but have somw problem in build process.It's build successed, but when I try serve -s build, It's response only just loading with icon then dissappear not have anything else after that.I read for many question that similarity wi...
Hi everyone, the color of aside menu is not change with dark mode ?? why ?? here --> https://preview.keenthemes.com/metronic8/demo4/index.html?mode=light, aside menu change to dark color, but with my app is still with light color.. please ,, can you help me ??
Hello,I like to have this coming soon page on my site but i can not seem to find the instructions for ithttps://preview.keenthemes.com/metronic8/demo1/authentication/general/coming-soon.htmlCan you direct me to the instructions to place this on my site?I am using metronic within dj...
I want to make the dropdown menu's width be dependent on another element. The element's width itself is dynamic as I used the responsive-friendly classes on it. I am using Angular; I tried to bind the width using [style.width.px] but it only works for the first trigger. After closing the dro...
Dear,How do I disable/enable input text by Switcher?https://imgur.com/eTslxhGThanks in advance
hi Metronic TeamI am trying to add a product page to my Laravel project, but the JavaScript isn't functioning properly.Code part :1. add-product.blade.php>
In the Metronics dashboard, the "active" state for buttons isn't distinct, unlike in Bootstrap where buttons show differences between "hover" and "active" states.I noticed in the Metronics documentation, specifically at https://preview.keenthemes.com/html/metronic/docs/base/buttons#active-style,...
Hello,I get the following errorjohan@localhost:~/dj_containers/django_metronic$ python3 manage.py migrate:ERRORS:?: (urls.E007) The custom handler500 view '_keenthemes.views.SystemView' does not take the correct number of argu...
I'm using Metronic 8- Demo 6 React version. I don't require the toolbar anymore so I got rid of it. But when I'm doing so, I'm getting an extra space there. How to get rid of that extra space?This is a part of the MaterLayout code. , {/...
Hello am using metronic 8.1.6 and the dropdown on datatables is not working it just scrolls up, but i see on 8.1.8 its working how do i fix this on 8.1.6
Font Awesome Pro is a premium icon set and toolkit that offers over 8,000 vector icons and social logos for your website. You can use them to enhance your design, add interactivity, and create stunning effects. In this guide, we will show you how to set up Font Awesome Pro with Gulp and Webpack, two...
const drawer = new KTDrawer(document.querySelector("#BillDrawer"), { activate: true, escape: false, overlay: true, permanent:true, width: { default: '100%', 'md': '80%' } }); drawer.show();I used above code.When i press esc key, it's closed.Is there any wa...