Discussion on EasyDev — Web3 React BS5 Admin & Dashboard Template + Figma

Discussion on EasyDev — Web3 React BS5 Admin & Dashboard Template + Figma

Cart 2,502 sales
Well Documented

Aspirity does not currently provide support for this item.

427 comments found.

yb0

yb0 Purchased

Hi, i’ve included charts from the e-commerce dashboard and the contents are display as block whereas your demo site has the display property crossed out. The element in question is

What do i need to change to make this chart appear the same way as the demo?

thanks for your help.

” />

Hello!

Could you clarify what charts do you use? And could you send screenshots or link to your site?

Best regards, Aspirity.

Hi , can i get basic HTML version of this ? without REACT

0 info it worked if it ends with ok 1 verbose cli [ ‘C:\\Program Files\\nodejs\\node.exe’, 1 verbose cli ‘C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js’, 1 verbose cli ‘start’ ] 2 info using npm@5.6.0 3 info using node@v8.11.3 4 verbose run-script [ ‘prestart’, ‘start’, ‘poststart’ ] 5 info lifecycle seed@0.1.0prestart: seed@0.1.0 6 info lifecycle seed@0.1.0start: seed@0.1.0 7 verbose lifecycle seed@0.1.0start: unsafe-perm in lifecycle true 8 verbose lifecycle seed@0.1.0start: PATH: C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin;d:\REACT\EASYDEV_TEMPLATE\easydev tf\seed\node_modules\.bin;C:\Program Files\Microsoft MPI\Bin\;C:\Program Files (x86)\RSA SecurID Token Common;C:\ProgramData\Oracle\Java\javapath;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\WebEx\Productivity Tools;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\110\DTS\Binn\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\;C:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\;C:\Program Files\nodejs\;C:\Program Files (x86)\Microsoft SQL Server\120\Tools\Binn\ManagementStudio\;C:\Program Files (x86)\Microsoft SQL Server\120\Tools\Binn\;C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Microsoft SQL Server\120\DTS\Binn\;C:\Program Files\Microsoft\Web Platform Installer\;D:\Users\703115974\AppData\Local\Microsoft\WindowsApps;D:\Users\703115974\AppData\Roaming\npm 9 verbose lifecycle seed@0.1.0start: CWD: d:\REACT\EASYDEV_TEMPLATE\easydev tf\seed 10 silly lifecycle seed@0.1.0start: Args: [ ’/d /s /c’, ‘node scripts/start.js’ ] 11 silly lifecycle seed@0.1.0start: Returned: code: 1 signal: null 12 info lifecycle seed@0.1.0start: Failed to exec start script 13 verbose stack Error: seed@0.1.0 start: `node scripts/start.js` 13 verbose stack Exit status 1 13 verbose stack at EventEmitter.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\index.js:285:16) 13 verbose stack at emitTwo (events.js:126:13) 13 verbose stack at EventEmitter.emit (events.js:214:7) 13 verbose stack at ChildProcess.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\lib\spawn.js:55:14) 13 verbose stack at emitTwo (events.js:126:13) 13 verbose stack at ChildProcess.emit (events.js:214:7) 13 verbose stack at maybeClose (internal/child_process.js:925:16) 13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5) 14 verbose pkgid seed@0.1.0 15 verbose cwd d:\REACT\EASYDEV_TEMPLATE\easydev tf\seed 16 verbose Windows_NT 10.0.14393 17 verbose argv “C:\\Program Files\\nodejs\\node.exe” “C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js” “start” 18 verbose node v8.11.3 19 verbose npm v5.6.0 20 error code ELIFECYCLE 21 error errno 1 22 error seed@0.1.0 start: `node scripts/start.js` 22 error Exit status 1 23 error Failed at the seed@0.1.0 start script. 23 error This is probably not a problem with npm. There is likely additional logging output above. 24 verbose exit [ 1, true ]

Got it ! thanks

Great!

If you have more questions, please feel free to contact us.

Regards, Aspirity.

