Discussion on Enlite Prime - React Admin Dashboard Template For Full-Stack Developer

Discussion on Enlite Prime - React Admin Dashboard Template For Full-Stack Developer

Cart 814 sales
Well Documented

ilhammeidi supports this item

Supported

This author's response time can be up to 1 business day.

238 comments found.

Your response on the sidebar helped alot. I am using the Big Sidebar layout. The issue i am facing now is that i am unable to scrolldown the minimized sidebar (i.e the sidebar which has Home, Application, Pages…). Thanks,

Hi, I cannot reproduce the issue, could you share detail with screenshoot, browser name and screen size? Because in my local or demo https://enlite.ux-maestro.com/app I can scroll the minimized big sidebar with 7 menus (Home, Application, Page) in viewport height 640px

The first sidebar is not scrolling vertically. Is there any way i can fix that.

Im getting the error below, during installation.

node:—openssl-legacy-provider is not allowed in NODE_OPTIONS npm ERR! code ELIFECYCLE npm ERR! errno 9 npm ERR! enlite_prime@1.9.3 start: `cross-env NODE_ENV=development NODE_OPTIONS=—openssl-legacy-provider node server` npm ERR! Exit status 9 npm ERR! npm ERR! Failed at the enlite_prime@1.9.3 start script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:

Hi, thanks for purchasing.

You can install node v18. Or if you want to use node < v18, in package.json script: please remove ‘NODE_OPTIONS=—openssl-legacy-provider’

And for sidebar in uiReducer.js change sidebarOpen: false,

Regards.

I want the sidebar to be minimized by default, when i load the application. Thanks

Hi i purchased this theme and struggle to implement this with my custom api written in node running on another server. i have implement axios for this and this working great now. Currently i have facing an issue about getting the state of the store or accessing store other then redux page. for example i have axios setup now i need to pass the auth-token in the middleware. how to get store directly to get the token. Please le me know the alternative. Thanks.

Hi,

Thanks for purchasing.

For axios redux auth you can check this guide https://www.bezkoder.com/react-redux-jwt-auth/

Regards.

the dialog model of entire projects not working on the enlite theme. I worked on my project and implemented a model popup that are working when I implement but since last week it’s not working properly. When i click to open any model that shows shades black color and in the model all input is not visible kindly help me for that my mail id- hemguna@gmail.com mobile- +91-9303830040

Hi hemgun,

Please check the original popup in your local http://localhost:3001/app/ui/dialog-modal or enlite demo https://enlite.ux-maestro.com/app/ui/dialog-modal

If you made any css changes, you can add new style with useStyles
paper: { backgroundColor: 'white' }

Like example in: /app/containers/UiElements/demos/DialogModal/ModalDemo.js

And for global css overide for popup background you can check in theme/applicationTheme.js

overrides: {
    MuiPaper: {
      root: {
        backgroundColor:
     }
  }
}
Regards.

Also face the same problem cant install node modules. Why should I had to use node v16? right now its 18.12.0 TLS recommended

The node 18 LTS version just launch 3 days ago, I will check the compability and update on next month.

Regards.

hello I just purchased. when i tried to use npm install with the starter-project i got into some error.

npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: redux-saga-firebase@0.15.0 npm ERR! Found: firebase@8.10.1 npm ERR! node_modules/firebase npm ERR! firebase@”8.9.1” from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer firebase@”5.0.4” from redux-saga-firebase@0.15.0 npm ERR! node_modules/redux-saga-firebase npm ERR! redux-saga-firebase@”0.15.0” from the root project npm ERR! npm ERR! Conflicting peer dependency: firebase@5.11.1 npm ERR! node_modules/firebase npm ERR! peer firebase@”5.0.4” from redux-saga-firebase@0.15.0 npm ERR! node_modules/redux-saga-firebase npm ERR! redux-saga-firebase@”^0.15.0” from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with—force, or—legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution.

Hi,

It just install node v16, no need SSL.

Regards.

Will it be updated in the future?

Yes it will be continues updated for fixing bug and the plugins

Hello, I just purchased this template. But the layout I see on the starter project isn’t what I saw in the demo. How can I get the exact one on the demo? My email is: bernard.oreva@gmail.com

Hi bernardoreva,

Thanks for purchasing.

Please change in ui reducer https://github.com/ilhammeidi/enlite-starter/blob/master/app/redux/modules/uiReducer.js

At line 20 change layout to sidebar-big
layout: 'sidebar-big',

Regards.

Hello I am getting the error

