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.

hello and good day, striped table is not wokring here:

// --------- Table Striped Rows Use .table-stripped class in tag to make zebra stripping on table row. // --------- https://dashlite.net/demo1/components/tables/table-basic.html

thanks a lot alwasy. best regards,

Thanks for letting us know.

We will fix in next update but for now you can add below code in your style sheet to fix on your end.

.table-striped>tbody>tr:nth-of-type(odd)>* {
    background: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

If anything else let us know.
Thank you

Hello, having problem setting this page up to my cpanel and change all the info on it.

Is it possible to get customers for this dashboard and let them see what they invested?

Thanks for your comment.

First of all, this is static non-functional html template. So if you just host this template then everything will be static. If mean to functional things like their invested statistic etc then you need to make it functional as per your own requirement and then it will possible.

Thank you

Hi! What is the best way to set a background image on any of the admin pages?

Thanks for asking.

Well, it depend on how and where you want to add background. But in any element tag you can use inline style attribute to add css of background.

Thank you

Dear DashLite Team

Thank you for the Wonderful Work.

Can Admin Dashboard be also used as Subscriber Board?

Thank you

Thanks for your comment.

Well, you can use in any purpose including subscribe. But before actual use, you need to make it functional.

Thank you

hello and good day, the “Print” button is missing and now showing in the datatable.net, even when using “datatable-init-export”.

thanks and regards,

Well, you need to define print button in datatable initializer. To do this, you need to edit below block from scripts.js file -

NioApp.DataTable('.datatable-init-export', {
            responsive: {
                details: true
            },
            buttons: ['copy', 'excel', 'csv', 'pdf', 'colvis', 'print']
});

Thank you

I just checked the demo. It is very good. I have a question – I can’t see you have validation for RSelect that has the search feature. Does it support validation like you have for inputs?

<RSelect options={options}/>

https://react.dashlite.net/demo1/components/form-elements

Sorry to asked but are you talking about react version? Did you purchase the template then please contact us via support center using your purchase code.

Thank you

Yes I am talking about the react version and now I have realised that this is wrong product.

No, I did not purchase the template. That was a pre sale question. I am looking for a react dashboard and found your theme good.

Should I ask my question in that react template product?

Well, it is always better to ask on relevant template.

Thank you

Hello Dear,

I found your theme a very good one and also shared the link to buy to my client. I also have one copy. However, I wanted to buy the react version and mistakenly purchased the normal version. I was very new to themeforest. and post seeing Black friday sale I purchased. by any means can I upgrade to react theme ? Kindly confirm at earliest and obliged. Also, share how much would u charge for the upgrade.

Looking forward to positive reply.

Thanks n Regards, Chandan Chhabra

Thanks for your comment.

Well, there is no option to exchange or upgrade to another version. If you need react version of this template then you need to purchase that.

Thank you

I just noticed that all my icons have changed to different mathematical symbols. What do I do?

Sorry to hear from you.

Well, we think you may comment on wrong item as you have not purchase this template yet. If you already purchased then you should contact us via support center – https://support.softnio.com using your purchase code.

Thank you

Hi,

Please need your help.

How can I define my own colour instead of using the default colour?

Regards

Thanks for asking.

Well, you can define your color in /src/scss/_dashlite_variables.scss file, after that you need to recompile the scss to get final css file.

Thank you

Hello, Please how do we disable/remove the Dashlite datatables completely as we intend to use our own lib and customizations?

Thanks for asking.

Well, in this template use Datatable.js library so if you remove from bundle.js and initialization code from scripts.js then it will be removed. On the other hand if you just do not use exiting selector class and use new class for your lib then it will not affect to your table design.

Thank you

Please how can i add the investment script on my website? any video tutorial

Thanks for your comment.

Well, this is not a script as this is a static html template so using this template you need to programming as per your requirement to build a script to use in your website.

Thank you

Hello

There is an issue with loading certain editors. For example https://github.com/Ionaru/easy-markdown-editor I use markdown editors in my projects and I’ve never had this issue with other admin templates.

When I remove the main.min.css from dashlite header, the editor works! What could be the issue?

Thanks for contacting us.

Well, we tried on our end and it’s working fine to us.

But the question is from where you get the main.min.css, is this from easy markdown editor or originally from our template? By default in our template header only included dashlite.css file, so how do get that main.min.css.

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

Thank you

main.min.css = dashlite.min.css

I tested easymde with both dashlite v3.1.1 and v3.2.3 and the issue is only with the older version, which is by the way used in my project.

Dashlite v3.1.1 https://ibb.co/KjNrWhg Dashlite v3.2.3 https://ibb.co/7S0fnsW

The issue is this editor uses fontawesome for its icons and when used in dashlite v3.1.1 icons are not displayed. I would appreciate it if you could take a look and provide a workaround. Upgrading to the newer dashlite is not possible right now.

Well, the older version is very old, we understand that you can not upgrade but we always recommended to upgrade to latest version as sometimes without upgrade you can not fixed confliction.

As per your details, it seems that it conflicting with full calendar css style, so go to “scss/vendors/_fullcalendar.scss” line 114. then replace ”.fc-icon, .fa” with ”.fc-icon, .fc .fa”, and then compile the stylesheet.

Thank you

When are you guys going to update your iccon library? there is no tiktok or twitch. Thank you

Thanks for letting us know.

We will update library in next update. If you have more icon suggestion then let us know.

Thank you

Hi I’m working on this page ‘demo3/src/html/apps/files-group-view.html’, I want to put each folder item ( ... ) inside a div (well inside an angular component actually, but inside a div has the same error), but when i do that, it is displayed incorrectly. I tried to check the css but didn’t find the root cause (something like css direct child selector). This is my first time asking for support, I don’t know if this request is part of the support that i can get. If it is, please help me. Thank for your help.

Thanks for your query.

Sorry to hear from you that you are facing issue. First of all, we are not familiar with angular component so its bit difficult for us to guide you exactly there.

But as you mentioned that style is broken so if you change class name then style must broken similarly if you add/remove div tag then it might conflict and cause broken style. So try to keep same markup when you convert into angular component as like we have and then try out.

Thank you

This is a fantastic template! When will the Project Management Application that is mentioned in the demo be released?

Thanks for asking.

Well, it’s take time to release as our team working on different project. Once current project is complete then we will update this template.

Thanks for understanding.

Hi, i’m new to web development. Do i have full control over the source code (icon/css/js/image….) once i purchase it. Or is there anything that i have to depend on that i don’t have any control (cdn link from your server, etc) And can i deploy to multiple local/UAT environment?

Well, you have full control over it as it use node so all the kind of library source maintain by library owners, and when you install it will download from node package server into your local pc.

Also you can deploy into multiple server but each purchase/license allows you to build single website.

Thanks for understand.

Hi here ,

Please, can you tell me how to translate alerts shown by form as well date fields into another language ?

Regards

Thanks for your query.

Well, for the form validation message controlling you need to check this (https://jqueryvalidation.org/documentation/) documentation and here is repo for localization – https://github.com/jquery-validation/jquery-validation/tree/master/src/localization

Also for data picker localization is here – https://bootstrap-datepicker.readthedocs.io/en/stable/i18n.html

Thank you

CurrentLink has a defect. If you’re on any of the Profile pages (profile-notify, profile-billing, and profile-setings) the Profile tab is also active along with current page.

This will fix it.

NioApp.CurrentLink = function () { var _link = ’.nk-menu-link, .menu-link, .nav-link’, _currentURL = window.location.pathname, // Use pathname to get the relative URL fileName = _currentURL.substring(_currentURL.lastIndexOf(”/”) + 1); };

$(_link).each(function () {
  var self = $(this),
    _self_link = self.attr('href');
  // Compare the filename part of the URL to the href attribute of the link
  if (fileName === _self_link.substring(_self_link.lastIndexOf("/") + 1)) {
    self.closest("li").addClass('active current-page');
    self.closest("li").children('.nk-menu-sub').css('display', 'block');
  } else {
    self.closest("li").removeClass('active current-page');
  }
});

Thanks for solution, it may helps others.

Hi, iam a singular interprenour, a would to sturt a business, and your Website is fantastic, so i would to appoint a meet with you, to check if you can deliver a work full solution.

So, contact me on watsApp : +244 924799576 skype : vitti-angotech.

Hope have good new from you.

Thanks for your interest.

First of all, this is static template so if you choose then you need to make functional as workable solution. As we are not available for making functional so it would be great if you hire someone else.

Thank you

Hello, I have two questions:

How does Chart Js work? With which files?

And how do the sidebar menu links work? With which files?

Thanks a lot, have a nice day :)

Thanks for your query.

Well, the main chart js library included into bundle but the initialization code available in /js/example-chart.js file.

Also your question about sidebar menu links is not clear, all the html code available in each html file and if js related code available in /js/scripts.js file.

Thank you very much.

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