Hi, when I do npm run build, the index file use relative path with prefix of ”/easydev/” for all static files and for image folder path, where I should remove it? I remove the base from BrowserRouter

Also, the build doesn’t contain the same fonts and some css styles

Hello!

Also remove ”/easydev” from “homepage” in package.json.

Can you give more information about missing css?

Best regards, Aspirity.

Hello, I recently purchased your theme and am attempting to deploy to a linux server. During my build process I run the command “yarn build” to produce a production build. The output of this command is expected (a build folder with assets) upon successful deployment I am not seeing what I expect, that being the initial page when you run the seed project. Instead, I am seeing an odd quarter of a circle graphic to the top left of the window. Please let me know if I am missing anything. I do see console errors related to css loading but nothing that should prevent the initial page from rendering.

Have a look https://socialastronaut.azurewebsites.net/

My purchase code: d0818fb9-f4b0-4a01-9b31-5d2072c36179

Disregard my comment. All works :)

Hi. Will you do a Material CSS-in-JS version? I’t be very helpful.

Looking forward to that version!

Hi, there is a good performant library called linaria, which may help in the lines of emotion too.

Hello!

Thank you for your suggestion. We’ll check it.

Best regards, Aspirity.

Hi. Just bought your theme. Awesome. But, how to change the logo in logoImg in background-image: themed(‘logoImg’) ?

Thanks.

Hi! You should change the variable value as described here: http://previews.aspirity.com/easydev/documentation/color_themes

Best regards, Aspirity

Hi, I am seeing high CPU usage (20-40%) whenever the page built with this template loads. This happens only on the easydev template page. Can you help me troubleshoot please?

Hello!

