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.ThanksSteve
Hello,I use metronic_angular_v8.3.1_demo7I 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...
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...
hii am using metronic v8 with angular v18and i got a problem with RTL style filewhen change language to ar (RTL) I typed this code in app.component.tsngOnInit() { 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...
I received the email this morning informing me that the "Bootstrap Themes market" has shut down (not sure what the Bootstrap Themes market is). That prompted me to go see if I could download the latest of Keen and when I login to the keenthemes.com site and go to downloads, it's blank. So I went b...
Hey,I have purchased both metronic tailwind and composer.Extracted both packages to my projects folder.The metronic package at root looks like this: figma metronic-tailwind-html-demos metronic-tailwind-html-starter-kit metronic-tailwind-nextjs-landings metronic-tailwind-r...
I've got a license code for 9 and it says I can download 8 but I can't seem to access find where it is. How do I get access to the google drive for 8? I don't want 9 because I'm not a fan of tailwind.
When I manually add options to the select via JS, they are displayed correctly in the dropdown, but when I click, I do not see the selected items in the select input.The issue happens only if the select is in a modal. The option in the dropdown menu is not selected, but when printing the selecte...
Hello, I was working on with Laravel integration, I am using the git repo then modified it to display my contents, I was able to make it run but seems like some of the pages are not rendering properly. I dont see any console error and all assets are loaded status 200here's a sample screenshot...