Discussion on Dandelion Pro - React Admin Dashboard Template

Discussion on Dandelion Pro - React Admin Dashboard Template

Cart 1,492 sales
Well Documented

ilhammeidi supports this item

Supported

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

443 comments found.

Hello, I bought it without Extend support to 12 months, can I update the new version as well?

Yes sure can. Once you bought, you will get update for lifetime even the regular support is expired.

Hi!

The sketch file looks corrupted. Could you please send me correct ones? I understand that it only contains certain components.

Regards, Jasper

Hi Jasper,

Thanks for purchasing,

Here’s the sketch file https://drive.google.com/file/d/1Z4Ve9atQDI7dvnaDBnV3enf42oxAluIM/view?usp=sharing Please request access to open it, and we will accept it shortly.

Feel free if you have any further queries.

Regards.

Hi I’m in LoginForm and inside a custom function handleSignIn after logging in I need to redirect to the calendar / app / pages / calendar /. But nothing I do works. Can you help me please? Thank you very much hug Cristiano

Hi cristianocarletti,

Thanks for purchasing.

To redirect to the certain routes you can use history.push from history

Please import the history from utils
import history from '../../utils/history'; // import from app/utils/history.js
And push the history in your function
history.push('/app/pages/calendar');

Hope this can help. Feel free if you have any further queries.

Regards.

Hi,

1) I trued starter-project, and the issue I found is that from / (Login component) to /app (BlankPage component) the redirection is done this way

In component app/containers/Pages/Users/Login.js on submitForm we have window.location.href = ’/app’;

This is causing refreshing of the page and that is creating other issues (loosing redux state and page not found)

step 1: https://prnt.sc/v9cx9k step 2: https://prnt.sc/v9d11y

Deployed example: https://dandelionstarterdemobuild.netlify.app/ Steps: 1) npm run build 2) Upload /build folder on a server

2) The loading is taking longer, do you know why ?

Hi janedzumerko,

We haven’t try to use netlify as a static site. And we did the deployment by following the documentation, that use npm run build to build the project in live server.

Regards.

Hello.

My client and me are interested in Dandelion Pro theme. We are interested in buying an extended license. My question is: can we first buy the regular license, work with the theme, and later when we decide to charge customers buy the extended license. Will we have problems switching from regular to extended, or is there only one file (the license) that will change?

Hi natalija_polifinity,

Thanks for visiting our portfolio,

You can buy the regular license, and then buy the extended license later. And I think there’s no way to switch from regular to the extended license, so you need to buy the extended license as different purchases. But if needed, I can give you a refund once you buy the extended license then send receipt to me.

Or you can try to starter project for free, just check in item description. If you fit enough with this you can buy the ext license, so no need to buy the regular license.

Kind regards.

Hi, I found the web app template keeps loading forever when I open it on the older version safari browsers (v9.0 to v10).

I am looking for a solution to fix the legacy browsers issue. I hope the app works for major browsers (safari, chrome, firefox, ie) in their older versions, especially the mobile browsers.

Thanks! Jenny

This template release at the end 2018, so its only support for 2019 browser. To fix it please upgrade your browser.

Hello, I bought your theme and I need some help with connecting it with our own nodejs API server. We can pay for the help if needed. Message me back so we can schedule some meeting. Best regards

Hi ahmedsu,

Thanks for purchasing.

For API you can use useEffect for fetch data from backend server. Here’s the guide https://medium.com/better-programming/how-to-fetch-data-from-an-api-with-react-hooks-9e7202b8afcd

About the support we’re not available for hire and only available via comment or private message in https://themeforest.net/user/ilhammeidi

Feel free if you have any further queries.

Regards.

hi i have a problem to include an SSL certificate to this project, do you have any idea about this? I need it to be https thanks

Hi,

For SSL you can use proxy_pass with nginx. And located proxy_pass to localhost:3000 https://docs.nginx.com/nginx/admin-guide/security-controls/securing-http-traffic-upstream/#configuring-nginx

FYI: your support has been expired since a year ago. You can extend the support to help you further.

DIsclaimer: The support is not including installation for server and hosting. https://themeforest.net/page/item_support_policy?_ga=2.117266767.897778886.1603095942-227503590.1598086868

Reagards.

I need an example using a saga in the register form please.

Thanks, great work

Hi lexfaraday,

Thanks for purchasing and the appreciation.

Here’s an example by using saga and firebase https://github.com/ilhammeidi/enlite-starter The code base of Enlite is quite similiar like Dandelion.

