Hi, im using demo1 app for my personal use, i downloaded it and made a lot of changes(added new pages etc)So Im trying to export this project for publishvite.config.ts fileimport { defineConfig } from 'vite'import react from '@vitejs/plugin-react-swc'// https://vitejs.dev/config/export...
Whne I make a new page, I want to be able to change the left and right padding on the margins. How can I do this? I found this snippet ('container-xxl': !contentWidthFluid,) and realized it alters the padding, but I would like to implement customizable margins besides having margins or not,thanks
Hello! I downloaded the last version but I can't find the Figma file with all the pages and assets. I only see the UI kit.This is my purchase 71c31275-176e-4ce7-a22b-338dda644265 - 24 May 2023 REGULAR LICENSENow I want to use Demo58 but I don't have it the Figma file from last year, which st...
working on localhost but not working on server. login, sign up not working....and currently its working in public folder, how to move it to main root folder?
So, I just started using Metronic in my company and I'm working on emulating what a colleague has selected and composed from the Html demo (some lists, some filters, some dashboard elements, etc.).At the start I've struggled a lot, the Laravel documentation is truly meagre and the overall explan...
Hello, first time poster!Today while setting up the theme with Laravel (v8.2.5) that the resources\views\partials\modals\create-project\_main.blade.php files has some badly spelled blade directive on the bottom portion (from line 66 to 72) where the expressed directive are written "@incldue" ins...
Hello,I just purchased a template, payment went through and I received the invoice in my email. I got a bug though from Paddle, and I cannot download the template. What can I do now?
Hi,I'm using Metronic 8, the HTML version.Is possible to modify the css classes to have a design that looks like a mobile native look and feel?When opening the Metronic in the mobile device the font and components on the screen are so small.If not possible, do you have any plans to release a...
The GOOD template is sold as containing the warm feel.This does not work, just try it on your preview version, it doe not work there either.If you customize to warm feel nothing happens, there is only cool feel.I have tried recompiling the css no change.Could you please look into this?
Hi i bought keen 3 html theme to develop a react dashboard app, but i don't know how to deal with the flow. I don't see any integration guide arround here, it is possible to integrate with react to consume an api ? is there a guide or something that i can use for ? thanks pd. i see that the projec...
Dear all, we are developing some specifics and needed the indented version of formrepeater.jsIn the project we are basing ourselves on, we only have the version available in "assets/plugins/form repeater/form repeater.bundle.js"How can I get the original file to work on it?
how can I leverage the drawer component in vue, I have a table with list of countries, I would like to have an edit button on each row to edit the country inside of a drawer? Can you share an example or some guidance?Thanks in advance,Victor
on the official website: https://old.formvalidation.io/settings/Field settings > iconI have to added 'icon: false' or 'icon: 'false'' like example on the official websiteit's not working for me. please check
HelloI with the following commandgulp --rtl=true --demo1I was able to create a rtl style file for the demo 1but with the following commands, by changing the number, it cannot be created for the next demos. Why?demo2 to demo64https://s5.uupload.ir/files/satrasweb/1.png
No matter what I do, nothing works. tagify.min.js file is missing from the dist directory of the @yaireo/tagify package. It seems like it won't ever install/save.I tried updating your webpack.mix.js for equivalent build configuration to use one of the available file tagify.js. And still get an...
Spent the whole day trying to do a Laravel install and there’s been errors all day. I’m just about done and now I’m getting missing route file errors even though these files are clearly present locally but are not being found command line Heroku. This thing is a mess
Hi everyone,I'm encountering several issues with the Datatable library and could use some assistance.Datatable Library Broken in Version 8.2.5:I've noticed that the Datatable library appears to be broken in version 8.2.5. Has anyone else experienced this issue? If so, what steps did you ta...
Hi, I'm implementing a wizard where I need to validate if exist an object in my database before go to the next step, but it doesn't work properlyThis is my code:const existClient = function () { return { validate: function (input) { const value = input.value;...