44 comments found.
issue in list pagination please sort out it from theme, otherwise theme is extra ordinary best of luck
Hello, I bought your template, but after looking at the files, it is way too complicated and not modular at all. The level of coupling between the components does not allow me to use it the way I wanted to. Could you please revoke my license and issue me a refund?
Regards, Francois
Hi,
During the development of Acorn, we did our best to keep the learning curve low. Maybe our detailed documentation can help you.
https://acorn-react-docs.coloredstrategies.com/All the best.
I need support. I’m starting in React, where do I load the user coming from firebase? Could you just help me with this?
Hi,
The user in the demo is defined as the dummy for the demo. The following. The instructions will help you.
https://acorn-react-docs.coloredstrategies.com/getting-started/routing-and-menuAll the best.
Hi
We are using the theme to build our education website, need some help with that
Just a quick question – I applied some filtering (arr.filter(..) ) on the data that is returned from the the redux state and then fed to react-table, and the the applied filtering returned zero results (an empty array). As soon as this happens, there’s an immediate infinite loop error in React – Maximum update depth exceeded – in the ModalAddEdit.js lines: else { > setSelectedItem({}); }
Could you kindly advice, why is this happening and only in cases when an empty array is returned after the applied filtering?
Thanks!
hello, author
we bought your template but i did not find any plugins like select tree. would you mind to give some tips? or other methods ?
Thank you very much
Have a nice day
Hi,
I am not sure what you meant by select tree. We have select plugin here: https://acorn-html-classic-dashboard.coloredstrategies.com/Interface.Forms.Controls.Select2.html
Cheers.
Hello, could you provide the HTML verision for Acorn Admin Template? Thank you
Hi,
Could you kindly advise what config values should be changed to deploy this in a subfolder? I changed the Router to HashRouter and page seem to load, however all the assets are still being loaded from the root site. Tried to add “homepage” inside package.json and also – baseName of the router but that does not seem to help.
Thank you in advance!
Hi,
You just need to add the following lines to your .env file.
REACT_APP_BASENAME="sub-directory-path"
All the best.
Hi! Do you have any plans to update the code to typescript?
Hi,
No, not currently.
Best.
Hi team,
I’m going to purchase the theme “chỗ này a điền tên theme nhé”. Just having a question before purchasing. Is the Figma file included in the packet? Also, I would really appreciate if you could share the figma file with View only permission so I can make sure that it includes all the components I need.
Thanks in advance!
Hi,
The Figma file contains some of the template and it is open source. Here is the link: https://www.figma.com/community/file/982055506097642010
All the best.
Angular versión of this témplate?
Hi,
Angular version is not available.
All the best.
There is no example structure for login api or and also in documentation no explanation about where we need to call login api and how to set the ‘currentUser’ and ‘isLogin’ after success response.
If i need only theme then i have option to purchase bootstrap theme you have to understand there is difference between a simple theme and a react theme you can pick any popular react theme and see they have all main logics and explanations about it.
Hello! Atleast tell us how to set the ‘currentUser’ and ‘isLogin’ flags after api success response.
Hi,
Below I share the things to be done for the login scenario: I believe it will help you
https://codepen.io/originalai/pen/PoJRBVVAll the best.
There is no example structure for login api or and also in documentation no explanation about where we need to call login api and how to set the ‘currentUser’ and ‘isLogin’ after success response.
Hi,
This product is a theme. It does not contain login logic. However, even if you have a role-based user structure, it offers you an infrastructure that you can easily implement without any extra effort.
https://acorn-react-docs.coloredstrategies.com/getting-started/routing-and-menuPS: The support system is for buyers. Please contact the account you purchased from.
All the best.
Can i get next.js version?
Hi,
The next.js version is currently not available.
All the best.
okay thanks
Hi, I purchased this template and I find it is really awesome. However I am having trouble with auth implementation. I have implemented register and login api, using the authSlice. I can see the current user and islogin flags are also getting set. However, the login page does not redirect to the dashboard, can you kindly let me know what is the right way to do this?
Hi,
We apologize for our delayed response. After importing useHistory to login page, you can redirect the page with this hook if login is successful.
import { useHistory } from 'react-router-dom';
..
const Login = () => {
const history = useHistory();
..
const onSubmit = (values) => {
...
history.push('/dashboards');
};
return (
<>...</>
)
}
All the best.
Thank you for your response, I do have a follow up question. In App.js, this is the code I have from template. Is this accurate? Or do we need to connect state to props?
specifically, my question is why is this piece not getting executed when I change the login state in redux?
const App = () => {
const { currentUser, isLogin } = useSelector((state) => state.auth);
const routes = useMemo(() => getRoutes({ data: routesAndMenuItems, isLogin, userRole: currentUser.role }), [isLogin, currentUser]);
if (routes) {
return (
<Layout>
<RouteIdentifier routes={routes} fallback={<Loading />} />
</Layout>
);
}
return <></>;
};
Thanks!
Hi,
Thanks for feedback. For the demo environment, the IS_AUTH_GUARD_ACTIVE variable is set to false in the src/config.js file. Could you have overlooked setting this variable to true?
All the best.
Thank you, I double checked, the variable is set to true. Would you like to take a look at my implementation? I mean it is just a sample that I am creating, and it is just right now about implementing the auth scenarios. I can add you to my git repo if would like to take a quick look.
Hi,
Unfortunately, I don’t think we can come up with a solution by accessing your repo. You can share the relevant part of the code with us on a platform such as Codepen.
All the best.
If you still want to give access to the repo, contact us at https://themeforest.net/user/coloredstrategies page.
Below I share the things to be done for the login scenario: I believe it will help you
https://codepen.io/originalai/pen/PoJRBVVCan I use this with next.js ?
Hi,
Acorn is currently a project created with the CRA. We continue to develop the Next.js version. If you wish, you can wait for this update or apply it to the Next.js project yourself.
All the best.
Thank you. So, will the next.js version be a separate product or will it be an update to this product and when will it come?
Hi,
The answer to this question is not clear at the moment. We will probably proceed through a single item.
It does not seem possible to talk about a near future as a completion date.
All the best.
Hi, Does this theme support MongoDb? Or can we use MongoDb to fetch data to from our server to this theme?
Hi,
MongoDb is an area related to your backend. There will be no problem when you use it with the theme.
All the best.
Do you have an example of Auth implementation
Hi,
Route and menu items are ready for authorization. When you set the ‘currentUser’ and ‘isLogin’ values in ‘src/auth/authSlice.js’, the theme will adapt.
For more information : https://acorn-react-docs.coloredstrategies.com/getting-started/routing-and-menuAll the best.
Hello. I need svg files or smth of Icons. I don’t see it in zip file and in docs too, where can I get them?
Hi,
Please reach us via the contact form in our profile(bottom right side). We can send you the files as a reply to your messega.
https://themeforest.net/user/coloredstrategiesCheers.
Does this support node sass v6?
Hi,
Acorn is not using node-sass. it is using the sass package directly.
We have separated Sass build from React to be able to define paths in Sass files. Scss files are rendered to css at runtime and this staticly created css file is included to the application in the public/index.html file.
All the best.
So this will work on M1 mac’s?
We are not able to test the m1 device, but you can try the ‘sass’ package on your own device. If it works, Acorn will work too.