How are you running the template? If you are using ‘npm start’, it`s expected to load CPU for 20-40% because of development tools and not optimized code. However, in the production environment, you should use the built version (npm run build), which comes without any dev tools, minimized and optimized code. Basically, the built version should take less CPU usage for about 3-4 times.

Best regards, Aspirity.

This template is great. Beautiful. Clean. Simple to integrate. Only issue I’ve seen is a lack of responsiveness with the some of the page/components (ie login, header modals) but not difficult to update yourself.

Hello!

Thank you for your comment. We’ll improve mobile view of the login/register pages and the topbar modals on this or next week.

Best regards, Aspirity.

Good day! i want to purchase your theme but before buying i would like to ask if how could we integrate your theme with our Meteor.js project. Thank you!

Hello!

Sorry, we never work with meteor.js. If you’ll set up sass-loader for your project this may be enough to move components from the template to your project and use them there.

Best regards, Aspirity.

Is there a typescript version of this? I just got it and having a hard time slowly migrating it.

Hello!

Unfortunatly, TypeScript is used by a few of our customers, we are planning to add TypeScript support to our template in the future, but for now you have to do this by your own.

Best regards, Aspirity

Hi, could you provide html+jquery version of this theme with react version? Can I buy both? And what about sketch or psd?

Hello!

Sorry, we don’t have html/jquery version of this template. Sketch files are included.

Best regards, Aspirity.

Hey guys,

Thank you for the template!

I have one question related to the notification package ‘react-notification-system’ and your logic for it.

What is the best way to combine onSubmit form validation and these notifications?

Currently I do not see a straight way to do that, because the following code will only display notification, skipping validation.

<form className='form' onSubmit={handleSubmit()}>
...
<Notification position='bc' className='success' message='Expense has been successfully added'>
<Button color='success' className='btn btn-success account__btn account__btn--small' type='submit'>Save Expense</Button>
</Notification>
...
</form>

What I want from you guys, is to help me understand how to build a logic in which firstly form will handle validation, and secondly once every field inside form is validated it suppose to be submitted and show notification. Also would be nice to see a proper way to show success and error messages in case if form successfully submitted or error occurred.

Thanks a lot!

Hello.

We’ve used redux-form for the template and you can find all about field-level validation (and other types of validation) on this documentation page: https://redux-form.com/7.4.2/examples/fieldlevelvalidation/. Our validation example you can find in ’~/template/src/containers/form/form_validation’.

Unfortunaly, the notifications requiring changes and we want to rework it later. Now we can only advise you to rewrite it to the logic of your form by yourself and write your function for onSubmit:

onSubmit = (formValues) => {
   // save values
   // show notification
};
<Form onSubmit={this.onSubmit} />

Best regards, Aspirity.

Okay. Thanks. Would advise you guys to switch from reduxForm to Formik https://www.npmjs.com/package/formik or something similar. reduxForm is fine for small projects, but it’s feature to access the redux store after each keystroke and page re-render may cause a lot of issues for large projects.

Hello!

Thanks for your advice. The template firstly designed for the small projects and focuses on the wider public. We are regularly using last updated and popular packages with good documentation. Redux-form is chosen because it has a bigger community and suits most of the projects without problems.

Best regards, Aspirity.

Hi, a few questions before buying. So: 1. Why would YOU recommend your template as compared to others? This is a key question! 2. What typical dev support does this template feature? 3. Can I increase font size on the templates? 4. What about colors palette? Cna I customize that? Do I have a theme for quick color changing? 5. Can I add company logos to customize end-products for clients?

Thanks for your atention. Hopefully, I will buy your template, so answer soon.

Best, Mauricio.

Hello!

1. It’s well-documented and easy to use template based on popular technologies: reactstrap, redux, redux-form, material-ui and many others. We frequently update the template to improve it and add some requested features from our customers. Also we always ready to help our customers to resolve problems.

2. Basic dev support inherited from create-react-app, including hot-reload feature and error-overlay.

3. Basic font-sizes you can find in ‘template/src/scss/base/typography.scss’.

4. To change color themes you can change variables in ‘template/src/scss/settings/variables.scss’: http://previews.aspirity.com/easydev/documentation/color_themes

5. You can customize the template as you want.

Best regards, Aspirity.

Are we able to upload images directly in ‘Text Editor’?

Hello.

The text editor can upload images, but we didn’t set up it for the template. You can find example in the end of this page and implement it in your project: https://jpuri.github.io/react-draft-wysiwyg/#/demo.

Best regards, Aspirity.

Awesome, thanks!

Hi you! I want convert route to react-router-config and using ssr. Please help me! Thanks!

Hello!

Сould you please provide us with more information about case where you need react-router-config? It`s currently in alpha and not very stable, due to that we are not using this library and can`t provide any help. How ever, we would assume that common react-router would solve all your problems, because its comparable with ssr aswell (you are getting page from server on first page open then react-router works for navigation, no extra logic required).

Best regards, Aspirity.

Thanks for support. i have done it.

If you like our support, please, rate us with the stars.

Regards, Aspirity.

Which version of React did you used?

Hi,

We used React 16.2.0 in the EasyDev.

Regards, Aspirity

does this theme support RTL?

Hello!

Unfortunately, it doesn’t support RTL. But we’re planning to do it in future updates.

Best regards, Aspirity.

Hello Team, Loved you template, and im starting my sketches for my app from yours. But apparently you didnt add any icons for the sketch file. Do you got the icons for sketch?

Regards,

Hi!

We used icon fonts in the EasyDev, so you just should install them. It is Linearicons: https://linearicons.com/free and Material Design Icons: https://materialdesignicons.com/

Best regards, Aspirity

Just purchased and downloaded the template. Have a question about the seed project. Serving the pages after a build is missing a lot of stying. npm start works OK.

Hello!

Sorry, we add a wrong file there. To resolve your problem copy ‘webpack.config.prod.js’ from template/config/ to seed/config/. We’ll update files today.

Best regards, Aspirity.

Привет парни . Есть доки на русском?

Здравствуйте!

Увы, документации на русском не предусмотрено. Если возникнут вопросы, вы всегда можете написать здесь или нам на почту.

С уважением, Аспирити.

hi,

this template does not work on my server. i need my money back.

Hello!

Sorry to hear about it.

Try change ‘basename’ in BrowserRouter (src/index.js) and “homepage” in package.json and build your app again. If it isn’t working please write us more about errors.

Best regards, Aspirity.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey