Discussion on Fortress - React Admin Template

Discussion on Fortress - React Admin Template

Cart 408 sales
Well Documented

FortressThemes supports this item

Supported

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

125 comments found.

Hi, I have a question. Is there any issue to use internalization(i18n) library with this template? Or is there some proper i18n library with this template?

I will wait your answer. It is an important point to us. Thanks.

Hello,

No problem, our template is based on React Boilerplate repo that already implemented i118n.

Check on the react boilerplate: https://github.com/react-boilerplate/react-boilerplate

請問我要怎麼安裝才能使用後台模板呢?

If in not wrong, you are asking: How to operate your template?

There is a start guide included in the files you downloaded.

Hello, Tell me about redirection and where i can register redirection.

Hello,

Please send us a private message through this page: https://themeforest.net/user/fortressthemes

So, we can give you some guidance in your request.

Hi, Are you updating pro material-ui v4? When?

Do you believe in 2 weeks?

Okay, thank you very much, we really like your project, and let’s use it. There may be a version of the material-ui v4 as soon as possible, we would be eternally grateful

Hi, I ‘ve found a bug on Internet Explorer. When you toggle ‘show header tabs’ on IE it throws an Infinite loop error and breaks down – you can observe it on demo. On other browsers it works correct, except Edge – when you hide tabs, remaining div has unnecesary, disabled scroll.

Hello,

Thanks for the feedback!

That issue can be fixed adding the below css rule to global-styles.js

.tabs > div > div {
  overflow: auto;
}

We will include this fix on our next release.

thanks for quick response!

Hi there, I sent a support request yesterday. I am having issues with the template rendering on other browsers that are not Chrome. Can you please let me know asap?

Hello,

Yes, we are reviewing your request and will reply your email soon :)

Hi!

Can you help me!

I was install the project in my local but show me this error:

MacBook-Pro-de-Oswaldo:fortress-react-admin-clean waldix$ npm run start

> react-boilerplate@3.7.0 start /Users/waldix/Documents/Proyectos/repos/fortress-react-admin-clean > cross-env NODE_ENV=development node server

internal/modules/cjs/loader.js:583 throw err; ^

Error: Cannot find module ‘webpack’ at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15) at Function.Module._load (internal/modules/cjs/loader.js:507:25) at Module.require (internal/modules/cjs/loader.js:637:17) at require (internal/modules/cjs/helpers.js:22:18) at Object.<anonymous> (/Users/waldix/Documents/Proyectos/repos/fortress-react-admin-clean/internals/webpack/webpack.dev.babel.js:6:17) at Module._compile (internal/modules/cjs/loader.js:689:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10) at Module.load (internal/modules/cjs/loader.js:599:32) at tryModuleLoad (internal/modules/cjs/loader.js:538:12) at Function.Module._load (internal/modules/cjs/loader.js:530:3) npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! react-boilerplate@3.7.0 start: `cross-env NODE_ENV=development node server` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the react-boilerplate@3.7.0 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: npm ERR! /Users/waldix/.npm/_logs/2019-05-06T22_14_12_145Z-debug.log

I have installed: version npm – 6.4.1 version node – 10.15.1

Hello,

Yes sure. To give you a better support please contact us with direct message from here: https://themeforest.net/user/fortressthemes

I am trying to use with with Visual Studio (.net core web app react.js template base). I copied over all the “src” stuff. But it won’t run. How do you get this thing to run in this type of scenario?

Hello,

We will try to set it up in asp .net core.

Please send us a private message through here so we can give you support:

https://themeforest.net/user/fortressthemes

Does this support typescript?

Hello,

No, It does not support typescrit.

This template is based in the repo React Boilerplate. You can check all the features here: https://github.com/react-boilerplate/react-boilerplate

Hi, are you planing rebuilding template to change React lifecycle methods, which will be deprecated in next React version?

Hello,

Yes, we will, we are moving forward with packages new versions like react and material-ui. We don’t have an estimate yet, but it will be on our roadmap.

Hi, I have a problem during installation theme. When i call npm install in project folder, I receive an error (node:10108) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 SIGINT listeners added. Use emitter.setMaxListeners() to increase limit internal/child_process.js:366 throw errnoException(err, ‘spawn’); ^

