Super Sale Limited Time 50% OFF for All-Access Plans
Save 50% Now

Metronic (5222)

Hello, I am using tailwind demo 10 for my laravel project, I'm using latest v9 build I would like to know how can I change the color of the borders and increase its opacity, also can you show me the available configuration for data table columns for remote data source, from Ktui docs I can only s...
hello in my metronic-tailwind-html-demos/dist/assets/ directory i dont have /styles/app.css i folow the guide in the section #Integrate Core -> step 1 thanks for the helping
Dear team, I have a problem with KTSelect now when I initialize after calling Ajax and add select into drawer then dropdown of Select does not appear in correct position as shown in image. How can I adjust it so that option of select shows in correct position Best Regard, Hoang Le
Hello, Do you have any documentation to integrate Symfony and React template of Metronic? thank you
hello, Data table remote source, how do I use search option using vanilla js? I checked ktui documentation but you don't have a sample for it, I'm using latest metronic build v9+
I have a working angular project with metronic 9.21. I now want (need) the bugfixes from 9.3.1. I tried using the files from metronic-tailwind-html-demos/dist/assets and overwriting my local files with these. Now I get many syntax warnings from the styles.css: Expected identifier but found "&"...
The selected value is not show, the select is empty, this is my code:
I just downloaded my latest version of metronic. I am new to laravel. I downloaded laravel herd. When setting up a new project i just selected "laravel" not a starter kit. Going through the docs, do I follow from top to bottom on the laravel install section? Or since I already setup via herd d...
Is it possible to use the version 9 with vue ? I haven't found any reference on zip files I have downloaded. Kind Regards, Fabio Drago
The component make the call to the server but the results are not displayed under the search input text. This is my html code:
I’ve updated Metronic to version 9.3.0 and KTUI to version 1.0.23. There are still the following issues: 1. KTSelect Component When using Remote KTSelect, the selected value is not returned —
Goodmorning. I've got some errors during the installation process. I've downloaded the latest version of metronic from themeforest. I want to start the installation but I can't find the folder metronic-tailwind-html. I try to use the folder metronic-tailwind-html-starter-kit during the installatio...
Hi Sir/Madam. I've purchased Metronic | Tailwind, Bootstrap, React, Next.js, Vue, Angular, Laravel Admin Dashboard HTML Template on Envato. Love it and thanks for including the Figma file in the bundle. That's is for a personal project. I am also working on a project using ASP.NET ZERO whic...
Hi, Is there a link to how I would install and configure the Metronic Dashboard with a fresh Blazor WASM project in Visual Studio 2022 (or any version)? I have searched previous articles, but the links are either broken (but only Server Side) or the replies are 3 years old. Thanks Steve
Hello, I use metronic_angular_v8.3.1_demo7 I have tried to customize the colors of my theme( like _variables.custom.scss file) , but the changes are not reflecting no matter what I do. I am not sure what the problem is. . Could you please guide me with detailed steps on how to properly modif...
I'm trying to publish the Figma file as a library so my team can use it in a project where we are using Metronic as the template. However, when I click Publish in the file, I get the following error: "Publishing failed: Please reload the page to publish." I followed the instructions provided,...
When I tried to send an invitation to my GitHub collaborator for accessing Metronic 7, I received the error 'Username not found.' After further investigation, I found that the username was indeed incorrect.
I bought metronic template from envato market and I want to download version 7 . I can only download metronic 8. Can you help me, how can i download metronic 7 ?
I'm using KTDatatable for reference "https://ktui.io/docs/datatable#basic-usage". But, I don't know how to refresh data in KTDatatable by local information. Can I refresh KTDatatable with JSON or dynamic rendered local HTML?
I'd like to search KTDATATABLE with the desired parameters. If I press a certain button, I want to change the appiurl of ktdatable to draw new data. If the URL can be changed, how can I put the INPUT data I want as a parameter? Right now, page, size, sortOrder, and sortField are automatical...
Hi, I am using metronic theme with blazor webapp dotnet 9. I have this code: @foreach (var parking in Parkings ??= []) { ...