125 comments found.
Hi, I just purchased a template and tried to run it locally, but after accessing /dashboard/commerce I got this error: “The license key is missing. You might not be allowed to use `@mui/x-data-grid-pro`, which is part of MUI X Pro.”
Are you using any paid components for the template?
Hi,
MUI comes with a lot of free components and some advanced paid ones. We styled them all, including the paid ones, to cover the whole library.
Most of the Data Grid features are available for the free tier and you can find examples in the related template section. You might check out the features on their pricing page, and if you don’t intend to use those premium features, you might make the data-grid work with the import { DataGrid } from ”@mui/x-data-grid”; The code might show a few errors since the @mui/x-data-grid does not have all the features, and you might need to make a few tweaks. And you can remove the line that starts with “LicenseInfo.setLicenseKey” to get rid of the warning.
All the best.
the new version is top 10… but .. in bootstrap ?? can be possible ? thanks for response me..!!!
best regards
Hi,
Thank you for your comment.
We switched from Bootstrap and React Bootstrap to Tailwind and MUI, as the Bootstrap libraries had started to receive almost no updates. MUI comes with much more components than Bootstrap even in its free version, and it is very stable. Tailwind provides the flexibility and ease of use that Bootstrap never did.
All in all, I don’t think we will work on a Bootstrap version and don’t recommend anyone to go for that.
All the best.
What’s the difference between Acorn and Gago, seems like just different names?
Hi,
They use the same UI library and content but have different layout and menu structures.
Cheers.
Hello, Does this include apps that actually work? Does it include the code to login, register users, etc? If not, do you have one with that option?
Hi,
The applications were created with dummy data for UI actions to work. There is no backend integration.
Thank you.
y have problemas in android app, not working. is normal? this is inside from app android app.
Are there any plans to update this template?
is it possible to create version for vuejs
Will there be a version for Laravel 10? Is this line already dead? There have been no updates for two years. Very nice work, too bad.
Does it work with laravel 10?
With a checked form checkbox when printing, you get an empty checkbox. Any workaround?
Work around use the following css
@media print {
* {
-webkit-print-color-adjust: exact !important; /* Chrome, Safari 6 – 15.3, Edge /
color-adjust: exact !important; / Firefox 48 – 96 /
print-color-adjust: exact !important; / Firefox 97+, Safari 15.4+ */
}
}
The theme looks great, but i see there is no support. Can somebody tell me how do you get help or answer if the need arises?
I would like to know can we export html/css/js to django project?
Thanks
chat and mailbox not working
the calendar is not working properly. For example day 5 displays the “Crash Course” event, but it is an event of December 5, 2020 as written in the file /json/events.json
How to upgrade to laravel 9
will vuejs version for that
I’m already a member at https://elements.envato.com/ I use https://elements.envato.com/acorn-bootstrap-5-html-laravel-net-admin-templa-9N5M47S here I have is it supported at https://themeforest.net/?
acorn-html-ecommerce-platform -> Products.List.html images overflowing with height. See https://imgur.com/16cRY1l please hep me
i already buy ur template, this is awesome, but i dont now how to get data from task page, can u please help me,, tell me where is the data in task page coming please,,
Does anyone else has the problem that the Default Classic Dashboard is just showing a white page in safari?
Just to let you know your domain has expired.
Hi there! Thank you!
How do you set the table header column width for the boxed table? I tried inline style and also columnDefs in the jQuery, both doesnt seem to work. Thanks!