Hi,I see the aside menu has 2 themes, dark and light, but it's not applied:/** * Set the aside theme * @returns {string} */export const asideTheme = computed(() => { return useConfigStore().getLayoutConfig("aside.theme");});How and where can I use this?
Hello,I am using the Metronic library. I have a small screen that opens with Modal, the scrollbar is enabled on this screen and I can navigate the content with the scrollbar.When I scroll down with the mouse scroll, sometimes I go out of the Modal.I can explain this more clearly with the...
Hello!Do you have any suggestion/examples on how to connect FormValidation with the examples in Metronic9?Metronic8 use FormValidation.io, but Metronic9 dont mention anything about it.It doesn't need to be FormValidation plugin itself, but ant other that can be added to Metronic9 Forms....
If I use the files found in the downloaded demos, everything works as expected.However, if I try using the code form the layout builder, then the layout is broken.The demo code has classes in the body tag, but the layout builder uses data attributes.Is there something that needs to be do...
Hello,You see I have assembled the base project of vue from the official vue repository of metronic and when I implement any html code such as the dashboard of the demo 1, looking at the demo preview of the official website I notice that my dashboard is less wide and I do not understand why....
I am unable to access the following URL: https://1.envato.market/EA4JP to purchase the Metronic framework. I keep receiving the following error message:"This site can’t be reached.Check if there is a typo in 1.envato.market.If spelling is correct, try running Windows Network Diagnostics.DN...
Our previous Developer bought the Responsive Admin Dashboard Template on his personal account and I would like to get access to download/receive the purchased theme. I have the license with all the details for the purchase. We are unable to get in touch with the developer and he only left the licens...
I want to make the second column in datatable to have the responsive button, not the first one. I have tried different ways it works but not as I want when I use the design on the phone I need to scroll left to see the buttons and I have added the button manually:the JS:datatable_options = {...
I am currently working on migrating a project using Metronic, specifically leveraging the Tailwind-based demos. I noticed that some interfaces are marked as "coming soon" and wanted to inquire about their expected availability.Could you kindly provide an estimate on when these "soon" interfaces...
Hi Team,We’re using Select2 for our dropdowns, and we’ve enabled users to add rows dynamically in the form. We were using select2 on those rows. However, when new rows are added, the Select2 dropdowns do not initialize correctly for the dynamic data.Could you please look in to it?Thanks!
I feel dumb having to ask this question, I'm trying to learn next.js and use this template on my project since I already had it for angular.I did the integration steps provided in:https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/nextjsafter that Im lost on how to int...
Hi, I am using metronic_html_v8.2.7_demo7 Datatables.$('#categories_list').DataTable({responsive: false})Even if use responsive:true or responsive false its automatically adds markup to table. that shouldn't added automaticallyi want to use my own markup in h...
Hi,Please I would like to know how I can use the metronic Asp.net core template with datatables, to activate it using what I will normally do this:$("#kt_datatable_zero_configuration").DataTable();
Hi there, I'm using Metronic 8 for ASPN .NET Core. Icons work correctly on localhost but when I deploy it to a staging site I'm not able to see the icons. I see a white square instead. I've been researching about this issue but I found nothing about it.
Hello, I have a problem using metronic 8.2.X laravel starter kit (didn't test previous versions) with "wire:navigate" Livewire v3.4.When page fully hard reloaded, all javascript works fine (menus, steppers, dropdowns, ...), but after clicking on link with "wire:navigate" this functions stop work...
Hi,When I tried to install AG Grid (data grid - https://www.ag-grid.com/), the installation went smooth, however when i tried to follow up their simple grid tutorial getting loader errorI tried importing the ag grid style css in "styles.scss" file - getting the same error, even when i tried...
We are building an API and currently exploring options for the frontend. I have a few questions regarding HTML usage. Can we fully utilize it like in React, for example? Is it possible to handle sending requests and dynamic interactions with JavaScript, or would it be more like a static HTML skeleto...
Hi,I'm trying to create a new project using Metronic 9 and I'd like to use the demo5 but it's unclear how to do that.Is there a place where I can find the tailwind.config.js for demo5 ? In the public repo, it's only for the demo1.Can you update the documentation to select a specific demo...
I've noticed several classes are missing in assets/css/styles.css file.They are present in Docs tho /docs/dist/assets/css/styles.cssFor example:This menu pagehttps://keenthemes.com/metronic/tailwind/docs/components/menuUses this block to show the accordion a...