454 comments found.
Hi, When i bought the template i receive it full of components and services . please , how can i get an empty template without database service .
Hope you anwser my needs soon . best regards.
Hi,
there is skeleton version in the downloaded file or you can checkout skeleton branch at fuse-react github repository.
Please open support tickets for other questions at support.withinpixels.com
Best regards.
im very interested in buying this but i notice in the react demo that when i click on items in the left hand menu like dashboard, i dont see any loading notification anywhere… it takes a few seconds and then shows the dashboard. but from a user perspective, it doesn’t feel like i hit the button cause i see no loading. is this fixable if i buy this?
Hi,
It’s a demo the apps loading almost instantly(not at the first time because of lazy loading) but you can show loading indicator while the related data loading from the api.
Best regards.
is your template using react hooks or not?
Yes, Fuse React completely written with the react hooks.
cool, are you using saga or thunk in any of the example? are you using redux-toolkit?
redux-thunk is the recommended way of using redux-toolkit so we are using thunk.
How can I use webpack in your template? I tried everything but it’s giving me error of ‘module not found’ , to fix that I have to add ./@fuse everywhere is there any guide to follow to configure webpack? please help me to configure it..
Please open support request at support.withinpixels.com Best regards
After running npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: fuse-react-app@5.3.0
npm ERR! Found: react@17.0.1
npm ERR! node_modules/react
npm ERR! react@”17.0.1” from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@”^16.8.0” from @material-ui/core@4.11.1
npm ERR! node_modules/@material-ui/core
npm ERR! material-ui/core“4.11.1” 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.
npm WARN deprecated @hapi/topo@3.1.6: This version has been deprecated and is no longer supported or maintained npm WARN deprecated @hapi/bourne@1.3.2: This version has been deprecated and is no longer supported or maintained npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142 npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated npm WARN deprecated fsevents@2.1.2: “Please update to latest v2.3 or v2.2” npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated npm WARN deprecated har-validator@5.1.3: this library is no longer supported npm WARN deprecated left-pad@1.3.0: use String.prototype.padStart() npm WARN deprecated ini@1.3.5: Please update to ini >=1.3.6 to avoid a prototype pollution issue npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2. npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies. npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2. npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2. npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies. npm WARN deprecated eslint-loader@3.0.3: This loader has been deprecated. Please use eslint-webpack-plugin npm WARN deprecated @hapi/address@2.1.4: Moved to ‘npm install @sideway/address’ npm WARN deprecated debug@3.2.6: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797) npm WARN deprecated debug@3.2.6: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797) npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated @hapi/hoek@8.5.1: This version has been deprecated and is no longer supported or maintained npm WARN deprecated debug@3.2.6: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797) npm WARN deprecated @hapi/joi@15.1.1: Switch to ‘npm install joi’ npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797) npm WARN deprecated popper.js@1.16.1: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1 npm WARN deprecated axios@0.21.0: Critical security vulnerability fixed in v0.21.1. For more information, see https://github.com/axios/axios/pull/3410 npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
axios <0.21.1 Severity: high Server-Side Request Forgery – https://npmjs.com/advisories/1594 fix available via `npm audit fix—force` Will install axios@0.21.1, which is outside the stated dependency range node_modules/axios
1 high severity vulnerability
Hi,
Please use latest yarn v1 instead of npm.
We have just released a update which includes dependency package updates.
Vulnerability issue is related with axios package and it’s version is also updated at the latest release.
Please open ticket for your questions at support.withinpixels.com
Regards.
The link for support is broken. How do I update the page so that it does not show the orange spinning theme tools in the upper right hand corner? Is there a way to use the tool and have it update the code on a given page?
You can remove <SettingsPanel /> from the Layout components (eg. src/app/fuse-layouts/layout1/Layout1.js)
Plase login with envato button at support.withinpixels.com
Best regards.
$ yarn run tailwind && react-scripts start $ tailwind build ./src/styles/tailwind-config.css -c ./tailwind.config.js -o ./src/styles/tailwind.css
tailwindcss 2.0.2
Building: src/styles/tailwind-config.css
Error: [object Object] is not a PostCSS plugin
at Processor.normalize (/Users/kidd.toh/Workspace/simplr-Internal/fuse-react-master/node_modules/postcss/lib/processor.js:168:15)
at new Processor (/Users/kidd.toh/Workspace/simplr-Internal/fuse-react-master/node_modules/postcss/lib/processor.js:52:25)
at postcss (/Users/kidd.toh/Workspace/simplr-Internal/fuse-react-master/node_modules/postcss/lib/postcss.js:55:10)
at /Users/kidd.toh/Workspace/simplr-Internal/fuse-react-master/node_modules/tailwindcss/lib/util/parseObjectStyles.js:24:33
at arrayMap (/Users/kidd.toh/Workspace/simplr-Internal/fuse-react-master/node_modules/lodash/lodash.js:639:23)
at map (/Users/kidd.toh/Workspace/simplr-Internal/fuse-react-master/node_modules/lodash/lodash.js:9580:14)
at Function.flatMap (/Users/kidd.toh/Workspace/simplr-Internal/fuse-react-master/node_modules/lodash/lodash.js:9283:26)
at parseObjectStyles (/Users/kidd.toh/Workspace/simplr-Internal/fuse-react-master/node_modules/tailwindcss/lib/util/parseObjectStyles.js:23:26)
at parseObjectStyles (/Users/kidd.toh/Workspace/simplr-Internal/fuse-react-master/node_modules/tailwindcss/lib/util/parseObjectStyles.js:20:12)
at /Users/kidd.toh/Workspace/simplr-Internal/fuse-react-master/node_modules/tailwindcss/lib/util/processPlugins.js:37:123
Hi,
I have answered your question at support.withinpixels.com
Please only use ticket platform for support requests.
Best regards.
ok thanks
On this year, is still any hope for fuse have a vuejs version +vuetify ?
Hi,
Do not expect a vuejs version in near feature. Thank you for your interest.
Best regards.
Is it all react hooks
Yes it is.
how to change it to react redux without using redux toolkit?
Hi, There are lots of advantages to use Redux toolkit, so you shouldn’t want to change it to react-redux. Here is the notes from our changelog:
Some of the benefits of the redux-toolkit, redux-toolkit is an official redux library. The common redux dependencies included in the library “immer”: “7.0.3”, “redux”: “4.0.0”, “redux-thunk”: “2.3.0”, “reselect”: “4.0.0” RTK resolves many of the arguments related to boilerplate and unnecessary code. As mentioned in its official docs, it helps to solve three major problems people had with Redux: “Configuring a Redux store is too complicated.” “I have to add a lot of packages to get Redux to do anything useful.” “Redux requires too much boilerplate code.” It makes writing redux easier with the best practices. – Includes popular middlewares by default (redux-immutable-state-invariant, serializable-state-invariant-middleware thunk) Redux DevTools are supported by default and with a simple flag true or false – With the CreateSlice function, you don’t always have to define action type, action, and reducer separately. It’s possible to mutate state with included ImmerJS. With the help of another included library Reselect, the performance can be improved. - createEntityAdapter function generates a set of prebuilt reducers and selectors for performing CRUD operations more easily.
Best regards.
hi, can i check for the supported version of nodejs and reactjs?
Hi,
We prefer to use LTS version of Node.js and latest yarn v1. Currently supported react version is 17.0.1
We constantly update dependencies.
Best regards.
Hi, why the start up duration of the app is so long?
Hi,
Because it is demo and there are lots of apps, pages present.
You can start to work on skeleton version.
Please open support ticket for your questions at support.withinpixels.com
Best regards.
Hello. I want to know your yarn and nodejs version
Hi,
Plase use at least LTS version of Node.js and prefer latest yarn v1
Open support ticket for your questions at support.withinpixels.com Best regards.
Can you please add these UI in next update. I really need these:
1)Multiple Display Layout : https://prnt.sc/vwe8uu https://prnt.sc/vwe9ir 2)Editable Profile: There should be pencil icon on hover to change profile picture. https://prnt.sc/vwe67k3)Reviews section: https://gio.is/assets/img/portfolio/rep-app-1.jpg
4)POS UI: https://cdn.dribbble.com/users/1332110/screenshots/5499066/pos_gif.gif
Hi,
Thank you for your suggestions. Honestly we can’t make a plan to release this suggestions on next update but i took a note for them.
Best regards.
where is the purchase code for repo invite. installs perfectly btw. need some insight in cslx package, thanks.
Hi,
Checkout https://help.market.envato.com/hc/en-us/articles/202822600-Where-Is-My-Purchase-Code-
Best regards.
Hi,
Will upgrade project with tailwind css v2?
Thanks.
Hi,
Yes, of course, we will upgrade to v2 but cannot give a date.
Best regards.
We have updated theme to tailwind v2.
You can redownload the theme or checkout from github branch.
Best regards.
your skin dont compile. I downloaded, and followed docs step by step. but i get
Failed to compile ./node_modules/@material-ui/core/esm/index.js Module not found: Can’t resolve ’./Zoom’ in
and i updated from your Github
Hi,
This kind of issues generally related with node.js and yarn versions.
Open and follow support ticket so we can resolve the issue.
Best regards.
Would be great to know, which files had changed in the new update.
Hi,
You can follow the changes via github, Fill the form to get invitation at http://support.withinpixels.com/github
Best regards.
This was tagged “layered photoshop” in the description, but I don’t see any photoshop files with it.
Hi,
There is “PSDs.zip” file inside the downloaded themforest zip file.
If you any other questions please open support ticket at support.withinpixels.com
Best regards.
thank you, didn’t see that
Hi, from your website I guessed you are reachable via twitter (https://twitter.com/DirkWeise/status/1314130476135743488 ) but it seems like I finally found the place to reach out: Do you have a PSD sample for me to check if we can import (and use) it in figma?
Hi,
There is only layered psd files included in thepackage of the fuse-react, unfortunatelly there is no figma version.
Best regards.
Hi, thanks for your prompt answer! Could you provide a sample for me to check if it’s possible to import it?
Hi I’m getting an Error :
velocity.js:2566 Uncaught (in promise) undefined
Any idea how to fix this ?
Hi,
Please open support request at support.withinpixels.com
Best regards.
HI I’ve opened a support request
http://support.withinpixels.com/ticket/2834Please help its urgent. Thanks.
We have answered the question, please do not post on the comment section.
Best regards.
Hello,
I had bought the theme about 7 months back with intention to use it for a project im developing independently but at that time was not able to do it and today when i checked the support has expired.
I wanted to know how can I change the menu layout in the theme permanently to layout style 2 which is removing from left side to top horizontal menu.
Request you to help me on this as the documentation is not been helpful for me being new to react.
Hi,
You just need to change default settings as described here: http://react-material.fusetheme.com/documentation/configuration/settingsYou need to set layout style to “layout2” or “layout3”
We do not answer support questions in comment section, please renew your support and open support ticket at support.withinpixels.com
Best regards.
Error:
Module not found: @firebase/database tried to access @firebase/app, but it isn’t declared in its dependencies; this makes the require call ambiguous and unsound.
Hi,
Please report the issue at support.withinpixels.com
Best regards.