139 comments found.
Will be updated to BS5 and/or React 18?
We have plan to update but take time to release that.
Thank you.
Is’t there a seed package where to start from scratch?
Sorry but did not understand what do you mean by seed package. But if you talking about create application using our template then you need to build from scratch.
Thank you
Hi, I mean from zero with a basic template as starting point.
Sorry, we do not have that exactly.
Hello! I just purchased your template and am exited to use it, however after installing the packages, npm start gave:
Module build failed (from ./node_modules/sass-loader/dist/cjs.js): SassError: Can’t find stylesheet to import. ╷ 42 │ @import “dataTable/datatable”; │ ^^^^^^^^^^^ ╵ src/assets/scss/vendors/bundle.scss 42:9 @import src/assets/scss/dashlite.scss 36:9 root stylesheet
Please let me know how this can be fixed. Thank you!
Thanks for asking. You should first run ‘npm install’ so node can download all the necessary things and then you can run ‘npm start’.
Thank you
I did that, however I had to fix a typo in your code:
@import “dataTable/datatable”;
should be
@import “datatable/datatable”;
in the src/assets/scss/vendors/bundle.scss file
Thanks for letting us know. We will check and update that too.
Thank you.
Thanks for letting us know.
First of this template created based on bootstrap and tailwind is different css framework, so both not work together well.
If you try to implement tailwind yourself then it must conflict in lots of area where it match with internal classes and bootstrap classes and there is no way prevent.
You should check bootstrap guideline to know how to use that.
Thank you
Hey up! I am having troubles with the font-family of the headers. I am looking for Roboto instead of Nunito for external/public websites. What should I change? Thanks.
Thanks for your comment.
Well, you can change font from css code. As in your code you will find the fonts css code in /src/assets/scss/core/fonts folder. Where from you add your font’s also update font name in dashlite_variable.scss file.
Thank you.
¿Date next update? ¿FileManager include? Thanks.
Well, next update may release soon and yes it will be include File Manager app into all demo.
Thank you
Hey up! I am a bittle struggled on the Routes part. I want to deploy 2 Route blocks (Public and Private) (boths have their own Layout). See the attached code. However, when I try to access the private pages, it is no loading properly. Could you help me with an example code? The code for the Layout>Index and route>* is the same as in the template.
Please, it is important for me (I bougth the 2 dashlite templates, and I am expecting a good supoort, not a generic answer). Thank you
{/Main Routes/} <PublicRoute exact path=”” component={PublicLayout}></PublicRoute> <PrivateRoute exact path=”” component={PrivateLayout}></PrivateRoute> <Route component={RedirectAs404}></Route>
Well, the best way if you check how we define auth route with component and with dashboard routes and component as we have used 2 different layout where one auth is public and dashboard is private until you login.
Also you may check these screenshot – https://prnt.sc/P27eYKHUNVpX & https://prnt.sc/vHTgw9DIVrqRThank you
HI there,
Does the React version of DashLite include the FileManager from the bootstrap version ? Or will it be available soon ?
Thank you
Sorry, right now FileManager is not available in React version. But it may available in next update or after that.
Thank you
having issues with react-datepicker. can’t switch between months.
https://react.dashlite.net/demo1/components/datetime-pickerany solution for this?
Thanks for letting us know. We have checked it and seems there is browser compatibility issue so we need bit time for this. But we will get back to soon once our team get back to work.
Thank you very much.
glad to be able to help. waiting for your quick answer.
Can you please update your code and try out -
## File name -
src/assets/scss/vendors/react-datepicker/_react-datepicker.scss
## Current code -
.react-datepicker__navigation:focus, .react-datepicker__navigation:focus-visible {
display: none;
}
## Change to (New) -
.react-datepicker__navigation:focus, .react-datepicker__navigation:focus-visible {
outline: none;
}
Thank you.
It works. Thank You.
You welcome.
hello, I can use bootstrap 5 with it ?
Sorry, you can not use BS5 with it as right now it based on BS4.
Thank you
Hello, will you do redux implementation in the future ? and also if you will include example of login authentication I have another templates which includes both but your template is amazing and I even had the html one.
Thank you
Thanks for your suggestion about redux. In shortly we may not implement but hopefully in future we will work on it.
Also what do you exactly mean by login authentication? Can you please explain a bit more?
Thank you
What formatter are you using for the template? (I am using VS code)
Well, you can use whatever you familiar as we use VS Code and Sublime.
I bought again the template. Please, at least can you provide me the landing page in React?
We are really sorry but landing page is not completed for React version. Whenever it complete it will available under the package.
Thank you
Do we have some deadline for it? Very intested in: https://dashlite.net/landing/index-v6.html
We are really sorry but we can not promise any schedule for that but it take much time. Right now our team working on Core component in other demo. Once those are done then we work on landing page so takes time.
Thanks for understanding.
i am getting an error message as i tried to run npm build
> DashliteReact-Demo6@1.1.0 build > react-scripts build
Creating an optimized production build… Failed to compile.
.\src\index.js Cannot find file ’./pages/error/404-modern’ in ’.\src’.
i am trying to run npm build but i am getting a message for a missing file
> DashliteReact-Demo6@1.1.0 build > react-scripts build
Creating an optimized production build… Failed to compile.
.\src\index.js Cannot find file ’./pages/error/404-modern’ in ’.\src’.
Thanks for let us know.
Well, we think you may delete some files and for that reason it show this error. With our default code we can successfully run the build command.
You should ensure that this file ‘pages/error/404-modern.js’ exist in your application. If it missing then you should re-download and use that.
Thank you.
okay i will re-download seems the file didn’t download properly, you have any documentation on synchronizing logins data to mysql?
Sorry but there is no documentation for how to make functional or sync with mysql as it completely depends on programmer.
Thank you.
if i bought the react version, can i get the HTML landing pages for free or do i need to buy that version also?
Well, if you need html template then you need to purchase that separately.
Thank you.
Hey, I’m finding it overwhelming taking one of the demos that have every component and removing pages/components, etc. Is this a basic site that just has the layout and maybe header and I can add components as I need them?
Well, there is no separate template for that but you may see a blank page under (Other Pages) as starter page so create everything from scratch, not sure if that help or not.
Thank you.
Hi,this template works with react 17?
Well, our template is based on React v17.0.2 version.
Thank you.
Hello Team, Thank you for such a great template. Can I get the code with the right side sticky toolbar to select the options? None of the templates have the sticky toolbar. I want to give those options but in these templates i cannot find those options
Can you please provide
Well, if you mean right side floating toolbar on our template to preview demo and setting option then that is not part of our template as we have created and make functional for our template preview only. So you can not get those. If can idea from us and you can create your own based on your own requirements.
Thank you very much for choosing our template.
Olá Boa tarde!
Sabe me informar quando fica disponível a demo 8?
Desde já muito obrigado.
Sorry, right now we can not promise for any schedule for demo8 as it take much time available.
Thank you.
Okk Thanks!
You welcome!
Do you have an estimate on the next update of the React version? The landing page and Crypto Panel?
Right now can not promise for next update schedule but hopefully one one will release very soon. Also the landing page and crypto panel take much time to available.
Thank you.