Hello I have brought license and made my product application with v8, I read the news about v9 with tailwind and I want to migrate it, how can I do this, can anyone please help?
The following warning shows when the ng serve command is executed at the Angular Demo 2:
(44192:3) autoprefixer: end value has mixed support, consider using flex-end instead
I am guessing the cause of the warning is the use of the general value: end css value instead...
Install webpack dependencies for RTL bundler using this command: npm install --save-dev webpack webpack-rtl-plugin remove-files-webpack-plugin css-loader mini-css-extract-plugin webpack-cli.
Create a file named rtl.config.js and copy the webpack...
Hi There,
I am recently upgrading my metronic theme 8.1.1 (having Angular 15) to the latest Angular version 17, but while doing that I am getting this below error after upgrading all the plugins and running the ng serve command
./src/styles.scss - Error: Module build failed (from ./n...
I see you are doing another redesign. When are you expecting that to come out? Also is it going to be hard to update from previous version. I have struggled with that in the past when I went from version 6 to 8.
When will you launch react new version and what do you add more features in it.....!
Hello, I would like to download the demo 43 in html version of the Template. I can't find it in the download area.
Where can I download it?
Thank you
Have a nice day
I deployed my application on Heroku, and it works properly on the web browser on my computer. However, when I try to open it in a mobile browser, I get the error "RangeError: Maximum call stack size exceeded." You can check it here: https://piyzi-staging-625c1e32f362.herokuapp.com/auth
I have a suggestion,
Please collaborate with Web Developer Youtubers like Laravel Daily, Bitfumes etc. So that they can create up to date video tutorials on how to integrate Metronic Template with different web technologies like Laravel, Vue JS, Inertia etc.. and Tutoria...
Hi,
We are looking for a driven, self-motivated jun/mid React/NextJS/Vue software engineer
to participate in the development of top-notch products and solutions.
Responsibilities:
- Product development & maintenance
- Technical support and problem solving
- Research and learn new techn...
In previous versions of Metronic you included a Color Palette page within the Demos. This would be very helpful to be able to see the colors all in one place. In particular, a number of the colors for buttons both for normal and hover state are not WCAG Accessible because the contrast is too low. Ha...
Hi!
I think the use case of uploading a gallery of images is common - for example uploading multiple photos of one product in e-commerce, or uploading multiple photos to a social media post. Would be good to see this designed in the Metronic template.
Cheers!
Peter
Requirement
Metronic version v8.1.6+
PHP 8.1.9+
Composer 2.4.1+
Node 16.16.0+
Create a new Laravel 9 project
Good evening
I've seen a number of posts around integrating Metronic V8 with Blazor WASM.
I have this working with Blazor WASM .NET 6.
I am able to provide advice should anyone still be struggling, potentially, if there is enough appetite I could create a tutorial or a demo project to share...
Saw the previous tickets and did the following:
1. Added the menu in a div element
2. Imported MenuComponent.reinitialization() from "@/assets/ts/components";
3. Also added MenuComponent.reinitialization() in the onMounted async function
I'm close to solving it, but there's still an issue....
I downloaded the latest version of the Blazor demo (Demo 1) and followed the instructions found here:
https://preview.keenthemes.com/blazor/metronic/docs/getting-started
The yarn install produces this:
D:\Projects\Scholarky\Source-Previous\New\blazor_demo1\Star...
When you deploy the app the fonts are not working due to it is taking font asset url and get 404, because the font asset url is complied and has the compiled name. It should use font-url or something.
Hi,
I'm plugging the HTML website into my Blazor WASM site and I'm almost there, but for some reason a call to new KTMenu is giving me an empty JS object rather than one with the properties of KTMenu, and as a result I'm not getting any menu items and JS error trying to call menuObject.On. I'm hopi...
Good Morning!
I bought the metronic product and went to update it to version 8.0.37 when running npm run build --demo1 in the terminal, as per the instructions I already removed the "type": "module", but it's giving this error:
D:\metronic_v8.0.37\html\theme\tools>npm run build --demo1
> me...
I’ve updated Metronic to version 9.3.0 and KTUI to version 1.0.23.
There are still the following issues:
1. KTSelect Component
When using Remote KTSelect, the selected value is not returned —
Hi,
I am trying to use the KTStepper with laravel livewire.
I have a stepper livewire component which includes the stepper and a script to initialize the stepper.
That livewire component is used inside my blade.
The problem: Every time I enter something in an input, the stepper refreshes and l...
Hi, I have tried using Metronic 9. It works very well and meets my preferences. I successfully used it through Composer with HTML. However, when I switched to Nuxt.js (Vue) following the implementation instructions shown to me, I found some of your guidance to be inaccurate, and I encountered errors...