Discussion on DashLite - Bootstrap Responsive Admin Dashboard Template

Discussion on DashLite - Bootstrap Responsive Admin Dashboard Template

By
Cart 3,711 sales
Well Documented

softnio supports this item

Supported

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

769 comments found.

In this update. I did not find loader pages.

Got it, we have not work yet on feature adding and for that reason it’s not added yet. Hope near future update we will add.

Thank you

A month ago, you guys said it would be added in an update. I waited for a month.

Well, we understand but as mentioned before last update was not for feature update that is why it’s delay. But we try to add that ASAP for you.

Thank you

Hello, is there any instruction for updating the template. how can we tell what codes to add in every update?

Well, you must need to update complete /assets folder after build command. And on your functional application you should write your code separately so it does not override when you update completely /assets folder.

Thank you

Is main script(scripts.js) the same in all demos?. I made lots of changes in demo1 script file and I dont want to repeat that with other demos, does replacing it cause bugs in other demos?

Well, each demo has different codes in scripts.js as that initialize code based on layout and other function.

Thank you

How to fire toastr using NioApp.Toast. I have a query to fire in php and when it excecuted automativally the toast have to fire. I have tried several time however, I failed. Please let me know in details which file to add and where to add for the toastr to fire.

Thanks for your comment.

Please feel free to contact us via support center (https://support.softnio.com/) using your purchase code.

Thank you

The custom stepper at NioApp.Stepper.init() is not submitting form. The submit button is not working. How do I make the submit button to work with ajax call using the custom stepper.

Thanks for your comment.

Please feel free to contact us via support center (https://support.softnio.com/) using your purchase code.

Also your support term is expired long time ago, you should renew your support term to get continues support from our team.

Thank you

Hello. is there a way to localize date picker in wizard or any other page? https://dashlite.net/demo1/components/forms/wizard/create-profile.html

Thanks for asking.

You should follow date picker documentation for localisation. Here is you can follow https://bootstrap-datepicker.readthedocs.io/en/latest/i18n.html

Thank you

Thanks. I have more questions, do you have a support form I can contact you with?

Well, you can contact us via support center here – https://support.softnio.com/

Thank you

Hi. I’m interested in getting the react version of the template. However from reading other comments and looking at the demos themselves, it seems as if the Landing Page and each of the Dashboard Templates are all separate, individual react apps. Is that true? How easy is it to combine the Landing App and the demo2 App for example? In the past with previous templates it’s been a headache – so much so that it ended up being easier just to run them as 2 separate react webapps. However I don’t want to do that as it’s messy and not ideal.

Thanks for asking.

Well, you are right that all the demo layout are separate in react version, it same as html where you have every demo including landing is separate folder and separate project.

If you want to combine then you must able to manage multiple stylesheet and asset in single project then it will be easy otherwise it will be bit hard.

Thank you

Application performance monitoring (APM)

Any plans you have to develop a demo or USE CASE CONCEPT for Application performance monitoring (APM)?

Thanks for asking.

Well, right now we don’t have any plan for this but thanks for your suggestion we may think about in future.

Thank you

Hi, When will this demo https://dashlite.net/demo9/copywriter/index.html be available ?

Well, the demo already available in our latest package. So if you download the latest version then you will get that under demo9 layout.

Thank you

How can we help you? Thank you

My business color is Blue(Hex: #154bba), how can i change the default color(Purple) of Dashlite to my own color ? I understand that from the documentation we have an option like this <!- Premade Skin style -> <link rel=”stylesheet” href=”assets/css/skins/theme-blue.css”> But it do not give me my exact blue, base on color coding. So what is the best way i can change this to mine ?

Oh i get it now, i was doing something else, thanks. I must confess your response is really fast. Keep up the good work. Also thanks for the support am grateful.

Thanks

I have successfully customize it to my taste by following your instructions. Am the one that was doing something else before, i was actually changing the css file, lolz. But by following the documentation, its just a change on /scss/_dashlite_variable.scss file and wow everything changes.

Thanks

It’s great to hear from you that your problem is solved and now you can change colors easily.

Thank you very much.

Thank you very much.

Hello, I bought your template and it has been difficult for me to upload the theme on my WordPress. It’s taking an eternity

I thought i will just upload the theme

Is there any guide to help me out?

We are sorry but from our end there is guidelines for WordPress, if you are a developer then you should have a look WordPress development guidelines from their website otherwise you need to hire a WordPress programmer to programming for you.

Thank you

I have bought the ’’dashlite-template’’ but i am unable to install it on my wordpress wordsite. Can you please assist me with tutorials

Thanks for choosing our template.

Well, this is HTML admin template so you need to programming it before final use. Also as this is HTML template so you can’t not install into WordPress website. If you want to use then you need make it functional as WP development guidelines.

Thank you

I think chartJS dependency needs to be updated? Seems like the chartJS version used is < the latest version. Would there any problem if I use a latest version of chartjs?

Thanks for your comment.

Well, right now in this template used older version of chart-js but we have plan to update to latest version in upcoming release.

On the other hand if you update then you must need to update codes as per their migration docs. If you simply update version then there is possibility to break things.

Thank you

Hello,

I’m contacting you about a problem I’m currently having using your template. I have the impression that some files are missing from the source code.

There are only minified js files. If I take the NioApp module as an example, I only have the minified js in the vendors/nioapp folder. And this generates errors when I try to compile the source code: “NioApp is not defined”.

Can you help me? Is it possible to get the sources of the js files?

Thank you in advance for your reply.

Thanks for comment.

Sorry to hear that you are facing problem.

Can you please email us (info[at]softnio.com) with a screenshot of error and also how you link js file in your real project so we can understand.

Thank you

how to make navbar mouse hover to mouse click that time only show menu, now it was working when mouse point on navbar but it was too difficult to using in sub menu

thank you

Well, by default you can not do that as our whole menu system build with hover. If you want to open by click then whole thing need to rebuild which bit complex.

We are not sure which demo you are try that you face difficulties to show sub-menu, can you let us know more detail?

Also your support term is expired, to get continues support you should renew the support term.

Thank you

Hello i just readed doc file and i see there is ” Quick Start – install ”, inside zip file i get all demos. what if I use “src” folder templets files directly in my project without using Gulp build tool is there any problems I face in development time, is this right way ?

and i followed your ” Quick Start – install ” doc for demo-6 now I get new folder inside demo-6 as “dist” now I’m confused i have to go with src templets files or dist templets files in my project. can you explain and guide me the right way to use your templets

Thank you

Thanks for your comment.

Well, you can use src folder in your project as everything inside it. The gulp will help compile scss and js files, so if you want to modify then you must need gulp otherwise its fine.

And the dist file is also compiled version that you need to use by default, when you change anything in scss and js file from /src it will compliled into dist folder for final output.

Hopefully you can understand.

Hi, is there any way to spit bundle.js in to separated files?

Thanks for asking.

Well, you need to separate each library on your way. You can see what Library used in our /src/js/bundle.js file. Then you can create separate file with those library. And you must compile those files.

By the way, your support term is expired, to get continues support you should renew your support term.

Thank you

I want to hide the Continue Button Until and Unless all the Details are filled. I am talking about components/forms/wizard/create-profile.html Page. I also want to reload page and come to the section that the user is working on.

Thanks for your comment.

Well, the options you looking for is not possible by default. As we have not tried like you expect but with custom code it may possible to disable continue button but its quite hard for come to section after page reload.

Thanks for your suggestion we may try something in next update.

Hi. How can I link the dashboard to route to the landing page? When I move the landing page code into the SRC folder, I am losing functionality and formatting. I was able to somewhat port it to the demo project but things like the carrot dropdown on the menu are gone and there are weird formatting issues.

Thanks for your comment.

Sorry but we do not think you have purchase our template. If you purchase our template then you should contact us via support center (https://support.softnio.com/) using your purchase code and your issue details.

Thank you

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