1732 comments found.
I’m using Html+Laravel version. when the site i reloaded the site automatically gets dark mod and white mod. How I disable this? I want a default light mod. Site link: https://genpdf.api-bash.com/
another help:-
and How I can make the active menu in my admin panel like the demo.
I want it like this. see the screenshot. https://prnt.sc/_7Z5enOG8KJBHello Themeducket,
You can check Laravel configuration documentation to set the default light/dark template here: https://demos.pixinvent.com/vuexy-html-admin-template/documentation/laravel-init-configurations.html
Please check Laravel Menu documentation here: https://demos.pixinvent.com/vuexy-html-admin-template/documentation/laravel-menu.html
In case you have any further technical queries, Please create a support ticket on our support portal: https://pixinvent.ticksy.com/. Our technical team will be delighted to assist you there.
Best Regards.
Hey, I’m using the React Typescript version. a suggestion: Please consider changing types to interfaces for example in this path “src/context/types.ts” or any other path’ that you may define types so they can be extendable by developers.
export interface LoginParams {
email: string
password: string
rememberMe?: boolean
}
export interface UserDataType {
id: number
role: string
email: string
fullName: string
username: string
password: string
avatar?: string | null
}
export interface AuthValuesType {
loading: boolean
logout: () => void
user: UserDataType | null
setLoading: (value: boolean) => void
setUser: (value: UserDataType | null) => void
login: (params: LoginParams, errorCallback?: ErrCallbackType) => void
}
If you do so, developers will be able to declare a custom module and extend these interfaces without touching the main ones. like so:
declare module 'src/context/types' {
interface LoginParams {
implicitSignIn?: boolean | undefined
}
}
Certainly, I understand your concern. TypeScript provides developers with the flexibility to extend both interfaces and types. You can choose between using interfaces and types based on your specific needs.
Extending Interfaces:
As you’ve mentioned, using interfaces is a great choice when you want to create an open, extendable contract for your types. By defining your types as interfaces, developers can easily extend them in custom modules without modifying the main definitions, just as you demonstrated with the declare module approach. This is particularly useful when you want to allow multiple extensions of the same interface.
Extending Types:
TypeScript also allows you to extend types using intersections, which is useful when you need to combine or augment existing types with additional properties. For example, you can extend a type like this: typescript
type ExtendedLoginParams = LoginParams & {
implicitSignIn?: boolean | undefined;
};
The above code creates a new type ExtendedLoginParams that includes all properties from LoginParams along with the implicitSignIn property. While it’s less common to extend types in this way, it can be useful in certain situations.
In conclusion, both approaches are valid, and the choice between using interfaces and type extensions depends on your specific requirements and coding style. If you prefer a more extensible and open approach, using interfaces as you suggested is a good choice. If you need to combine or augment types, extending them with intersection types is a suitable alternative.
In case you have any further technical query, Please create a support ticket on our support portal: https://pixinvent.ticksy.com/. Our technical team will be delighted to assist you there.
Regards.
HI, I think you have a bug in new release for html + laravel version. When select a language, the display doesn’t change to the selected language.
Hello Felixwei,
Thanks for getting in touch with us!!
We have checked about your concern on our live demo: https://demos.pixinvent.com/vuexy-html-laravel-admin-template/demo-1/ And, it’s working fine with us, can you please share the exact steps that you are following with our Live demo to reproduce the issue?
We kindly request that you create a support ticket on our support portal for any technical inquiries: https://pixinvent.ticksy.com/
Our technical team will be delighted to assist you there.
Best regards.
I’m using the HTML+Laravel version. I’m using Jetstream for authentication. I want to create a new user from my admin panel. How can I do it?
I’m logged in as admin so I want to create more users from the admin panel. after creating a new user successfully will be redirected to a specific route.
How can I do it?
when I edit any user information I also will update the password. how can I do it?
Hi Themeducket,
Thanks for getting in touch with us!!
We have provided Jetstream documentation here: https://demos.pixinvent.com/vuexy-html-admin-template/documentation/laravel-auth-jetstream.html
We have created an example using Jetstream & Livewire, so user can customize the template as per their requirements.
You can find Laravel’s official documentation on Jetstream Authentication here: https://jetstream.laravel.com/features/authentication.html
Customization & integrations are not part of the support. You can read all about the support policy here: https://themeforest.net/page/item_support_policy 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.
I tried the React version demo and there is one thing I didn’t understand. What’s the difference between Controlled Wysiwyg Editor and Uncontrolled Wysiwyg Editor? Because it visually looks the same.
Hello macellinosetyajis,
There is no difference in visually appearance between the Controlled and Uncontrolled Wysiwyg Editor. The Uncontrolled Wysiwyg Editor functions in a standard manner, while in the Controlled Editor, it utilizes the React useState hook for state management, enabling users to exercise control over the editor’s value.
Regards.
as said in our previous message, please create a support ticket, our technical team will be delighted to assist you there.
Best regards.
Hello dokula,
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.
Can you guys please update the React version to include a React TinyMCE and SweetAlert2?
Hello macellinosetyajis,
We regret to inform you that React TinyMCE and SweetAlert2 are not included in our React version template. However, we do offer React Draft Wysiwyg: https://jpuri.github.io/react-draft-wysiwyg/#/ for the editor functionality and MUI Dialog: https://mui.com/material-ui/react-dialog/ or react-hot-toast: https://github.com/timolins/react-hot-toast for displaying alerts, both of which are widely used in the React version in our present template.
For our forthcoming major release, we will be implementing react-toastify: https://github.com/fkhadra/react-toastify#readme for alert notifications.
Django “Vuexy Admin Template additionally provides 10 different applications which enable you to get started and build your applications faster.”
This is misleading. These are “empty” applications.
Hello telfo,
Thank you for reaching out to us. We understand your concern. As template authors, our primary focus is on providing a user interface (UI). The applications included in the Django are indeed empty applications, and we utilize mock or sample data to demonstrate how these applications could function in real-world scenarios. These applications are intended to serve as a starting point for your own development, allowing you to build your applications more efficiently based on the provided structure.
If you have any specific questions or require assistance with using our template, please feel free to ask on our support portal: https://pixinvent.ticksy.com/, Our technical team will be delighted to assist you there.
Best regards.
Hi,
Any update when NextJS v13 with new app directory will be available?
Hello sidewayset,
Thanks for getting in touch. It will be available early next year.
Regards.
We are delighted to announce the release of our latest update for the Next.js version.
This update includes new apps such as eCommerce, Academy, Logistics, Email, Chat & Kanban and the front pages. You may access and download the updated package directly from your ThemeForest account.
We trust this update meets your requirements and appreciate your patience and continued support.
Why is it that in the vue+laravel version the code on the frontend to make the api calls to authenticate isn’t included and we have to look it up in the documentation, doesn’t make any sense. Could you please include that already. Logic is that if you’re using vue+laravel of course you’ll be making frontend api calls to laravel for authentication.. Thanks
Hi Freevizion,
Thanks for getting in touch with us. Source code of API calls’ response is present in @fake-db or /plugins/fake-api directory that mocks the API calls.
We haven’t written API in laravel because not everyone makes API call to laravel when using laravel + vue and there’s lots of integration when using Vue + Laravel together. Hence, mocking API calls is best bet to consider every aspect of Vue + Laravel development. If you want to make an API using laravel you are free to do so with our template. Even in future if you want to go with Firebase or some other third party integration you can do that as well. I hope you now understand the reason we didn’t provided the API in laravel. We have also written note regarding this on our item page’s “notes” section.
In addition to this, do check out our documentation for famous integrations like passport if that’s applicable to you. We’ll always try to provide best in class.
Please let us know if you have any further query. We are happy to assist.
First of all, this template is amazing! It looks very clean and appears to have all necessary features, I’ve been looking for a dashboard template and this is by far one of the best.
On to my question… I have a Laravel-Inertia-React project, I’m very experienced with Laravel but fairly new to React, so I’m wondering… seeing as you have different versions that include one or the other, would it be possible to use the react version and integrate it into my current project? Or even starting from scratch, would it be possible to integrate the react version with Laravel+Inertia?
Any plans for a Laravel-React version? I know Vue is the go-to for Laravel but just a thought. Thanks!
Hello hxmoyu,
Thank you for reaching out and for your kind words about our template. Your feedback and question are greatly appreciated. I will relay your suggestion and requirements to our core development team. Currently, we don’t have immediate plans to create a Laravel-React version, nor do we have Inertia integration in place at the moment. However, we may consider these options in the future.
If you have any further questions or need assistance, please don’t hesitate to ask.
Warm regards.
Hi,
I m a big fan of this template, i bought a license two years ago.
I m interested in the Angular version, and as we all know its no more available.
I m here to ask if its possible to buy the last version you published which has Angular version included?
I don t mind if you guys don t support it anymore. i just want the license and the code base.
Thank you.
Hello wajih123,
Thanks for showing your interest in our theme and getting in touch with us.
Unfortunately, there has been a decline in community interest in the Angular framework using Bootstrap, as well as a lack of updates for its third-party libraries for new Angular features. Additionally, there has been a decrease in sales and customer interest in the Angular framework year over year.
Due to these reasons, it has become increasingly difficult for us to maintain the Angular version of our template.
However, we have tested live version (https://demos.pixinvent.com/vuexy-angular-admin-template/demo-1/) which we can provide you once you purchase the item.
Cheers~
is figma file included ?
Hello rhsshawon,
Thanks for getting in touch with us. Yes, figma file in included in the package.
Regards.
any information on when you guys will release the nuxt one?
Hello mailprototypeid,
Thanks for getting in touch. Nuxt version will be released in this month.
Regards.
any specific date? thank you
No, we haven’t decided any date.
Hi mailprototypeid,
Nuxt version is released now
Hi,
Nuxt version is released now
You can download it from download page of ThemeForest.
Happy coding
thankyou!
any suggestions where to deploy that you guys recommend?
Hello mailprototypeid,
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.
In Html + Laravel version.
when I change the content mode “Wide” from “Compact” and reload the site. the page looks bad.
and show error on console. check the image preview.
https://prnt.sc/gVfgn4sR2DlMthis happen sometime not all time.
This is a very bad user experience. if occur a error sometime it’s very dangerous.
I’ve lost lot of time to fix but can’t. Please fix it now and give code here.
I’m really unhappy.
Hello Themeducket,
Thanks for getting in touch with us and apologies for the inconvenience caused.
Actually, we are not getting this issue in our live demo: https://demos.pixinvent.com/vuexy-html-laravel-admin-template/demo-1/
Please share the steps to reproduce this issue, if you find the same issues in our live demo.
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.
Regards~
I’ve used this custom code. But getting error. $(’#deirecors_number’).keyup((e) => { }) Erro got in the console: Uncaught ReferenceError: $ is not defined
how I can solve this. how to I write jquery code in the blade file?
how to laod jquery in html + laravel version.
Hi Themeducket,
We are not sure about the exact code that you have customized but make sure you are adding your custom code after including core JS file like jQuery.
Also, it seems there might be some network issue that breaks your code or not able to load the template assets.
In our HTML + Laravel template, we have already added jQuery, so you don’t require to add it again.
If you can share your live URL, so we can have a look to the included assets and it’s sequence.
For technical inquiries, we kindly request that you create a support ticket on our support portal: https://pixinvent.ticksy.com/
Regards~
Hi Team, How can I add axios interceptor to automatically refresh JWT token from my backend? Im using react next.js version.
Hi AlloySteelInc,
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.
Could you please guide me on how to add Inertia.js support with Laravel?
Hello wovosoft,
Thank you for your inquiry. I want to clarify that we do not provide support for Inertia.js integration with Laravel. You will need to implement this on your own. For guidance, please refer to the official documentation for Inertia.js and Laravel.
Regards.
Good night people. I would like to know if it is possible. When I bought the theme I created the system with the html-laravel version on vuexy-admin-v6.6. Is it possible for me to update this system that already exists to new versions of the theme???
Hello Junior_siqueira,
Thanks for getting in touch with us!!
We have restructured the template, so we suggest to check our FAQs here: https://demos.pixinvent.com/vuexy-html-admin-template/documentation/laravel-faqs.html#migrate-bs4-to-bs5
Also, we have updated to Laravel 10, so we have provided the package as per the latest changes: https://demos.pixinvent.com/vuexy-html-admin-template/documentation/laravel-faqs.html#migrate-laravel
Please feel free to reach out if you require further guidance or have any more questions. For technical inquiries, we kindly request that you create a support ticket on our support portal: https://pixinvent.ticksy.com/
Regards~