Open-source by Keenthemes!Support our KtUI and ReUI open-source projects and help with growth.
Star on Github

Tag: Asp.Net Core (184)

The situation is that I use the theme Jet pro for my project in asp.net core MVC but the option for change the theme dark and light does not work in other views and with renderbody either, the theme charge in Layout principal but in other views not
[webpack-cli] Failed to load '/Users/djop/Downloads/themeforest-MCeQ2oV0-metronic-responsive-admin-dashboard-template/asp.net-core/asp.net-core/Starterkit/_keenthemes/tools/webpack.config.js' config[webpack-cli] ReferenceError: require is not defined in ES module scope, you can use import instead...
In gulp.config.js the following lines need to be fixed:src: "../src/{theme}/{demo}",common_src: "../src/{theme}/{demo}",The placeholder {demo} has to be removed to get the build working. Otherwise only the plugin assets will be generated.It should be:src: "../src/{theme}/",common...
Dear Support Team,I'm struggling to make the menus work when I press the button. We have aspnetzero 11.3 with Angular and Metronic 8.I got to the point that menus work when the page is initially loaded however if I have a button with a menu attached on the cards which dynamically load (lazy...
After I follow all the instruction here https://preview.keenthemes.com/asp.net-core/metronic/docs/getting-started ,I run dotnet watch. The website loads but there is no css styling at all. just texts. I tried running the csproject using visual studio but it does the same. Help!
I would like to use the theme from the following link:https://preview.keenthemes.com/keen/demo1/index.htmlI would like to know if I can use it in a .Net project and if I have access to the figma files.
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();
The current Blazor implementation of the theme is in a single project which forces me to use the starter kit project for new projects and cluttering my code with your code.You can create a Nuget package or seperate assembly that can be referenced from new projects. Then I don't need to have the...
When i define datatable i ghet this error in my index page, where can i put my script to define datatable after jquery and others scripts loaded?ndex:9215 Uncaught ReferenceError: $ is not defined
Hello everyone,Use Gulp --demo1 and the app works fine. But with Gulp --demo30 the application doesn't look good and doesn't work properly.Clear the browser cache. I also tried another browser.This is happening with metronic_asp.net-core_v8.1.7That could be happening?
Whatever link I click in sidebar, pages content are not updating, I have only the dashboard page visible http://localhost:5193/?page=apps/projects/listhttp://localhost:5193/?page=dashboards/ecommercehttp://localhost:5193/?page=pages/faq/classicall the above pages and other all links have...
Hi, how are you?I have the new version of metronic_asp.net-core_v8.2.1I did the step by step:- npm install- npm run build --demo1but when I'm running npm run build --demo1 I'm getting the following error:> keenthemes@8.2.1 build> webpack[webpack-cli] Invalid configuration...
Hi, I have your theme built and running correctly using either demo1 or demo30.In the HTML examples you have 4 possible layouts: Corporate, Overlay, Creative, Fancy.I wanted to switch between them (for example, from this https://preview.keenthemes.com/metronic8/demo1/authentication/layouts/c...
Hi, could you please explain in steps how to use the files we obtain from the Layout Builder and integrate them to an existing ASP.NET Core MVC StarterKit project?Where should we include the files? I couldn´t find the documentation about that.Thank you very much!
Hi,I'm customizing the UI as per my requirements. Now, I want to change the LTR to RTL at runtime. I found that themesetting.json can do that switching. But It doesn't do on runtime. How can I make it? Please give me complete instructions for this problem.It would be a great thing if you res...
Hi,I'm combining a "timeline view" (Activities list in your demos) with TinySlider. This is how I do it :+ I have in each line a list of text that slides horizontaly via TinySlider, each text is a slider element. At far right, and far left there's slider control arrows and dots above.+ The...
Hi, i have problems opening a menu dropdown on button click like it's in docs. I am running .NET project and everything else is running good! It's not triggering "open on click". This is the code:
How can I pull the new dark/light mode toggle from your latest update?1) Is there a javascript file that needs to be updated?2) What CSS file(s) need to be updated?3) What script do I need in order to actually toggle the dark/light modes?
Hello,is there a way to export Metronic 8 to .Net Blazor Maui?
Hello,I'm unable to change the menus.For example I would like to change the "Default" label on the first menu item of the "Dashboard" section on the top menu.In order to do that I have changed the lien 17 of the __Dashboards.cshtml file in the Views/Layout/HeaderLayout/Header/_Menu directory...
Hi,Using .NET Core 8 for our projects.What is the best way to switch between Development and Release environments when using the themesettings.json file and Metronic?We want to use all minified files in Release and unminified for Development. Usually in the layout files, we'd use a tag l...
hello everyone,Please help me i am using metronic_v5.5.5 so I need to change the model ID but if I change the ID the model does not work even when I change the ID name in the js file return {// Public functionsinit: function () {// ElementsmodalEl = document.querySelector('#kt...