Hello,
I am currently trying to Invoke the api-keys.js file and run KTAccountAPIKeys.init in my Blazor File. My Component looks like this:
@inject IJSRuntime JS
@inject NavigationManager NavManager
@code {
protected override async Task OnAfterRenderAsync(bool firstRender...
Support,
I have used Metronic 8 demo1 with no issues when viewing the site, but when I try to view Metronic 8 demo2 I am receiving the following error.
"Mixed Content: The page at 'https://localhost:7261/' was loaded over HTTPS, but attempted to connect to the insecure WebSocket endpoint 'ws://...
We are using metronic themes in our application. We just run a test with OWASP tool and it identified " Vulnerable JS library " because of some of the scripts are outdated.
Can we get the themes with updated script ?
on my "boot" template that i bought from themes.bootstrap.com throwing an exception like below I'm using .net mvc version of that.
var promiseRequiresObjectContext = throwsError(function () { return globals.Promise.call(3, noop); }); Error: TypeError: Promise constructor cannot be invoked withou...
I have purchase Metronic 8.1.9 & upon running npm run build --demo1 after i run gulp --demo1. Keep getting this error i dont know what i am doing wrong just following your documentation
[webpack-cli] Invalid configuration object. Webpack has been initialized using a configuration object that does n...
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.html
I 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.7
That 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/list
http://localhost:5193/?page=dashboards/ecommerce
http://localhost:5193/?page=pages/faq/classic
all the above pages and other all links have...
Hi, how are you?
I have the new version of metronic_asp.net-core_v8.2.1
I did the step by step:
- npm install
- npm run build --demo1
but 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: