1734 comments found.
Hi, I am working with the Laravel version. I have already been able to compile all the assets with yarn dev, as indicated in the documentation. However, I have not been able to understand how to run gulp monitor so that it constantly watches the changes I make to the scss and compiles them. Do you have a more detailed guide than what is mentioned in the documentation? Can you please help me?
Hello ericgcc,
Thanks for getting in touch. Please create a support ticket on our support portal: https://pixinvent.ticksy.com/, our technical team will get in touch with you.
Regards.
Documentation related to html-laravel-version seems to miss Jetstream integration / Menu management / Internationalizations management
Hi Mbertina,
Find Laravel documentation here : https://pixinvent.com/demo/vuexy-html-bootstrap-admin-template/documentation-old/documentation-laravel-folder-structure.html
Jetstream Documentation : https://pixinvent.com/demo/vuexy-html-bootstrap-admin-template/documentation-old/documentation-laravel-jetstream.html
Menu Documentation : https://pixinvent.com/demo/vuexy-html-bootstrap-admin-template/documentation-old/documentation-laravel-menu.html
Internationalization (Localization) Documentation : https://pixinvent.com/demo/vuexy-html-bootstrap-admin-template/documentation-old/documentation-laravel-localization.html
Let me know if you have any other query. 
Please create a support ticket on our support portal: https://pixinvent.ticksy.com/
Regards~
Hi, I didn’t find an example of inputs with masks using Vuetify 3. Is there any way to mask an input to format a phone?
Hi,
Thanks for getting in touch. Vuetify 3 doesn’t support input masking. You might have to use third-party library to add input masking to the inputs.
We did provide input masking in vue 2 version, though. Please free to get in touch with us at our support portal: https://pixinvent.ticksy.com/ for further queries.
Happy coding
Thank you for this amazing theme. Do you plan to add support for the amazing svelte/sveltekit?
Hello ParrotPoster,
Thanks for getting in touch. We really wish to add svelte to vuexy but there is not much demand and also couldn’t find a stable component library that we can rely upon for a long time and which can fulfil all the requirements of our template. We will surely consider it in the future though.
Let us know if you have any other query.
Regards.
export default [
{ heading: 'Apps & Pages' },
{
title: 'Email',
icon: { icon: 'tabler-mail' },
to: 'apps-email',
action: 'read',
subject: 'AnotherSubject',
},
...
but the “Email” navigation stil shown in user with Auth subject
Hi,
Thanks for getting in touch with us. Can you please raise support ticket at our support portal: https://pixinvent.ticksy.com/ with minimal reproduction using our starter-kit.
https://pixinvent.com/demo/vuexy-vuejs-admin-dashboard-template/documentation/faq/#why-reproduce-issue-bug-in-starter-kitRegards.
forms-pickers.html is not available in both versions we download i.e v8.2.1 and v9.1.0 It is required by us. Because the forms-pickers.html has a user-friendly Bootstrap Date range Picker while not in v8.2.1 and v9.1.0
Hi Ulistechnology,
Thanks for getting in touch with us!!
It’s there in live demo here : https://pixinvent.com/demo/vuexy-html-bootstrap-admin-template/html/vertical-menu-template/forms-pickers.html So you can also find same file inside downloaded package. If you still not getting it, please download latest package and check once.
In v8.2.1 version of older structure, we were not using Bootstrap Date range Picker.
Please create support ticket here : https://pixinvent.ticksy.com/ for further queries regarding our template 
Regards~
I cant find the documentation for Vuexy-Vuejs-Laravel (Vue3 version)
Hello Bransel,
Thanks for getting in touch. You should now be able to access the documenation on the same link as above, just make sure to hard reload on case it does not show up.
Let us know if you still face any issue.
Regards.
There is no documentation of Laravel version: https://pixinvent.com/demo/vuexy-html-bootstrap-admin-template/documentation/documentation-laravel-folder-structure.html – 404
Please use this link for Vuexy 8 Laravel version documentation: https://pixinvent.com/demo/vuexy-html-bootstrap-admin-template/documentation-old/documentation-laravel-folder-structure.html
Hi, I have noticed a few issues but I don’t know if it only happens to me or with the rest of the people, the problem is in the HTML version without laravel.
- Kanban app doesn’t work, even if you click on add new nothing happens (https://prnt.sc/xSzU_3yZwOx8) - Earning Reports and Sales in the CRM dashboard don’t show anything (https://prnt.sc/lKNoDxGdMMLt) - Project Status in the CRM dashboard chart is missing (https://prnt.sc/FIdqGWlTByRh) - Invoice list in the eCommerce dashboard has no data (https://prnt.sc/Qvo-dSX1NRMl) - invoice list page and user list page (https://prnt.sc/0tUtSsMUZO6c)
Hello PRQAE,
Thanks for getting in touch with us!!
Actually, we are not able to open any of your screenshots.
It seems like there is an issue with your page’s assets files not found. You might have opened HTML page by directly clicking it, so we suggest you to use local server to make it work. You can use any local server like XAMPP, WAMPP, etc..
Let me know how it works with you 
Please create support ticket here : https://pixinvent.ticksy.com/ for further queries regarding our template 
Regards~
I just wanna say that you have an awesome product.
Regarding pictures this is the new links: https://prnt.sc/xSzU_3yZwOx8 https://prnt.sc/lKNoDxGdMMLt https://prnt.sc/FIdqGWlTByRh https://prnt.sc/Qvo-dSX1NRMl https://prnt.sc/0tUtSsMUZO6cThanks for your appreciations 
Are you still facing same issue after using local server? If yes, there should be path related issues. So please make sure, you are using same folder structure and not having any console errors. We are also using JSON files to load the content from assets/json/ folder.
Regards~
The new “vendor/libs/dropzone/dropzone.js” referred to here: https://pixinvent.com/demo/vuexy-html-bootstrap-admin-template/documentation/forms-file-upload.html doesn’t support dropzone’s xhr upload when defining a URL in options. I’ve had to revert back to the old version ”/vendors/js/file-uploaders/dropzone.min.js”
Hi SparkleOff,
Thanks for getting in touch with us!!
We have given basic example of dropzone to upload single & multiple files. For other configuration, you can check dropzone documentation here : https://docs.dropzone.dev/ For other configuration options, check documentation here : https://docs.dropzone.dev/configuration/basics/configuration-options
Please create support ticket here : https://pixinvent.ticksy.com/ for further queries regarding our template 
Regards~
Hi, your docs (https://pixinvent.com/demo/vuexy-html-bootstrap-admin-template/documentation/faq.html) about changing the font in the newest version of HTML only seem to be not correct or incomplete. Changing the font is not possible in this way. It stays Public Sans even if you change the Google Fonts link in the html file and add the scss code to _variables.scss as it says in the docs. And the alternative, the unrecommended version isn’t possible either because the folder assets/css/ is empty except demo.css. I would be glad if you specified the docs. Thanks in advance.
Hello Enonym,
Thanks for drawing our attention for FAQ for changing fonts
We will update documentation with correction soon.
Let me know if you have any other concern 
Stay Safe!!
Vue version is missing from uploaded files
Hello MrAndreyGAV,
We just confirmed the package and Vue version is there in the zip. Your package must be corrupted due to internet connection or any other reason.
Try downloading the package once again and try unzipping the package. You should find the Vue version.
Regards.
Are you guys planning to add features from vue2 version to vue3? We’re very missing form wizard, 2fa setup wizard and navbar search that was available in previous version of this template.
Hello Novarg,
Thanks for getting in touch. We will be eventually providing all the functionality. Navbar search will be included in the next release. We are not interested in integrating third party wizard and we do not have wizard component in the Vuetify right now. There are still some components which will be impoved and interoduced along with each new update.
Regards.
When I add a tsx file, the error below happens on the frontend:
Uncaught SyntaxError: Unexpected strict mode reserved word (at customInput.tsx:6:1)
My customInput.tsx:
import React, { SelectHTMLAttributes } from ‘react’; import { Input, Label } from ‘reactstrap’;
interface ICustomInput extends SelectHTMLAttributes<HTMLInputElement> { label: string; name: string; className: string; placeholder: string; }
const CustomInput: React.FC<ICustomInput> = ({ label, name, className, placeholder, ...rest }) => { return ( <> <Label className=’form-label’ for={`id_${name.toLowerCase()}`}>{label}</Label> <Input id={`id_${name.toLowerCase()}`} name={name} placeholder={placeholder} autoComplete=”off” {...rest} /> </> ); }
export default CustomInput;
Hello Pokaz,
Thanks for getting in touch. Please create a support ticket on our support portal: https://pixinvent.ticksy.com/. Our technical team will get in touch with you.
Regards.
Opened, thanks!
Hi I’m currently using vue 2.6 vuetify 2.4 with nodejs backend (no laravel) is this compatible?
Hello marcelinoponty,
Thanks for getting in touch.
No, its not compatible. In the latest update we have updated to Vue 3 and deprecated Vue 2 version and Vue 2 version was based on Bootstrap Vue.
Regards.
Hi okay thanks for the reply. Do you have any other theme/template that is compatible with the version I mentioned?
No, We don’t have any such template and could not think of a template available in the market as well.
Regards.
Changelog link does not work: https://pixinvent.com/demo/vuexy-html-bootstrap-admin-template/vuexy-changelog.html
Hello plenar,
Thanks for the prompt response.
We were updating changelog file, It’s live now.
why there are literally no updates on angular version? Its being the ugly duckling with no love. React and Vue are updated but not angular. Can we please get an estimate on when Angular will have same updates as React?
Hello alphys,
Thanks for getting in touch. Unfortunately, due to lack of support for BS 5 and latest angular releases from third party libraries, we are not planning for Bootstrap 5 update in near future. We will update you in case we consider BS 5 update in the future. We will keep supporting BS4 and new Angular versions though. Please accept our sincere apologies for the inconvenience.
Regards.
Need demo link for old version ASAP, We have build our project in Old version and that old version is not running on our systems
Hello Rarya,
Thanks for getting in touch. Which version are you using? Vue, React or HTML ? We don’t have older versions on our server, we can share older version with you in case you need them.
Regards.
We are using vue js version
Please find URL for OLD (Vue 2 version) demo:
https://pixinvent.com/demo/vuexy-vuejs-admin-dashboard-template-vue2/demo-1/dashboard/ecommerceThank you for your great job. React version works well, we enjoy it.
Hello Aqvatarius,
Thanks a lot for your feedback and appreciation.
Feel free to get in touch with us anytime.
Cheers~
Hello Team
We are waiting to Bootstrap 5 for Angular version. What is the plan and schedule for this? Hopefully this update will come soon.
Best Regards
Hi invaco,
Thanks for getting in touch. Unfortunately, due to lack of support for BS 5 and latest angular releases from third party libraries and also lack of demand in Angular, we are not planning for Bootstrap 5 update in near future. We will update you in case we consider BS 5 update in the future. We will keep supporting BS4 and new Angular versions though. Please accept our sincere apologies for the inconvenience.
Regards.