1731 comments found.
Hello, when will we have a new update, the Nuxtjs version has a bug to be able to install, the routes do not work and give many path errors and with that the routes become static and you need to press F5 to be able to load each accessed route
You can even check in your demo in the nuxt version, 90% of the routes do not work, look in the components menu, no routes are loaded
Hi Systhesys,
Thank you for reaching out and providing details about the issue.
We’ve tested the routes on our demo, and they appear to be working correctly. It’s possible that the problem you’re experiencing is related to running Node.js version 22.x on your local system. We’re aware that this version of Node.js can cause some issues with routing, and our team is actively working on a fix. We expect to release an update to address this problem in the upcoming week.
We appreciate your patience as we work to resolve this, and we’ll keep you updated on the progress.
For further technical inquiries, we kindly request that you create a support ticket on our support portal: https://pixinvent.ticksy.com/
Our technical team will be delighted to assist you there.
Best regards,
I’m actually using nodejs version v18.20.5 the problem is here: localhost:3000/undefined/favicon.ico and also
I’m trying to run locally to test nuxtjs
https://prnt.sc/P58p30mHaSIxIn this case, I recommend following the official installation guide provided here: https://demos.pixinvent.com/vuexy-vuejs-admin-template/documentation/guide/installation.html. Ensure you meet all the prerequisites and carefully follow the outlined steps. If done correctly, you should not encounter any issues. Please note that we have not tested the template with older Node.js versions, so it may not function as expected in such cases.
ok, thanks
Hi there! I noticed in the item details that it supports 7 frameworks. Does the purchase include all 7 frameworks?
Hello amirehwan21,
Thanks for showing your interest in our theme and getting in touch with us.
Yes it includes all the 7 versions with strter-kit as per demo on purchase.
Hello, author:
Here are two issues to report:
1. On some devices, the sidebar (including the swipe-out sidebar on the right side in the settings) does not fully display content when reaching the bottom.
2. On some devices (tested on an Android tablet), the search box at the top causes a crash when used.
I hope these two bugs can be fixed. Let me know if you need to provide relevant pictures and videos.
Best regards.
Hi lcwihaoei,
Thanks for reaching out to us and reporting. For technical inquiries, we kindly request that you create a support ticket on our support portal: https://pixinvent.ticksy.com/
Our technical team will be delighted to assist you there.
Best regards.
Hi,
I’m currently using a WordPress theme and template to design my application. I need to add a specific feature that requires modifying the core theme files. However, I’m concerned that these changes will be lost if I switch themes or update the current theme in the future.
I want to know the best practices for adding this feature without directly editing the core files. Are there any recommended approaches like using a child theme, custom plugin, or hooks/filters that could help me implement this feature while ensuring it’s future-proof?
Any guidance or examples would be greatly appreciated.
Thanks in advance!
Hi SorceoTech,
Thanks for reaching out to us. For technical inquiries, we kindly request that you create a support ticket on our support portal: https://pixinvent.ticksy.com/
Our technical team will be delighted to assist you there.
Best regards.
What did you use for the HTML + Laravel documentation? We want to build something similar, embedded within our internal Vuexy app, because we really like how your documentation looks. Thank you in advance!
I also tried to request github access but it says unable to verify my purchase? how to fix that, because my support is already expired (I bought it more than a year ago)
Hi Mailprototypeid,
Thank you for your kind feedback on the Vuexy documentation—it’s great to hear that you find it helpful!
To provide you with more detailed information, could you please share your email address? We’ll send additional documentation resources directly to your inbox.
Regarding GitHub access, please ensure you’re using the same credentials as your Themeforest login. If there’s a mismatch in the email or details, the process might not accept your request. You can submit the GitHub Access form using this link: https://tools.pixinvent.com/github/github-access
Let me know if you encounter any issues or need further assistance.
Best regards.
Hi, my email is mail.prototype.id@gmail.com. I’ll be waiting for the documentation resources.
I have already resubmitted using the GitHub access link but still cannot access it. Would it be okay if I submit the details via email so your team can cross-check the information?
Thank you in advance!
Hello Mailprototypeid,
Please check your mail for documentation. For GitHub access, please verify your purchase code as explained in the article below: https://help.market.envato.com/hc/en-us/articles/202822600-Where-Is-My-Purchase-Code
Also, make sure to select the product correctly from the dropdown. There will be two vuexy, one is a Design file and Another one is the template. So you need to select the template to give you access.
Hope that helps!!
Best Regards
with this i can have like a django panel but with two dashboard? one for admin and another different for clients? i want this for my internet management system, so client have their own dashboard and only can do few things, while admin can do anything and have more options. thank you
Hello alexistkd,
Thank you for reaching out to us!
It sounds like you’re looking to implement a setup where administrators and clients have distinct views and permissions in your internet management system. What you’re describing aligns well with Role-Based Access Control (RBAC), which is already integrated into our template.
With RBAC, there’s no need to create separate dashboards. Instead, you can define permissions for each role—admins, clients, or even additional roles you may need in the future. Each user will only be able to access the features and functionalities their assigned role permits.
For example, admins can have full access to all options and settings, while clients will be limited to the specific features you configure for their role. If you need to introduce another role in the future, you can simply add it and set up its permissions without having to design a new dashboard.
Feel free to reach out if you have more questions or need further assistance!
Best regards,
And what about having example 10 custom fields but just for clients like address, ip address, coordinates, mobile number, id number etc? How i can manage this after buying the template
As for custom fields like address, IP address, coordinates, mobile number, ID number, etc., you can implement and manage them through conditional rendering. You can refer to the Transactions app after purchasing the template for an example of how this can be implemented.
To explore conditional rendering in action, check out this page: https://demos.pixinvent.com/vuexy-html-django-admin-template/demo-1/transactions/list/.
Admin View: Log in as an admin to see all available actions, including the ability to click the “Add Transaction” button.
Client View: Log in as a client, and you’ll notice restricted access—no action buttons or ability to add transactions.
Let us know if you have more questions.
Hi there, I have two questions before making a purchase. 1. Does Vuexy have core CRUD functionality? 2. Do you provide database design for role permissions? If not, do you have any guidance on how to implement with MySQL or PostgreSQL?
Hi davinyoeun9,
Thank you for reaching out!
Could you let us know which technology version of Vuexy you plan to use? For example, are you considering Vue, Vue+Laravel, Nuxt, Next.js, HTML, HTML+Laravel, Django, or ASP.NET? This information will help us provide specific guidance tailored to your needs.
Looking forward to your response!
Best regards,
I’m planning Vuexy version 3.1.0 and considering use Next.js.
Hello Davinyoeun9,
Thank you for reaching out! To address your questions:
Vuexy does include core CRUD functionality, and you can explore a detailed example in the Kanban app.
While ACL (Access Control List) is not built-in with our Next.js integration, you can refer to our FAQ for guidance on implementing it. If you’re working with MySQL or PostgreSQL, we recommend designing a database structure that includes roles, permissions, and mappings to users.
Feel free to reach out with any further questions.
Regards.
This is an amazing template and by far the best I have ever used in my 15+ years of developing. One issue I keep running into tho is in regards to an error when adding MenuItems for the NextJS template version. I added my MenuItem and the context in the dictionary but still getting “Property “link-name” does not exist on type. Am I missing a step when adding new menu links to the verticalmenu layout? Any help would be greatly appreciated.
Hello PicassoCreative,
Thanks for getting in touch with us and appreciation. For technical inquiries, we kindly request that you create a support ticket on our support portal: https://pixinvent.ticksy.com/
Our technical team will be delighted to assist you there.
Best regards.
The Django builtin UpdateViews doesn’t work with the theme… I have used the builtin view and UpdateView it gives an error… layout variable
Hi mukeshamra,
Thanks for reaching out to us. For technical inquiries, we kindly request that you create a support ticket on our support portal: https://pixinvent.ticksy.com/
Our technical team will be delighted to assist you there. Please try and explain your issues in detail as much as possible for support team to understand it clearly for better and quick resolution.
Best regards.
Hello I want to purchase this theme but i want to know if you are planning to upgrade the nextjs to latest version 15 anytime soon
Hello rilwans,
Thanks for getting in touch with us. Theme will surely be updated to Next.js 15 but it will at least take 2 months.
Regards.
does the latest version still use redux in the nextJS version?
Hello testcount,
Thanks for getting in touch with us.
Yes, the latest Next.js version uses redux toolkit for apps like E-mail, Chat etc..
Regards.
I bought this template few years ago why but i found my download package are not the latest the same as online version? why? should i pay more again?
Hello jzhou_9953544,
Thank you for reaching out. No additional payment is necessary to access the latest version. When you download the template from ThemeForest here: https://themeforest.net/downloads, it will always provide the most current version available. Please keep in mind that there may be differences between versions, so I recommend checking the demo for the specific technology version you’re using to ensure you’re looking at the correct one.
If you have any further questions or need additional assistance, please don’t hesitate to contact us. We’re here to help!
Best regards,
Greetings! Before I make a purchase, i just want some clarification. What is this exactly made of? Vue, Nuxt, Next, Plain HTML?
Hello reycat67,
Thank you for reaching out! This package includes multiple versions built with a range of technologies to suit different needs. You’ll find separate folders for each of the following:
- Vue.js - Vue with Laravel - Nuxt.js - Next.js - Plain HTML - HTML with Laravel - ASP.NET - Django
Each version is self-contained, so you can easily choose the technology that best fits your project. Let us know if you have any further questions!
Best regards,
if I choose the Vertical Menu Template (Without Customizer), the switcher disappears and if I add the html manually, it does not work.
Hi guyzamir,
Thanks for reaching out to us. For technical inquiries, we kindly request that you create a support ticket on our support portal: https://pixinvent.ticksy.com/
Our technical team will be delighted to assist you there.
Best regards.
Hi there, I have two questions before making a purchase. 1. Vuexy has different themes, and I would like to know if you have different Figma files for each theme. 2. Do you provide the Figma file for the BORDERED theme?
Thank you for reaching out! I’m happy to answer your questions:
We don’t offer separate Figma files for each individual theme. However, you can easily customize the primary colors within the provided Figma file to create any color combination you’d like, following the instructions in our documentation.
We’ve included the bordered layout as a template option, though the border style isn’t consistently applied across all pages and frames, and there isn’t a separate Figma file specifically for the bordered theme. If you prefer a uniform bordered look across all pages, you can achieve this by applying our style guidelines.
Please also note that we offer both Light and Dark layout options, with all components and pages available in each style.
To help you make an informed decision, I’d recommend checking out the design file through this link: https://www.figma.com/design/Y9RmwvnwBlweHQlCHB4H8L/vuexy-figma-dashboard-ui-kit-and-builder-v4?node-id=870-37366&t=yZbcUfsCUIVawMvh-1. This demo shows the exact design file you will receive.
Please feel free to reach out if you have more questions or need further assistance. We’re here to help!
Hi does the academy supports extracting reports from ispring elearning suite?
Hello jadeofheavens,
Thank you for reaching out to us. We provide a user interface as template authors, but it does not function as a fully operational application. For features such as report extraction from the iSpring eLearning Suite, custom implementation would be required to meet your specific needs.
Best regards,
Thank you for replying and clarifying.
Would you be able to do the required customization?
Regards
Hello jadeofheavens,
Thanks for getting in touch with us.
We do provide custom development & designing service. Please fill out our Hire Us: http://themeselection.com/hire-us form with as many detailed requirements as possible. That will help us to understand your need easily. Once you submit the Hire Us form, our service team will get back t you in 1 or 2 working days.
Please understand that we can not take minimal customization requests. We accept a minimum 40hrs of work (~$1,000) requests.
Regards.
Thank you again. Will get back to you after discussng with my team. Regards
the laravel pack includes login? i mean if i got my laravel installation plus a database with users, the login will works with this template?
Hello alexistkd,
Thank you for reaching out. Could you please confirm which version you plan to use—HTML + Laravel or Vue + Laravel? Both versions include login functionality, though you may need to customize or adapt it according to your specific requirements, as it may vary from what you expect.
Kind regards,
vue
Hello alexistkd,
Thanks for your response. Since this is a template and a starter project, it’s built as the starting point of your project. It cannot be simply installed and used with an existing project like a third party library.
Although using our template with any existing project is still possible, it would require extra work to connect everything together. We strongly recommend you to either start your project with Vuexy, or move your project on top of it to have the best experience.
Regards.
I bought your project because I didn’t want to deal with the frontend side, but I didn’t know you were using scss and I can’t even change the theme of your project. I looked at your documentation but couldn’t find it. I can’t even set the color from the develeper section of Chrome. Please tell me where I can change this structure? Otherwise, I’ll start writing a UI myself and I’ll ask for a refund, I’ve been looking at this for hours. It’s become more difficult than easy.
Hello karayelyahya,
Thank you for reaching out. We understand the frustration and want to help you resolve this quickly. We have detailed documentation on theme customization and color setup, but since we’re unsure about the specific setup or technology you’re using, we recommend creating a support ticket on our support portal at https://pixinvent.ticksy.com/.
Our technical team will be happy to assist you directly there.
Best regards.
Hello!
I have a question. I see that in Next.js pages, both MUI and Tailwind are used. Are these two CSS libraries being mixed together?
Hello kruiwang1,
Thank you for your question! While MUI is not a CSS library—it’s actually a React component library—it is indeed used alongside Tailwind in our setup. Both are used together to streamline and reduce the need for custom CSS.
If you have any more questions, feel free to reach out!
Best regards.
Hello. Which state management library did you use for React? (Jotai, Zustand, Redux, etc.)
I think I used the same thing, but what I really want to know is the template for Next.js
Hello tjdrb1945,
Thank you for reaching out! We primarily use Redux Toolkit for state management in a few of our applications and have not implemented other libraries like Jotai or Zustand. Additionally, please note that our template is specifically designed for compatibility with Next.js and does not support pure React setups.
Regards.