connect.js:244 Uncaught Error: Could not find “store” in the context of “Connect(ReduxForm)”. Either wrap the root component in a <Provider>, or pass a custom React context provider to <Provider> and the corresponding React context consumer to Connect(ReduxForm) in connect options.

Hi hemguna,

Thanks for purchasing.

Please make sure to connect the redux-form to redux and here’s the guide for redux-form integration https://redux-form.com/8.3.0/examples/initializefromstate/

And for example in app/components/Forms/LoginForm.js</cpde>

// Initialize redux form
const LoginFormReduxed = reduxForm({
  form: 'loginForm',
  enableReinitialize: true,
})(LoginForm);

// Connect to redux
const LoginFormMapped = connect(
  mapStateToProps,
  mapDispatchToProps
)(LoginFormReduxed);

Feel free if you have any further queries.

Regards.

Do you have a template without redux etc?

Hi cloyd1926,

Thanks for purchasing.

I only have Landing Page template that not use redux https://themeforest.net/item/oiron-react-js-landing-page-collection/34577670 and https://themeforest.net/item/luxiren-react-js-landing-page-collection/25087071

Feel free if you have any further queries.

Regards.

Thank you for the work and effort on this theme. I just attempted to install it but I found several dependencies broken or outdated. Will this be updated?

Hi leoares,

Thanks for purchasing.

I will update on next week. If any error on installation please remove node_modules/ folder and use the original package-lock.json (if any changes), then ‘npm install’ and ‘npm start’, no need to run npm audit.

Feel free if you have any further queries.

Regards.

Hello! Thanks for that template, great work.

I’ve noticed recently that demo app (https://enlite.ux-maestro.com/app) crashes whenever I click the “Show code” button. Could you fix this issue?

Thanks!

Hi, Thanks for purchasing and the appreciaion.

Unfotunately the showcode button will be removed from live demo, and only available in your downloaded item.

Regards.

Can I ask you more ) .DS_Store. Such a file in each folder with the project. What’s this? Is it from a store? Can it be removed?

Hi redhotmotor,

Thanks for purchasing.

Yes you can remove .DS_Store files. That was generated automatically by macOS.

Regards.

Good day! How can I get other languages ​​that are listed in the demo? I only have English and Arabic.

Hi redhotmotor,

Thanks for purchasing.

The rest languages like demo are in enlite-prime folder. It seem youre in starter-project version. To add more language, please check in docs https://ilhammeidi.github.io/enlite-docs/code_flow/ui_lang.html#lang

Feel free if you have any further queries.

Regards.

Hey,

Purchased the theme today and tried to run it.

Getting this error message after npm start

Module build failed (from ./node_modules/happypack/loader.js): Error: error:0308010C:digital envelope routines::unsupported

A quick resolution would be appreciated. Working on a project with a tight deadline.

Regards.

Hi Kenkyu2021,

Thanks for purchasing.

This is because of the Node v17 which has a different SSL provider. Please use node v16 (LTS) as most recommended for most users.

Here’s the reference for detail: https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported

Feel free if you have any further queries.

Regards.

Hello sir, if I read correctly, you use react version 16, any reason for not upgrade to version 17 that was launched in October 2020

Yes, I’m bussy and will update latter.

Hi,

Just update to react 17. If you wanna buy please check the description and also you can try the starter-project.

Thanks.

if possible can you please let me know how to properly configure tailwindcss to enlite prime as while setting it up i am not facing any kinds of error but not able to use its classes.

Hi info_higheredd,

Thanka for purchasing.

This template uses manual configuration of webpack. So for tailwind please check this reference https://blog.logrocket.com/webpack-from-scratch-for-tailwind-css-with-react/ You can skip until “Add Tailwind CSS” section.

For webpack config is in internals/webpack/webpack.base.babel.js

Feel free if you have any further queries.

Regards.

Good evening! The app authentication by default uses firebase, but I needed to use a Rest API. Do you have any tutorials for making this switch?

Item Purchase Code: 8aad9ca4-b667-4ca8-b33a-59c2adb44913

Hi rafaelsvc,

Thanks for purchasing.

For API integration without firebase you can refer to this example https://github.com/cornflourblue/react-redux-registration-login-example

Feel free if you have any further queries.

Regards.

Hello,

Just wondering how I go about setting up a new language pack. I tried to find in docs but no luck. Also, do you provide any customization paid services? :)

Thanks, Karl

Hi Karl,

For language config you can find in docs UI and Language section > Set Language. Here is the online version https://ilhammeidi.github.io/enlite-docs/code_flow/ui_lang.html#lang

And Flfor customizations, sorry I’m not available right now.

Regards.

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