427 comments found.
please add datajango to your git repo
581aba16-1b05-4335-88dd-f37572b85d3a – 7 Jul 2018 REGULAR LICENSE
Hello!
Unfortunately, we can’t add you to git repo because we don’t have it on github. But we’re planning to do that and then we’ll notify our customers.
Best regards, Aspirity.
Hello, how can I run the React template? Do you could send a step-by-step? I have some problems with some modules when I execute “npm run test” (jest) and “npm run start” (chalk).
Please, if you could send me a step-by-tep will help me more.
Hello!
Instructions for installation and launch can be found in the documentation: http://previews.aspirity.com/easydev/documentation/installation
Best regards, Aspirity.
Hi there We’re missing 1 font in the sketch file, can you send us the link or the “material” font
Hello! We’ve used a font bundle for Sketch plugin Icon Font. It’s here: https://github.com/keremciu/font-bundles
You may set up this plugin and upload the font-bundle into it. Is the problem solved?
Regards, Aspirity.
Hi, i have some 2 simple questions: Is template written in typescript? How many deploy script is has?
Thanks
Hello!
This template completly written in js. And it has no deploy scripts, only webpack build.
Best regards, Aspirity.
A very nice template. Do you give boilerplate in it? 
Hello!
This template based on create-react-app. Now it doesn’t have seed/skeleton project but we’re planning to include it next week.
Best regards, Aspirity.
awesome 
.
First, thanks for the theme. It’s a pleasure to work with.
Can I suggest some feature requests?
For the Registration and Login pages, can you design some good looking alert components that matches the style of the rest of the page? It would be useful to indicate errors like username already taken, wrong password, etc.
Also, would it be possible to add some more pages to the account? It would be useful to have .a page for when user has successfully verified their email.
And taking the first concept further, would it be possible to also design some site-wide alerts that are useful and looks good elsewhere too?
Hello!
Thank you for your feedback!
Yes, we are glad to hear about desired features from our customers. Answering your questions:
1. We will make the register form validation in the next update – it’s a great idea. But if you hurry you can use the validation examples from here: http://preview.themeforest.net/item/easypro-developer-friendly-react-bootstrap-4-admin-template/full_screen_preview/21798550
2. Yes, we’ll add that page. We agree with you that it’s a useful page.
3. What alerts do you mean? We have Alerts and Notification components in the template (you can find it in UI components in the menu). Or do you say about something special?
P.S: We’re planning the next update on the next week.
Best regards, Aspirity.
1. Thanks for pointing me to the forms section, I actually totally missed that! The small error messages under the input fields can actually work for me. As a bonus though, can you add an animation (like a small sundial animation) to indicate that submit button is already pressed and form is being submitted?
2. Thank you, looking forward to the new pages. It would be cool to also have a message like the following upon successful signup: https://dribbble.com/shots/4744109-Success-screen
3. I was thinking of a general purpose site-wide alert that will immediately capture the user’s attention. Perhaps it can be a floating alert bottom right of screen like this: https://dribbble.com/shots/2330220-Flash-Messages. Or a big banner across the entire screen like this (as shown in yellow): https://dribbble.com/shots/507858-Timeout-Alert
The following sample project has an interesting take on the site-wide alert: https://github.com/cornflourblue/react-redux-registration-login-example.git
Notice that in their implementation, the alert element sits on top of pages (in src/App/App.jsx):
render() { return (
{alert.message &&
<div classname="{`alert">{alert.message}</div>
}
<Router history={history}>
...
</Router>
)}
And because it’s hooked up to the state (this.props.alert), it allows for easy display of any messages that need to be highlighted. Then they can just call action creators in src/_actions/alert.actions.js to display the alert anywhere in the app.
1. The template has button with loading animation (Expand) http://previews.aspirity.com/easydev/ui/buttons#. You can change this component as you want and use it in forms.
2. We’ll create that page within the next couple of weeks.
3. We will consider this proposal and add this with new page. Also you can add this logic with notification from http://previews.aspirity.com/easydev/ui/notifications in your project yourself.
Best regards, Aspirity.
Oh, turns out everything I need is already there! Thank you!!
Thank you for choosing us!
Could you please confirm if the landing page for this theme shown at http://previews.aspirity.com/easydev/ is also included and uses the same stylesheets? This would make it easier to use this landing page in a Single Page App where the stylesheet is shared.
Theme looks amazing. If above is true, I’ll be your next customer. Thank you.
Hi!
Good news! Now you can use the EasyDev landing page in your app. It is a part of the app and it uses the same stylesheet. We just have included it into the purchase pack. You can get it from the downloads in your account.
Best regards, Aspirity.
Fantastic service. I have purchased the theme on the assumption this would be there and I’m very happy. Thank you.
Thank you for choosing us! If you’ve liked our service, please, rate us with the stars.
Regards, Aspirity.
Hi! I just spinned up at fresh installation, Im getting: React does not recognize the `computedMatch` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `computedmatch` instead. If you accidentally passed it from a parent component, remove it from the DOM element
Out of the box, seems like theres a small problem with React Router?
Hi! To resolve this problem you should:
1. Create const wrappedRoutes
2. Move the Routes which use topbar and sidebar to wrappedRoutes
3. Replace these Routes in Main with <Route path=’/’ component={wrappedRoutes}/>
See the example bellow:
const Router = () => (
<MainWrapper>
<main>
<Switch>
<Route exact path='/' component={LogIn}/>
<Route path='/404' component={NotFound404}/>
{/* Add route below */}
<Route path='/' component={wrappedRoutes}/>
</Switch>
</main>
</MainWrapper>
);
// move all routes with sidebar and topbar in wrappedRoutes
const wrappedRoutes = () => (
<div>
<Topbar/>
<Sidebar/>
<div classname="container__wrap">
<Route path='/dashboard_default' component={DefaultDashboard}/>
<Route path='/dashboard_e_commerce' component={Commerce}/>
<Route path='/dashboard_fitness' component={FitnessDashboard}/>
<Route path='/dashboard_crypto' component={Crypto}/>
</div>
</div>
);
We’ll fix this issue in the next update.
If our advice is helpful, please, rate us on Themeforest.
Best regards, Aspirity.
Live Preview not working
Hi! It’s working correctly. What is your time zone?
Regards, Aspirity.
Where do I find te sketch file?
Oh, it looks like we’ve forgotten about it in the last update.
Please download the item again, we’ve just updated it and added the Sketch file. Sorry for the inconvenience.
Regards, Aspirity.
Congratulations!
Amazing Work, Good Luck With Sale 
The live preview does not work. Is it possible to provide screen shots?
Hi! It works correctly, try again. Regards, Aspirity.
I just check again, it is not open on Safari and Chrome. I got the following error from the developer console.
time.js:77 Uncaught TypeError: Cannot read property ‘zoneName’ of undefined at Object.l [as time] (time.js:77) at Object.<anonymous> (index.js:35) at t (bootstrap 2616775…:19) at Object.<anonymous> (TwelveHoursMode.js:37) at t (bootstrap 2616775…:19) at Object.<anonymous> (index.js:17) at t (bootstrap 2616775…:19) at Object.<anonymous> (TimePicker.js:23) at t (bootstrap 2616775…:19) at Object.<anonymous> (index.js:2)
Oh, so strange. Could you provide us an information with your timezone, browser’s versions, and operation system?
Well, you are right. After I changed my timezone from GMT +3 to GMT -8 it starts working. By the way I am using latest version of Safari and Chrome on OS X 10.13.5.
We’re glad to hear it. Regards!
nice job. congrats 
Congratulations! Good Luck With Sale 
Nice Work, Good Luck With Sale 
Great work! Best of sales to you 
I do not understand. The site is not opening. How do you like it so much?
Nice Work,
Congratulations! Good Luck With Sale 