454 comments found.
Hello, will we get html/css files with this version?
Hi, Unfortunately not, there is no plan for html version.
Hello, I would like to acquire, do you have any tutorial teaching to host with firebase?
Hi, Unfortunately, we don’t. Best regards.
I’m keen on getting this template. I’d like to know if there are examples of tables to display data in a Datagrid table format with filters, sorting, pagination etc…. I have an existing API and would also like to know if I can easily customize my data provider to tailor it based on my backend API. Appreciate your response on this! Thanks!
Hi,
Checkout react-table example in the demo:
http://react-material.fusetheme.com/documentation/third-party-components/datatables/react-table-
http://react-material.fusetheme.com/apps/e-commerce/products-
http://react-material.fusetheme.com/apps/contacts/allBest regards.
Thanks! How about integration with an existing api. Is there an existing template that acts as a REST/Graph client api for data communication with a backend service?
The Fuse React demonstrate real life usage with simple http requests via axios mock adapter but not graphql etc.
Ok thanks
the navigation group does not allow you to click the main item, only the child items, is there a way to have the top navigation item clickable and the child navigation options clickable also?
Hi,
You can place a navigation item at the root level of navigation config, but if you need navigation group item clickable (APPS, PAGES etc), currently there is no option for it but we may include it in the next update.
if you want open support request at support.withinpixels.com
Best regards.
Checkout the commit at: https://github.com/withinpixels/fuse-react/commit/4f53c9fc6cee056bf5ef5f6c408d9827eaf706e1
If you didn’t get invitation for github repository fill the form at: http://support.withinpixels.com/github
Best regards.
Hi, I could use it with SSR? Have example with SSR? I could add typescript support? Have PWA enable? I have product with server side rendering with Razzle, https://github.com/jaredpalmer/razzle thanks is wonderful template
Hi,
We don’t give support for SSR and razzle,
We are using create-react-app as generator, you can add typescript to cra,
there is docs about PWA at create-react-app docs: https://create-react-app.dev/docs/making-a-progressive-web-app/Best regards.
Can I use this theme in my SaaS business with the regular liicense?
(Me and my team wiill build the product using the theme as base)
Hi,
If you are giving paid service or selling your product/app you need extended license, checkout the details at https://themeforest.net/licenses/standard?_ga=2.184798505.1607173958.1571500704-556639535.1561106358
Best regards.
Could you please include some timeline designs ?
Thanks for your suggestion.
hi i have buy this theme, i want to know what htaccess rule need to put in order to host that solution on apache webserver, because i see that /routes are not working properly
Hi,
Checkout: https://create-react-app.dev/docs/deployment
Please use our support system: support.withinpixels.com
Best regards.
Hi there,where can I find template documentation ?
Hi, it’s all in the demo: http://react-material.fusetheme.com/documentation/getting-started/introduction
Best regards
Hi, what JS object can I use to check if current user is logged or he is an anonymous user? I need something like: if currentUser.isGuest then bla bla bla.
Thank you in advance.
Hi,
User role is stored at auth in redux store. You can check example usage at r/src/app/fuse-layouts/shared-components/UserMenu.js
Basically can be changed with your role usage undefined or empty array !user.role || user.role.length
Please open support requests at support.withinpixels.com
Best regards.
How to change the badge number in nav bar dynamic. like in demo , there are a badge for the Main with number 25. How to update is dynamic this badge number
Please open support requests at support.withinpixels.com
Best regards.
I want to add language selector and make my app also multi-language support. Have you any recommend what solution should I use.
Hi,
We don’t give support for localization, there are the two main library for internalization:
https://github.com/i18next/react-i18next https://github.com/yahoo/react-intlBest regards.
we use navigationConfig to edit the menu, how can I internationalize the menu bar with this kind of setting.
You can modify navigation components or basically you can update the whole navigation with the actions checkout http://react-material.fusetheme.com/documentation/fuse-components/fuse-navigation
Please open support requests at support.withinpixels.com
Best regards.
Hi, i am trying to do a different api call by adding in .env file API_URL filed , but i dont know why when i use the process.env.API_URL i got undefined on this filed, and when i log process.env file i got
{NODE_ENV: “development”, PUBLIC_URL: ””, REACT_APP_MAP_KEY: “AIzaSyAYdp6JWyJaD-2Jiil233ggePxUBDIMpD-Kg”} NODE_ENV: “development”PUBLIC_URL: ””REACT_APP_MAP_KEY: “AIzaSyAYdp6JWyJaD-2Jiil3ggePxUBdwaDIMpD-Kg”proto: Object
but no the key that i added , btw when i change in .env this key “REACT_APP_MAP_KEY” i have got changes.
Hi,
You need to use REACT_APP_ prefix and restart the server on create-react-app. Checkout: https://facebook.github.io/create-react-app/docs/adding-custom-environment-variablesPlease open support requests at support.withinpixels.com
Best regards.
Hi, actually I am launching a new be paid saas business website.. in that unlimited clients login and use my services.. so here I want to use your admin panel template in my website.. so do I need to buy regular license or extended license
Hi,
If you are using the Fuse React in an end product/service that’s sold, you need Extended License. Checkout details at: https://themeforest.net/licenses/standard?_ga=2.117697792.884598413.1569403607-556639535.1561106358
Best regards.
Ok.. regular license is only for single user login right? Only admin can login and no paid clients can login to Manage my services
Yes that’s right for paid service/product.
Hi. Where do I find the purchase code to join the github?
Hi,
Checkout: https://help.market.envato.com/hc/en-us/articles/202822600-Where-Is-My-Purchase-Code-Best regards.
on the newest version on page contacts, the search wich is in header is slow.
Hi,
it could be slow on development but it isn’t slow on production build: http://react-material.fusetheme.com/apps/contacts/all
Thanks for reporting.
hey im trying to use fake db in the new version but i cant, i send messages on a ticket but nobody answer me. Ticket #597
Hi,
Your support had been expired, please renew and open ticket again.
Best regards.
DoeDoes it template includes landing page or home page
No it doesn’t.
Sir, Is this Admin Theme Can Only Be Used By ReactJS or Can Be Use For Custom Coding ? in Core PHP
It’s just for reactjs.
Best regards.
We are seriously interested in this dashboard, but we need help setting up redux saga instead of thunk.
Hi,
We don’t give redux saga support but you can use saga and thunk together.
Best regards.