590 comments found.
Can I disable all animation?
Hi,
Thank you for reaching out,
Yes, you can. Please open this file ”/src/assets/css/app.css” and comment this line.https://i.imgur.com/qpy6pnn.png
Next, open this file `/src/assets/css/components/_side-nav.css` and comment the following lines.
https://i.imgur.com/g2vfYt6.png
Please use incognito if you are using chrome or use another browser if you can’t open the above link.
Hi does the file manager work with AWS S3 / file uploads?
thanks
Hi,
Thank you for reaching out to us,
You need to create custom code to connect this template with AWS S3 / file uploads.
Hi does the file manager work with AWS S3 / file uploads?
thanks
Hi,
Thank you for reaching out to us,
You need to create custom code to connect this template with AWS S3 / file uploads.
I purchased the midone theme but don’t have design file below detailed. 1.Enigma 2. Icewall 3. Tinker ( That we found the design file have only rubic theme ) Can i get the 3 theme design “xd file or figma file ” as mention please ? Item ID: 28123408 My e-mail : phurichat.phu@ascendcorp.com
Hi there,
Sorry for the late reply,
Unfortunately, the XD design files are currently only available in Rubick (the first variant of Midone).
Hi Can i get one more XD design for 1 units for Enigma please ? Need your help to assist on this please. As my requested how long to create the XD design for Enigma ?
Hello Author, Need your help to advise please.
I purchased the midone theme but don’t have design file below detailed. 1.Enigma 2.Icewall 3.Tinker ( That we found the design file have only rubic theme ) Can i get the 3 theme design “xd file or figma file ” as mention please ? Item ID: 28123408 My e-mail : phurichat.phu@ascendcorp.com
Hi phurichatphu,
Sorry for the late reply,
Unfortunately, the XD design files are currently only available in Rubick (the first variant of Midone).
Hi Team, I am trying to use your validation form but getting a SweetAlert message. How can I handle form submission throught your pristinejs. Thanks
Hi there,
Sorry for the late reply,
Sorry, but I’m not sure I fully understand your question, do you mean want to use SweetAlert with pristinejs?
Please open the following file ”/src/views/validation/Main.vue” and at the bottom of the file you will find an example for handling validation.
https://i.imgur.com/4yK53ui.png
You can use axios to submit the form.
https://i.imgur.com/5gIThSN.png
Hope this helps.
Thank you ! But could you send me a sample of Laravel 9 + Vue project : bigjohn02tw@gmail.com
Also the svg icons are not showing on the page
Hi,
We have sent the file, thanks! 
oh i got solution solution : top-bar/Dropdown => <Dropdown class=”intro-x w-9 h-9”> => delete intro-x
why are assets in css and not scss? its harder to modify them now
Hi,
Please check this link for more info.https://github.com/tailwindlabs/tailwindcss/issues/4838#issuecomment-873229081
The panel is broken on responsive breakpoints. The HTML version is fine. There is a problem in vue version. Can you please take a look at it?
Hi there,
Thank you for reaching out to us,
There was a CSS mixin update causing this issue recently, we just released an update for this. Please run `yarn add @left4code/tw-starter` to update the dependency.
Let me know if the problem still appears.
Děkuji. Mohu poprosit o info k té implementaci Laravel 9 + Vue3?
Thank you. Can I ask for info on the Laravel 9 + Vue3 implementation?
Yes, we can send you an example project and configuration. Please leave your email if you are interested.
Hello, I purchased a Midone vuejs3 admin template and I would like to connect it to Laravel 9 with the VITE + VUE3 + InertiaJS stack. Can you please send me the implementation guide? At least Laravel 9 + VUE. Thank you very much
Hi,
Sorry for the late reply,
Unfortunately, we don’t have a guide for integrating Vue 3 with Inertia or Laravel 9 with Vue. But we can send a sample Laravel 9 + Vue project, hope it can be useful for you.
Please leave your email if you need it, thanks.
Ok, please Laravel 9 + Vue project. Thanks. E-mail: valenta@coddex.cz
Hi,
We have sent the file, thanks.. 
version 4.0.7, newly upzip file work well, but once run npm run prod, all view broken on smaller view. bug? no error found on loading.
oh… i combine from version from 2 to 4… all broken, this theme seen have dependency on @left4code/tw-starter might make all older package broken?
found the solution, remove all ^ from your package.json to install without upgrade dependency, remain the original version, if not all responsive will broken.
When I deployed to server I got error about v-model, but not error in dev env (local).
- Uncaught ReferenceError: user is not defined at z.onUpdate:modelValue.r.<computed>.r.<computed> [as _assign]
How to solve this issue?
Hi there,
Sorry for the late reply,
Can you send step-by-step to reproduce this issue?
how to change the font family in themes, I want to replace Roboto with other fonts.
thanks
Hi there,
Thank you for reaching out to us,
You can go to google fonts and copy the CSS code, create a new file in ”/src/assets/fonts”. Import it in ”/src/assets/css/app.css”.
Open “tailwind.config.js”, register the font name.
fontFamily: {
roboto: ["Roboto"],
newfont: ["NewFont"],
},
Next, open this file ”/src/assets/css/components/_global.css”. Change this line to the new font.
// @apply antialiased font-roboto text-sm text-slate-700;
@apply antialiased font-newfont text-sm text-slate-700;
You can check this link for more details to configure font family in Tailwind.
https://tailwindcss.com/docs/font-family
Could you add InertiaJS / Laravel ?
Hi there,
Thank you for reaching out to us,
Unfotunately, these types of requests are outside the scope of what I’m able to support. If you would like to work with someone more closely to help you through your setup you could consider working with a freelancer.
please support Vue With InertiaJS and Laravel
Hi there,
Thank you for reaching out to us,
Unfotunately, these types of requests are outside the scope of what I’m able to support. If you would like to work with someone more closely to help you through your setup you could consider working with a freelancer.
Hey, is this library Nuxt 3 compatible?
Hi,
Thank you for reaching out to us,
Unfortunately, We don’t support nuxtjs yet.
Hi Left4Code,
Could you please provide, an assistant how to integre this template with inertiaJS/Laravel i’m using inertiaJS with vueJS
Best regards
Hi there,
We just replied to your email.. 
You don’t support Vue With InertiaJS and Laravel?
Unfortunately, we don’t support inertiajs yet.
Hello,
Is it easy to integrate with NuxtJS V3 ?
Hi,
Thank you for reaching out to us,
Unfortunately, We don’t support nuxtjs yet.
Hello!
Any idea how can i integrate this theme with an existing VUEJS project?
Thank you!
Hi there,
Sorry for the late reply,
Integration with existing projects will probably require more customization so I can’t provide step-by-step details. However, you may be able to use the `starter` version and then adjust the dependencies used in `package.json`. Then copy the following directory:
- /src/assets
- /src/components
- /src/global-components
- /src/layouts
- /src/stores
- /src/utils
https://i.imgur.com/eoTMFye.png
You may also need to adjust the router in `/src/router`.
Thank you for your reply.
Thank you, please feel free to contact us if you have any other questions.
He adquirido 2 versiones de su proyecto (Midone Vue y Midone Laravel) y hasta el momento no he podido utilizarlos debido a que no es posible integrarlo con Laravel Inertia (Vue + Vite). Muchas personas le solicitan la integración pero hasta el momento no existe una guía. Por favor, solicito de su ayuda.
Hi there,
Sorry for the late reply,
Unfortunately, We currently don’t have a version for inertiajs, maybe we will develop a version of inertia in the next version or as a different item.