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

All Questions (6390)

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
When ever i change the direction from one user it change for the other user too. the problem i understand is below service r singleton. builder.Services.AddSingleton(); builder.Services.AddSingleton(); But when i change it to scoped i even cancot...
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...
Good morning, I purchased the license expecting to find demos based on Vue.js, but they're not in the files I downloaded. I probably misread what was provided, but the themeforest website seemed to provide examples for Vue as well. I wanted to ask if you plan on releasing demos for Vue.JS in the nea...
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 ??= []) { ...
const statusEl = document.getElementById("statusFilter"); let statusSelect = null; if (statusEl && typeof KTSelect !== "undefined") { statusSelect = new KTSelect(statusEl); } statusEl.value = ""; $(statusEl).trigger("change"); doesnt seem to work while trying to re...
hi i am using metronic v8 with angular v18 and i got a problem with RTL style file when change language to ar (RTL) I typed this code in app.component.ts ngOnInit() { this.modeService.init(); const lang = this.translationService.getSelectedLanguage(); if (lang === 'ar') {...
Hi there, I can't for the life of me figure out why I'm having so much trouble getting sorting to work in the KTUI datatables. I am pasting in the first example from official docs: https://ktui.io/docs/datatable, and the table displays but sorting does not work. I also noticed that on the official m...
hey, i just want to know do you guys have RTL support for vue js currently ?
Hi, it's possible to have the HTML of the SaaS Landing page that is in next.js?