Error: spawn UNKNOWN at ChildProcess.spawn (internal/child_process.js:366:11) at spawn (child_process.js:538:9) at C:\Users\dp\Documents\projekty\edi\themeforest-19568479-fortress-react-admin-template\fortress-react-admin-v5.0\fortress-react-admin\node_modules\bin-check\index.js:22:12 at C:\Users\dp\Documents\projekty\edi\themeforest-19568479-fortress-react-admin-template\fortress-react-admin-v5.0\fortress-react-admin\node_modules\executable\index.js:27:4 at FSReqWrap.oncomplete (fs.js:155:5) on ngquant-bin@5.0.0, which is dependency of image-webpack-loader@4.4.0. I have node in 10.15.1 version and npm in 6.7.0 version (during first npm install call my node version was lower then expected, later i’ve upgraded it). I’ve tried to remove npm cache (npm cache clean -f, removing npm-cache folder), i’ve tried to remove package-lock from project and then call npm install, but without result. On 2 other computers in company project was builded and works correctly. I’ve also tried to copy all node_modules folder from computer where project works. but i get (node:10108) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 SIGINT listeners added. Use emitter.setMaxListeners() to increase limit internal/child_process.js:366 throw errnoException(err, ‘spawn’); ^

Error: spawn UNKNOWN at ChildProcess.spawn (internal/child_process.js:366:11) at spawn (child_process.js:538:9) at C:\Users\dp\Documents\projekty\edi\themeforest-19568479-fortress-react-admin-template\fortress-react-admin-v5.0\fortress-react-admin\node_modules\bin-check\index.js:22:12 at C:\Users\dp\Documents\projekty\edi\themeforest-19568479-fortress-react-admin-template\fortress-react-admin-v5.0\fortress-react-admin\node_modules\executable\index.js:27:4 at FSReqWrap.oncomplete (fs.js:155:5) which looks like image-webpack-loader doest work. Do you have any idea what the problem could be and how to fix that? thanks in advance, Daniel

Hello,

Make sure that you have Node.js v8.10 and npm v5 or above installed.

You can also send us a private message through this page for support: https://themeforest.net/user/fortressthemes

Hi! When i switch tabs, the page always refresh and end up losing what i done before (eg. if i type something in a form and then comeback from another tab). Is there a way to change this? I’m really interested in buy this theme.

Hello,

In order to keep what you type or loaded data, you will need to implement persistent data. There are npm libraries for that :)

I thought they came with templates in HTML and a version in React. They would not have the templates in HTML. I am a designer and not an advanced programmer.

No, is React only based on Material-UI framework.

https://material-ui.com/demos/app-bar

Good day, please i need information on the following

-How to add a new page -How to add menu -How to link menu to page

I have tried to do these things on my own but I couldn’t

Thanks

Hello,

Please send a private message trougth here to give you support by email: https://themeforest.net/user/fortressthemes

Good day, please hep confirm if your template will work with this node v10.13.0, npm v6.4.1 and yarn v1.12.3. I bought 2 templates few days ago and they are not working on my system

It works, I will purchase your item now

I just bought the template, and it works, thanks a bunch. Please keep it up to date

Thank you :)

Yeah, we will keep it updated

good theme good work :)

Hi I am .net Developer . I loved this admin theme and purchased it. need bit help in applying this theme to my asp.net MVC project

Hello,

Sure, we can help you with that :) please send us a message through this page to start a private conversation:

https://themeforest.net/user/fortressthemes

do you have any version that uses the React Context api ? we are looking to move from Redux to the built in Context system.

Hello,

We don’t have an example for Context in our template yet. We do have react 16.

https://reactjs.org/docs/context.html

thanks for your reply. you are one of the few themes here which are really cutting edge ! A lot of us are moving away from redux and to context api. This would be really interesting for us if you have a version that uses Context instead of Redux

Yeah, we definitely will consider Context for feature releases :)

redux-persist integration is dos not working. i am experiencing the same error in sagas. can you help with integration.

exeption message: the symbol cannot be used in ‘operator’ to call ‘toMap’ (react.element)

Hello,

Sure, send me a private message through this page: https://themeforest.net/user/fortressthemes

I will help you with that issue :)

Removed

Hello,

You can send me a private message in case you have questions: https://themeforest.net/user/fortressthemes

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