769 comments found.
Hello, Bulk select checkbox is not working. Please check
https://dashlite.net/demo2/user-list-compact.htmlSorry, we have not make functional on bulk selection. You need to make that with your own code when you make it functional.
Thank you
How to make it functional ? Please give me tip. Regards
Well, you can search on line based on your own requirement. Also here is one example – https://stackoverflow.com/questions/18537609/how-to-check-all-checkboxes-using-jquery
Thank you
Thanks for letting us know.
Sorry but it works when we are testing. Can you record a video and show us how it not work on your end so we can understand better?
Thank you
Thanks, It is working. Great work and clean code.
You welcome!
Hello, Shouldn’t the wizard form’s next and prev button positions be switched?
If so, how can I change it? Please help.
Well, you need to change it using css as in /scss/global/comps/wizard.scss file you need to change order number under .actions ul li:first class.
Thank you
How to show all rows by default in DataTable
Well, you should check DataTable docs – https://datatables.net/reference/option/ & https://datatables.net/reference/option/paging
Also your support term is expired so you should renew to get continues support from our team.
Thank you
Hello, can you help me regarding this template?
I’m building laravel backend (dashboard admin) and scripts.js (CurrentLink Detect @v1.0) is conflicting with laravel route.
For example i have route with this setting - site/dashboard - site/dashboard/child-route
Now the problem is the links for those route are automatically use ‘active current-page’ classes.
If I turn off all scripts in CurrentLink Detect @v1.0, now every sub menu links won’t show up when clicked.
Thanks for asking.
Well, the CurrentLink function is make active link for our html template. So for your Laravel application you must disable the javascript and add active class in blade file based on active page.
Thank you.
Hello, seems after the migration to BS5, the dark mode switch is not present anymore in the user profile. How to switch dark-mode on/off on v.3.0x?
Thanks for asking.
Sorry but not sure which demo you talking about but the dark mode still present in user profile menu but that only available in package.
So can you recheck and also let us know which demo you talking about so we can check too.
Thank you
Please where can i download the old version of dashlight i need version 2.9 download.
We are sorry but there is no option to download older version as you can download always latest version from download tab in your account.
Thank you
I know your theme uses jQuery and I know you use many jQuery plugins. If I did not use any of the jQuery plugins would your theme still work without jQuery? In other words… does the core layout work without jQuery (e.g. bootstrap modal dialogs, the navigation menus, etc.)?
Thanks for asking.
We are sorry but our template does not work without jQuery as it completely based on jQuery.
Thank you.
when i tired using the table with export button after adding the datatable-btns.js i got this console error : datatable-btns.js?ver=2.9.0:1 Uncaught SyntaxError: Invalid or unexpected token
Thanks for letting us know.
First of you should update template and then try out. Also you must try with pre-complied version and see any error show or not.
By the way, your support term is already expired so renew the support term to get continues support.
Thank you
What do u mean by update template please ?
We mean, you need to download the latest version from ThemeForest and then you need replace with your one and try out.
Thank you
Hello, I’m very interested in understanding how the “NioApp” object works and modifying it to suit my project, but you only include the minified version of it. Would you like to provide me the version without minification? Hello, I’m very interested in understanding how the “NioApp” object works and modifying it to suit my project, but you only include the minified version of it. Would you like to provide me the version without minification?
Thanks for your query.
Well, by default with NioApp object we just init base template interact part like our menu dropdown, toggle and few default initializer so usually there is nothing need to change. But if you should email us at info[at]softnio.com with what actually want to modifying to suit your project so our team can help you properly with that.
Thank you
Good Day, I just purchase this script and am a newbie and i don’t know how to set it up step by step…Please help me
Thanks for choosing our template.
First of all, this is not a script as this static HTML template. You can check our online documentation from here – http://docs.dashlite.net/html
Also if you want to use like script then you need to make it functional by hiring any programmer then you can setup on your server.
Thank you
Hello, by buying this at $24 what exactly am I entitled to? What I need is the admin and user backoffice for a HYIP type site.
Thanks for your query.
Well, you purchase this template then you got exactly same what you saw in demo. But remember this is not a functional application, so you need to make functional for your both end as per your requirement before start using.
Thank you
Can you tell me exactly which libraries (and versions) are bundled in the bundle.js file? At almost 1mb it’s a large file to load on every page so I’m looking to remove stuff I’m not using or at least load libraries selectively and this info is not mentioned anywhere in the documentation. Thanks.
Well, you already have source so you can see what we have used and also can add / remove from /src/js/bundle.js, but after edit you must need to compile the js file using gulp command as per documentation.
Thank you
Dark mode has pagination style problems. It’s not showing the “current page” with proper styling
Thanks for letting us know.
Our team will check and fix that in next release.
Thank you
Is it possible to create a accordion with multiple opened items without to change a lot of code? That would be great.
(When i open the first item and the second item, the first doesnt close)
Well, you should check bootstrap documentation for accordion – https://getbootstrap.com/docs/5.0/components/accordion/#always-open
Also your support terms is expired so you should renew to get continues support from our team.
Thank you
Hello!!
On the new html version, I discovered that when I remove the version from the bundle js lib as shown below
<script src=’bundle.js?ver=3.0.2”></script>
If i removed ver=3.0.2 from the script the header dropdowns dosent work again. If I click them… They won’t just drop down.
But if I put it back… It works…
On the older versions this works but this new version dosent work.
This must be a bug or something…that needs fixing on the new version.
Another things is that on demo3 the downloaded version theme color aren’t the same with the demo on themeforest.
Why. The demo has light blue color but the downloaded version is deep color…
Thanks for letting us know.
With removing this (?ver=3.0.2) is not related to header dropdown. We use this to keep reminding the version and control browser cache. If you remove or change something then you must need to clear your browser and server side cache before check.
Importantly, this not a bug as it was always happen specially if browser or server side serve from cache.
Also we are not sure what was your old version but if you migrated from v2.9 or older version to v.3.0+ then you must need to migrate html markup too otherwise it not work.
About blue light theme in our demo – We use that as default when we show but you can simply change to blue from /skins/theme-blue.css
By the way, your support terms is already expired so you should renew your support to get future support from our team.
Thank you
Hi!
I’m using the “DashLite – Bootstrap Responsive Admin Dashboard Template” and I would like to know a way to replace the “add” functions that is in the css files.
For example, in the demo CSS: https://dashlite.net/demo1/assets/css/dashlite.css?ver=3.0.0
The code below throw an property invalid error: background-size:16px 12px,add(0.625rem, 0.4375rem) add(0.625rem, 0.4375rem)
I have a license and I’m trying to compile the assets using Ruby On Rails I received the error that is not possible showing the “add” function lines. I have debugged and tested it using a normal HTML without any programming language and the error continues showing “invalid property”. I only need a way to set the same values without using “add” function.
Thanks for letting us know. Our team will check this once they back to work and get back to you.
Thank you
Ok. I’m waiting your response.
Thank you.
Sorry for late reply. Today we have release an minor update. You should download the package now and reupdate with your one and hopefully it fixed.
Please Note: If you do not want to replace whole scss files then you must replace the _dashlite_variables.scss file only but we recommended you to replace whole scss folder.
So please after try new version let us know if still occurred or not.
I replaced the whole css folder because I was using the 2.8.0 version. Now, everything is okay and the add() function variable compile issue was solved.
Thank you!!
I replaced the whole css folder because I was using the 2.8.0 version. Now, everything is okay and the add() function variable compile issue was solved.
Thank you!!
It’s great to hear from you. As your old version was v2.8.0, so you must upgrade html and js part too as there is major breaking change specially for bootstrap v4 to v5 migration.
Do not forgot to give ratting to our template.
Thank you very much.
Hi,
When I view the ”/apps/index” page menu also selects the dashboard choice with link ”/index” How to fix this?
Thanks.
<!*<span class="nk-menu-badge">HOT</span>*
Well, we assume that you are making functional and in your url has no extension and end slug is same for link.
Actually the problem is you try use our auto active link option which we created for our html part only. But when you making functional you need to disable the js code and add active class from functional end without any issue.
To disable the html auto active link option, you need to edit the script.js file and remove the ‘NioApp.CurrentLink()’ line from NioApp.OtherInit function block then active class never add automatic. After that you need to add ‘active’ class in your functional markup based on your application active page.
On other hand if your every end-slug is unique or if you change js code of current function block of NioApp.CurrentLink as per your own functional needs then it can works but not recommended.
Hopefully it can helps.
Thank you.
I think best option fixing the CurrentLink() method. Thanks for the reply.
Well, you can add your own condition based your on application slug/link structure inside the CurrentLink function block. As current code is based our html URL structure so you need to modify based on your url structure.
Thank you
Thanks for the reply.
You welcome!
Morning,
I enjoyed going through the demo, it is a nice product.
One thing that is important to me, and that I found very frustrating in your demo, is the Menu. Before purchasing I just need to know I can address this somehow.
On the page reload/refresh, the menu does not open at the main menu item that was selected. It opens at the start of the menu again. I would see this very frustrating for my customers as it is for me.
Is there a way to set it so it reopens with the selected menu item showing and showing as active (selected) ?
Many of the other dashboards I have looked at seem to do this.
Thank you
Thanks for letting us know.
Well, by default our menu always start from top as every page is reload when you click. But thanks for your suggestion we will think in future update about this.
Thank you