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.

Hi, Could u tell me can I get all the source code and develop myself if i purchase dashlite? Is there anything bunlded or compliled in the project I bought?

Thanks

Sorry for late reply.

Well, you will get source code that includes all the scss/js files from node modules, but when it build it will generate as bundle. Also as there is prepackaged available so to edit source you must need to install node and gulp.

Thank you

Hey Thanks for the wouderful work I have problem with using ajax serverside in datatables it keeps throwing errors from the bundles js file

Thanks for your comment.

Please feel free to contact us via support center (https://support.softnio.com/) using your purchase code and also a screenshot of your issue.

Thank you

Bonjour , j’ai du mal a installer l’app sur un server cpanel. merci de m’aide avec un tutorial plus facile svp. ou video

Thanks for your comment.

First of all, this is static html template, so you need to make functional before actual use, and your installation process based on your functionality.

Also this is html template so there is nothing to install in server, as if you just upload html files into server then it will live and show as demo.

Thanks for understand.

Hi there!

I would like to know where I can modified the timepicker settings to set my own.

Thanks so much!!

Well, you should follow the timepicker documentation from here – https://timepicker.co/options/

Also in scripts.js file has init functional called – NioApp.Picker.time(’.time-picker’), where you can pass all the option like – NioApp.Picker.time(’.time-picker’, {timeFormat: ‘H:mm’, interval: ‘15’});

Thank you

Hi

I have wordpress / woocommerce site

Can I use your script for wordpress dashboard?

Thanks for your comment.

Sorry but this is not a script or wp plugin so you can not use directly into WordPress website. If you want to use then you must need to programing as per WordPress development guidelines.

Thank you

Hello I have used this function to enable toastr on my project but I have encountered an issue where it shows two Icons and I only need to see one Icon most probably from your design

function messageShow(myCustomMessage,messageType) { toastr.clear(); NioApp.Toast(myCustomMessage, messageType, {position: ‘top-right’, icon: ‘auto’, ui: ‘is-dark’}); }

Thanks for your comment.

Please feel free to contact us via support center (https://support.softnio.com/) using your purchase code and also a screenshot of your issue.

Thank you

Hello, I am currently using your DashLite-Bootstrap responsive management dashboard template, and there are too few built-in vector diagrams. Can you tell me where I can get more vector diagrams?

Well, you may check chartjs sample from here – https://www.chartjs.org/docs/latest/samples/information.html

Thank you

Dear all, I use the Dashlite theme and I need a red banner to appear at the top of the page. This banner is to alert the user about a message. Can you support me with this case? Grateful

Thanks for your comment.

Well, you can contact us via support center (https://support.softnio.com/) using your purchase code and a reference that exactly you looking for? So our team can check and get back to you.

Also your support term is expired, you will need to renew that to get continues support.

Thank you

I’m confused, whats the difference between: DashLite – React Admin Dashboard Template and DashLite Dashboard ? I think i just purchased the latter

Thanks for your comment.

Well, Both are static template but DashLite React is based on React and DashLite HTML is based on just static HTML. And you have purchased html template as this one.

Thank you

Hello; I was wondering if there is any possibility to import / integrate this admin dashboard to Bootstrap Studio? Also, I would really love to know if this admin dashboard is using strictly ONLY Bootstrap classes? Thanks.

Thanks for asking and interested in our template.

Well, we have never tried Bootstrap Studio so we can not say how exactly it will work. On the other hand, we used bootstrap classes as much as possible but still there are some custom classes that help to full design, so this template NOT strictly uses BS classes.

Thank you

Is it possible to integrate the “investment dashboard theme” into a wordpress website button I already created

Thanks for your comment.

We, this is static HTML template so you need to make functional on your way then you can otherwise not.

Thank you

How do I do that if I’m to do it?

If you are not a programmer then you can not do that. You will need to hire a programmer who can develop and make functional based on your requirement.

Thank you

Hello, please need your help.

I want to use dashlite template in my laravel project but I steal struggle to do it properly. Can You please assist me to ti.

Regards.

Thanks for your comment.

Could you please let us know what kind of problem are facing so we can understand.

Thank you

I have this issue when I want to use new ” form-select js-select2 ” in my form: Cannot read properties of undefined (reading ‘element’) at HTMLSelectElement.<anonymous> (bundle.js?ver=3.2.2:1:367639) at Function.each (bundle.js?ver=3.2.2:1:3091)

Well, did you define id and name attribute for the select element, if not then add and try out. Also check and ensure if you are using multiple select element on same page then ensure that each element has unique id and name otherwise it can gives error.

Thank you

Hello Author,

My name is Iberedem Ituen and I’m making use of your theme for a project.

I need help with the DataTable using server-side plugin.

I appreciate the work you are doing and will continue to support.

Kindly reply so I can detail my requirements, thank you.

Thanks for your comment.

Can you please let us know how we can help you on server-side plugin? If you explain then it will be help us to understand.

Also did you check documentation of server-side processing – https://datatables.net/manual/server-side

Thank you

Since this theme is based on bootstrap. With Bootstrap 5.3, the dark theme is done with the css variables, and it’s much much easier to mainance and extended. So I’m wondering, any plans to migrate to the bootstrap’s dark theme?

Thanks for suggestion.

Well, we have plan for update but take time to implement that. As you know write now whole template based on custom dark mode which need to fully rewrite based on new bootstrap dark mode option.

Thank you for understanding.

Hello,

I have just downloaded the theme. Unfortunately I didn’t realize it was a NodeJS theme. I thought it was just HTML with Bootstrap CSS that I could use with my PHP code.

Do you have a solution for me? I’d just like the HTML/CSS and don’t want to use nodeJS.

PS: When you do npm install as mentioned in the documentation, npm tells you that there are more than 20 libraries to use that have vulnerabilities, including almost 15 critical ones.

Thanks for comment.

First of all this is not a NodeJs theme, as this is static html template. But we use gulp which is based on node, it actually use to compile SCSS and js libraries.

Once you install the node as npm install then you just need to run gulp build to export html/css/js file in dist folder. You will get everything as plain html files in /html folder under dist folder and you can use those for php code.

On the other hand you can use pre-built copy of html as in src/html folder has all the html files and in src/assets folder has css and js relevant files, images in /src/images folder. The /js and /scss folder represent source of css and js file.

If you change any scss and js files then you must need to compile with gulp command to export css and js file.

Also about npm console log – the error logs comes for gulp core packages but those are not a major issue. It’s because we use gulp just for compile js and css libraries. Also whenever you install, all the libraries installed latest version so no problem there too.

Thanks for understanding.

I couldn’t find the source code for nioapp.min.js. I want to remove the dependency on jQuery and use vanilla JavaScript instead.

Thanks for your comment.

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

P.S. Your support term is expired long time ago, to get continues support you should renew your support term.

Thank you

Is it possible to add an extra sidebar to the left? I need to create an app with double left sidebar.

Thanks for asking.

Sorry but by default it not possible as you actually need write whole code for extra sidebar and it’s functional.

On the other, you can check demo3 layout as it has app side with regular sidebar.

Thank you

Demo 2 apps-messages.html page kind of solves the problem for me. But I still need to reduce the width of the sidebars. Is there an easy way to do it?

Well, message page sidebar width can control from scss/apps/_messages.scss file. And you must need to compile after change

By the way, your support term already expired, to get continues support you would need to renew support term.

Thank you

I implemented the dashlite template into my website but there is an error in bundle.js with the error message Uncaught TypeError: h[mr] is undefined and Uncaught TypeError: l is null. Please help to resolve this error

Sorry to hear that you are facing issue.

Can you please let us know what type of website, we mean what tech used as based and how you add our template into your website any reference so we can understand better and suggest you.

Thank you

Hello Support, How do I use the Dropzone option and what scripts are needed or I can use the ones from the dropzone website?

Thanks for your comment.

Well, the dropzone.js plugin is built-in integrated as you can see in our demo – https://dashlite.net/demo1/components/forms/form-upload.html

So to use dropzone, you just need to see their documentation and work directly on that.

Thank you

Hey, do you do installation and customization freelance work with this template? I want it to use it for a SAAS Finance product. So, I need someone to fully develop the end product.

Thanks for comment.

Well, we are not available for freelance work. As you want to develop full functional end product so it would be better hire someone from upwork or freelance marketplace.

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