public class KTIconsSettings{ public static SortedDictionary Config { get; set; } = new SortedDictionary(); public static void init(IConfiguration configuration) { Config = configuration.GetSection("duotone-paths").Get
Hi, I'm using the HTML version of the Medtronic Sales Tracking App template in a Blazor WebAssembly application.With some effort, I'm getting it working, but as soon as I want something generated programmatically, I receive many Javascript errors and something stop working.For instance, in the...
Hello!I was wondering if by any chance we will get the integration for the Blazor Web App template or for Blazor Webassembly?I have seen many questions here about integrations in other Blazor templates (more than 2 years ago..) but nothing.Personally I managed to develop an application a...
I follow instruction but when i try run `npm run buil` i got:PS C:\Users\Private\Desktop\metronic-blazor\blazor_demo1\Starterkit\_keenthemes\tools> npm run build> keenthemes@1.0.0 build> webpack>> Building...>> Failed to compile!ModuleBuildError: Module build failed (from ./node_...
Hi is there any place i can get this information? just bought the good template on the bootstrap site and saw blazor was supported and i'm currently stuck because i'm not able to use this template with blazor wasm, if it's not supported, any chance i can get a refund?
Hi, I wanted to download Metronic 8.1.14 Blazor Demo1. After keying in the item purchase code, the download button was spinning but nothing had been downloaded.
Hi, I purchased the Good theme, and it was React version when I wa purchasing. Opened the files and realised it contains DJANGO FLASK versions but not the react version. Now im in huge trouble, could you please provide me with the react version of the same template please.Thanks
I ran with the latest node.js a got this erro when I try to npm run build. I don't know how to fix this issue. Anyone know how to resolve this issue, please help...[webpack-cli] Failed to load 'C:\METRONIC\metronic_blazor_v8.1.8_demo1\blazor_demo1\Starterkit\_keenthemes\tools\webpack.config.js'...
Hi,We are making our site to support Accessibility using ARIA attributes and Keyboard navigation attributes . But we are not able to read the Toastr notification messages using tool NVDA screen reader for accessibility in Metronic8. Please help us to resolve this issue.Thanks & Regards,...
I have followed all the instructions @ https://preview.keenthemes.com/blazor/metronic/docs/getting-startedI used WebPack to dowload my dependencies, but when I buil, I get the following errorresolve './webpack/scripts.js' in 'D:\source\metronic_v8.1.8\blazor\blazor_demo1\Starterkit\_keenthem...
I plan to purchase your template. I'm wondering if you can provide me some pieces of docs of blazor wasm, b/c I didn't see much information about blazor in your documation section like pure html, react, angular, ...hope you consider m:)y demand :) thank you so much
I recently purchased a theme but am having trouble finding the Blazor .NET 8 template in the download section. Could you please help me locate it or guide me on how to access the Blazor .NET 8 template?
Dear Support,I've downloaded the latest version of tailwind (9.05) and followed the instructions on https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/blazor-serverwhen i tried executing "npm run dev"I get the error missing script.I checked package.json under scrip...
Hi,I am experiencing an issue with Metronic Blazor (metronic_blazor_v8.2.9.zip).I have provided a step-by-step explanation of how to reproduce the issue in the attached PDF file. Could you please let me know what I might be doing wrong? I was unable to upload images here, so I compiled every...
You have a great Theme API page documented here:https://preview.keenthemes.com/blazor/metronic/docs/theme-apiBUT, where would I inject and call this service? I'm looking to implement the sticky header, so according to the API page, I should use:KTTheme.AddHtmlClass("body", "header-fixed...
I've been trying to convert Metronic demo39 HTML to a Blazor project, and it loads and renders fine on the first load, but as soon as I navigate to a different route, the data-bs-theme that Metronic adds onto the element is being removed, causing formatting from the CSS/SCSS to break.I've...
Hi KeenThemes Supports,There are few methods described in Metronic 8.1.2 Documentation, But I could not find those anywhere in Blazor Server app.e.g.addVendors(string[] vendors)addVendor(string vendor)addJavascriptFile(string file)addCssFile(string file)getVendors(stri...
Hi, we purchased Good – Bootstrap 5 HTML Admin Dashboard Template and follow the same instruction to implement it with Blazor. but getting issue. Please resolved as soon as possible.
I have added the page title tags on every componentMy Page Titlebut that's not working browser tab is showing default URL of the page.Where are the settings which need to change.