Hi,
We used to have instructions on how to remove unwanted pages and files to init the the demo to a start point of building a new project. Now it looks like the instructions have been removed and now when trying to remove pages/files there are some error and complains.
Are we planning to add back...
Hi, next is great example how implementing datatable.net in vue, i think may help
https://codesandbox.io/s/datatables-option-api-example-6g3ksj?file=/package.json:240-393
Hello there,
When I purchase the Metronic theme, will I be able to freely develop projects using the Bootstrap HTML, VueJS, React, Angular, Asp.Net, Django & Laravel Admin Dashboard Template frameworks / development platform ? Can I get information on this matter? Additionally, for example, wher...
Any instructions on how to get the select2 to work on the metronic vue ?
I am having issues installing it. I love to keep the code very lean and noticed most of the components already in the vue app (which is why i love this theme) But not the select2?
After the last update, the Mobile Menu (hamburger) doesn't open anymore.
Even in your demo so (https://preview.keenthemes.com/metronic8/angular/demo1/dashboard)
Hi there, I like you product "Metronic | Bootstrap HTML, VueJS, React, Angular, Asp.Net, Django & Laravel Admin Dashboard Theme"
One question I want to ask is that, if purchased, would I have access to all versions like React, Laravel, Vue and others or I will have to pick one?
Thanks
Why does it appear on my web page tab that Laravel is written? I want to change this
Hi,
I have Metronic from ThemeForest. I am searching for other questions similar to mine.
Found this one https://devs.keenthemes.com/question/dropdown-button-in-v81
I tried to do the same using the Metronic's KTMenu docs, but its not working.
I have the global CSS and JS configured. The B...
I followed the steps highlighted in the docs, but am receiving an error as shown below:
C:\django_demo1\starterkit\_keenthemes\tools>npm run build
> keenthemes@1.0.0 build
> webpack
[webpack-cli] Failed to load 'C:\django_demo1\starterkit\_keenthemes\tools\webpack.config.js' config
[webpack...
Hi, With Select2 applied to the select dropdown, validation does not show. With Select2 removed it works fine, any ideas?
It looks as though is-invalid is added to the root , but not to the Select2 span class. If I add it manually into the Select2 span class, it works fine.
Thank...
Hi Lauris,
Metronic Vue 8.1.7
when using e.g. post request
const getUsers = () => {
ApiService.get("account/list")
.then((data) => {
tableData.value.splice(0, tableData.value.length, ...data);
})
.catch(({ response }) => {
console...
I have purchased metronic, i want to use icons in my own html pages but icons are not appearing even after placing all relevant css files.
How can i use the icons ?
Do you have theme only?, I mean style of KeenThemes. all I need just clone theme to setup new project by myself.
https://ibb.co/LxsbJgX
I dont know why the year is not showing. please help. Here's my code
$('#date').flatpickr({
altInput: true,
altFormat: "j F Y",
});
Hi
We get an error when we try to compile html demo1 with gulp in version 8.2.7
I am running it using normal cmd, not windows powershell
- i Delete the node_modules folder, yarn.lock file, and package-lock.json file .
- Run “npm install” to reinstall dependencies.
- Finally, i try to execute...
Hello,
When I run gulp --demo1 for asp.net core, I get the following error. I use Metronic 8.2.3 is the latest version and Windows 11 Pro. I tried it on a MacBook Pro and got the same error. How can I solve this?"
Thank you,
Mustafa
Using gulp config file: "../../gulp.config.js"
[16:31:...
Hi
I see you have a Blazor Section as part of the Theme.
When will the Balzor preview be available?
Hi, I use Quill, but there is a warning:
[Deprecation] Listener added for a synchronous 'DOMNodeInserted' DOM Mutation Event. This event type is deprecated (https://w3c.github.io/uievents/#legacy-event-types) and work is underway to remove it from this browser. Usage of this event listener will cau...
Hi I trying to move the code from M7 to 8 React version and found that that:
1. the style of sign in page is broken, this is what it looks like when play with the chrome window size: https://imgur.com/NVIkGl6 see how the background ended in the top and the text is displayed below.
2. equivalent h...
hi!
i bought the template and now i want to use it, i go to use angular, i extracted the zip for the demo1 and when i trying run the application i receive the error Node packages may not be installed. Try installing with 'npm install'.
Error: Could not find the '@angular-devkit/build-angular:dev...
Metronic custom style is not working.
I have added
@import "./assets/sass/core/vendors/plugins/toastr";
but CSS is not working.
When I used @import "/node_modules/ngx-toastr/toastr.css";
It was working fine with the default toastr design.
I also tried
@import "./assets/sass/core/ven...
Merhaba,
Starterkit/Program.cs
using System.Text.Unicode;
builder.Services.AddWebEncoders(o => {
o.TextEncoderSettings = new System.Text.Encodings.Web.TextEncoderSettings(UnicodeRanges.All);
});
Program.cs dosyasına ekledim. Ancak Türkçe karakter sorunu düzelmedi.
Proj...