Hope this can help and feel free if you have any further queries.

Regards.

Please to know where it is enabled or where the code is found devServer: { historyApiFallback: true } When compiling my project and in production it gives you an error when I reload the pages. Thank you very much

Please to know where it is enabled or where the code is found devServer: { historyApiFallback: true } When compiling my project and in production it gives you an error when I reload the pages. Thank you very much

Por favor para saber por favor donde se habilita o donde se encuentra devServer: { historyApiFallback: true } Al compilar mi proyecto y en producción te da error cuando recargas la pagina. Muchas gracias

Para saber por favor donde se habilita o donde se encuentra devServer: { historyApiFallback: true } Al compilar mi proyecto y en producción te da error cuando recargas la pagina

Hi pacorrea1,

Thanks for purchasing.

I’m from indonesia and I don’t understand. Please describe in english to avoid miss information.

Regards.

Please to know where it is enabled or where the code is found devServer: { historyApiFallback: true } When compiling my project and in production it gives you an error when I reload the pages. Thank you very much

Hi pacorrea1 ,

We’ve check the source and our live demo, but couldn’t found devServer: { historyApiFallback: true } Maybe that come’s from your modification. Usually the API and backend part put it in /server/index.js, so please check that file or find devServer: in whole project to locate it.

Feel free if you have any further queries.

Regards.

Hello, please i need refund, i mistakenly added the theme while purchase for another theme at the checkout page.

Ok Done

please i havent got the refund,..... Where can i find it. i thought it will appear under my profile, Or please where do you think i can find it.

I don’t know where’s exaclty, dashboard for author and buyer may different. Maybe in statements or download tab. Please ask to Envato help and support for sure.

hi author, i run Ok but there are console error log below, please upgrade your code for everyone

ExpansionPanel.js:126 Material-UI: the ExpansionPanel component was renamed to Accordion to use a more common naming convention. You should use `import { Accordion } from ’@material-ui/core’` or `import Accordion from ’@material-ui/core/Accordion’`

And do you know Rocket.Chat? we want to use your theme for rocket.chat, can you help to import theme for it? if you can do it, please note step by step, thank you!

Hi dsoftdchat,

Thanks for purchasing and reported warning.

About the warning log, it seems you update material-ui to version 4.11. This template code use version 4.7 by default, but we will update to the latest version soon.

And for the rocket.chat, we haven’t try before. After googling we found some reference for react.js that might can help you https://github.com/RocketChat/Rocket.Chat.PWA.React and https://www.npmjs.com/package/rocketchat

Feel free if you have any further queries.

Regards.

Could you give me the stylization of the Enlite Prime template? I already have Dandelion in production, I would like to update only the layout.

Hi matheusc06,

Thanks for purchasing.

For general theme of Enlite you can get from here https://github.com/ilhammeidi/enlite-starter

Feel free if you have any further queries.

Regards.

Hello! Is there an Angular version? Will be? If not, can you help make a version of Angular? Thank you!

Hi askadmass,

Thanks for visiting our portfolio.

Unfortunately we don’t have plan to create angular version. And for services development you can share about project requirement and scope via private message https://themeforest.net/user/ilhammeidi so we can check the our team availabilty.

Kin regards.

I wanted to clarify, If I buy this project with support, will you make me an Angular version?

Of course NOT. It must be different development services and price as well. Angular js not related to this product.

Respected Developer, I really liked your theme, however i was not sure weather i will get its HTML code, i asked my developer to check and make sure that he can develop my application using this template. He advised me to go a ahead expecting HTML code, now he is denying to develop as he was not able to find HTML code, can your suggest me some developer or provide its HTML code, else please advice me further.

Hi 9427666557,

About html version unfortunately we don’t have it. As item description “It will not work the Wordpress/PHP nor will it work as a static HTML template. “

I will ask to my colleagues that might can help you to develop HTML version. Once get it, I’ll let you know soon.

Regards.

Hi there,

Could you share about your project requirements and descriptions? So I can tell to my colleagues, if they available to take it. Since this private, please send to my profile message https://themeforest.net/user/ilhammeidi

Regards.

Hello again. I’m sorry to send in two different messages. But what is the current version of Material Ui you work in?

Hi, This template use Material UI 4.7.0.

Hello. I would like to know if the dashboard is already developed with react hooks.

Thank you

Hi anamargaridarl,

Thanks for visiting our portfolio.

This template is using class component. We just start upgrade to hooks this month, and will update gradually every month.

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