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.

edem24

edem24 Purchased

On demo 9 u had an issue with the navbar, does not stick to te top of the page

Thanks letting us know.

Well, you use update as code from _base.scss file as below -

// remove below line from 'src/scss/core/layouts/_base.scss'  
// line 18

overflow:hidden;

Please try out and get back to us.
Thank you

Hello,

I came across a bug in the library and was wondering if you could help me out.

I’m using Dashlite Demo 7 as the foundation for building my website. However, when I configure the settings to Main UI Style = Softy and Skin Mode = Dark, the dark mode is applied correctly, but the search bar remains white, which disrupts the layout. I’ve noticed that this issue doesn’t occur in other demos that support dark mode.

Could you let me know how I can fix the search bar color so it also adapts to Dark mode? This bug can be easily reproduced using the demos available in your portfolio.

Thank you for your assistance!

Thanks for letting us know.

Please add below code in _dark-skin.scss file and recompile.

// add below code after line 18 in 'src/scss/core/_dark-skin.scss'

&.nk-body.ui-softy .nk-header-fixed{
     background: $dark-body-bg !important;
}

Try out and let us know.
Thank you very much.

Thank you very much, this change fixed the issue.

Glad to hear that.

Thank you

Pos UI available?

Thanks for asking.

Sorry but we do not have POS UI at the moment in this our template.

Thank you

Prezados, bom dia!

Identifiqueis dois problema, acredito que seja ou posso está errado.

Primeiro – Quando uso o elemento ’<Select>’ e o componente ‘js-select2’ para habilitar a busca, dentro do modal, ele não funciona, o campo de busca fica desabilitado, mas o elemento em si funciona podendo navegar nos itens. Quando uso fora do modal o campo de busca funcional normal.

Segundo – Quando vou referenciar o js imputMask ou jqueryMask no meu projeto, algumas funcionanlidades do template para de funcionar como, abrir o modal, Sweet Alert 2, etc… estou querendo usar mascara no meu projeto visto que o projeto de vcs não tem, preciso de orientação como adiconar os js de mask pois estou precisando usar.

olá Macio, segue o meu html do meu formulário e o meu script para capturar o event clique do type submit. Só relembrado o problema.

Se eu não referenciar o arquivo de mascara no projeto, o evento do button submit funciona normal, mas depois que eu referencio ele, o event do sumit para de funcionar.

Estou disponibilizando o código de um formulário só com dois campos, o mais simples.

  1. Formulário – Asp.net mvc core

@model LotteryManagement.Web.Models.TipoSuprimentoViewModel

Informe os dados do tipo de suprimento
<form id=”formTipoSuprimento”> <input asp-for=”Id” type=”hidden”> <label class=”form-label” for=”nome”>Nome</label> <input asp-for=”Nome” type=”text” class=”form-control” id=”name”> <label class=”form-label” for=”nome”>Descrição</label> <input asp-for=”Descricao” type=”text” class=”form-control” id=”descricao”> <button type=”submit” class=”btn btn-lg btn-primary”>Salvar Informações</button> </form>
  1. capturar o evento click do submit

    $(’#formTipoSuprimento’).on(“submit”, async function (event) { event.preventDefault(); });

    if (!$(this).valid())
        return;
    showLoading();
    await delay(1000);
    $.ajax({
        url: '@Url.Action("registrar", "tiposuprimento")',
        type: 'POST',
        data: $(this).serialize(),
        success: function (response) {
            closeLoading();
    });
    if (response.sucesso){
           NioApp.Toast('
    Sucesso

    '+ response.mensagem +'

    ', 'success'); limparForm('formTipoSuprimento'); } else if (response.errors) $('#formTipoSuprimento').validate().showErrors(response.errors); else NioApp.Toast('
    Atenção

    ' + response.mensagem + '

    ', 'warning'); }, error: function (jqXHR, textStatus, errorThrown) { closeLoading(); if (!jqXHR.status == 401) NioApp.Toast('
    Erro

    ' + jqXHR.responseText + '

    ', 'error'); }, complete: function () { console.log("Chamada completa"); }

Oi Marcio, o problema do conflito do event do botão submit parou de ocorrer, ou seja, voltou a funcionar. Acho que o problema estava entre o computador e a cadeira. kkkkk. Mas enfim, obrigado por toda atenção

Glad to hear that your problem is solved.

LOL, we guess it was very fun to find out the issue between computer and chair :)

Hi two issues :

While using data tables:

1) there is no scroll bar coming if columns are more then 5 or 6. information is coming after clicking plus button. If column numbers are high, it should horizontal scroll bar automatically. how to do that?

2)When we are trying show data like in order id by DESC, it doesn’t work. it always show data in ascending.

Please share the solution for this.

Thanks for your comment.

First of all, you should check datatable documentation for responsive, ordering or any other requirements.

On the other hand if you face issue, then please feel free to contact us via support center for help – https://support.softnio.com/

Also your support term has been expired, to get continues support required you to renew your support term.

Thank you

Thanks for your so unprofessional reply.

The reason for asking that since its a default feature in every admin template but not present in your one.

Thank god, i don’t have any other question apart from data tables, other wise you would have said – please check with third party :D

Regarding support, i was not asking for support. the expectation was it should be there in your script just how to enable it. but thanks for reminding not to purchase your product in future, as for asking simple question you are asking for money.

Good luck.

Sorry for the reply if feel it unprofessional.

As you taking about DataTable, so its already available with default features that offer Datatable plugin. If you think by telling you to look at their documentation is unprofessional then we have nothing to say, it’s because when you read their documentation you get proper information and extend as per their guidelines.

At the same time we also told you that if you face any issue to understand or achieving something then contact us via support center, but you feel it so unprofessional.

Regarding support renewal –
As your support term was expired so we just remind you to renew your support term but it does not means to force you and it’s always up to you whatever you want to do.

Sorry for any inconvenience.
Thank you

hi there,

I want React/Vue theme for hospital mangement system with all the features included in the preview website.

https://dashlite.net/demo7/hospital/index.html

So, could you guide me which one to purchase? as i noticed people its shows only html/bootstrap version.

Thanks for your query.

Well, we have separate React version that you can see from here – https://themeforest.net/item/dashlite-react-admin-dashboard-template/34797909 But in React version we do not have pre-build conceptual pages, for example the hospital management related pages but main demo is available react.

Also we do not have any Vue version of this template at the moment.

If you have any query please let us know.

Thank you

I need the e-commerce demo in React because it’s required for my project. However, I received the Bootstrap version instead. Could you please provide a refund if the React version isn’t available?

Sorry but this is HTML template based on Bootstrap. If you need React version then you need to purchase the React template of this template from here – https://themeforest.net/item/dashlite-react-admin-dashboard-template/34797909

Also we only accept refund as per Envato Refund Policy, and as per policy refund is not acceptable for purchase by mistake.

Thank you

I need the e-commerce demo in React because it’s required for my project. However, I received the Bootstrap version instead. Could you please provide a refund if the React version isn’t available?

Sorry but this is HTML template based on Bootstrap. If you need React version then you need to purchase the React template of this template from here – https://themeforest.net/item/dashlite-react-admin-dashboard-template/34797909

Also we only accept refund as per Envato Refund Policy, and as per policy refund is not acceptable for purchase by mistake.

Thank you

I recently purchased your React admin panel, but upon downloading, I received a Bootstrap version instead. Since I specifically require the React version for my project, the Bootstrap version does not meet my needs

Thanks for your comment.

Sorry but not sure if you purchased React version or not, but we can see that you have purchased HTML/Bootstrap version. So if you download the HTML version then you will get that basically.

And if you need React version then you need to purchase the React version separately from here – https://themeforest.net/item/dashlite-react-admin-dashboard-template/34797909

On the other hand if you already purchased above React version then you can download that from your Downloads tabs.

Thank you

in version 3.2.4 demo 9 why is the header position not “fixed” even though the class already uses header-fixed, in the previous version 3.2.3 it was fine

Thanks for letting us know.

We found the issue, hopefully in next version it will be fixed.

If you need immediate fixing then you can contact us via support center here – https://support.softnio.com/ using your purchase code.

Thank you

Dear Team,

We are using the demo6 template.

Header fixed menu option has been removed and kept the main menu scrollable

When page is having less content, height of the page is defined based on the menu/submenu.

Getting empty space, Kindly help on this to remove it.

How to remove the auto height ? Please refer this image in the below link.

https://1drv.ms/i/s!AgEXfpRfTMWfl7QW8J570oTrw1WKcw?e=0DKRQt

Sorry for late reply.

Well, if we understand then you want to move footer at the end of the page specially when you have less content? If yes then usually it will be happen, but if you want to move footer end of the content then you need to write css add min-height: auto for .nk-wrap class.

.nk-wrap {
   min-height: auto;
}

Please let us know if any thing else.
Thank you

Please fix summernote editor issue its not working

Could you please explain in details so we can understand your editor issue. What exact problem you are facing?

Thank you

summernote is not working perfectly li ul had issue it not working accurately on i also tried official links but same problem exist please help me

Sorry to hear from you.

What exact issue it showing or not working, if you explain in details then we can check. On the other hand if the issue is from core plugin then we may not able to fix unless summernote author fixed on their core plugin.

But you should provide details of your li/ul issue in mail info(at)softnio.com so our team can check first.

Thank you

Hi Can you please help me i accidently purchased the HTML Dashlite but i want to purchase the Dashlite react. can you please help me in this.

Sorry to hear from you.

Well, if you already downloaded the template then refund is not acceptable. We understand you may purchase by mistake but as per refund policy, refund is not acceptable if you purchase by mistake or change your mind after download.

But if you have not downloaded yet then you can ask for refund as per Envato refund policy.

Thanks for understanding.

hi i have a problem because nioicon icons are not loading and it’s very strange, could you fix it for me? if anything, I send a link to download the panel that I did https://www.mediafire.com/file/agauj3c2bb9j95u/panel.rar/file please contact me on this mail: mateusztomkiel436@gmail.com

Sorry for late reply.

Sorry again but your provided file is broken for that reason you unable to check.

But as you mentioned that icon is not loading, so could you please check your browser is not blocking or font path is correct (you can check via browser console).

Also check if this same happen in our demo on your end? and let us know.

Thank you

Hi, I want to purchase this template for my React JS project with redux in it. Is this template compatible with React 18 & Redux. Is it responsive . Kindly reply me on this. I am impressed by the UI of this template & also most of its pre-built components suits my web application’s use-cases.

Waiting for your response.

Thanks for your query and interest in our template.

Well, this is static html template, so there in this template does not have any react integration build-in.

So if you need react version of this template then please check this out – https://themeforest.net/item/dashlite-react-admin-dashboard-template/34797909 (in this react template used React v18.2+, but we did not directly used Redux, so if you need then you need to use on your way, on the other hand our every template is responsive that you can check directly in our demo).

Thank you

I just bought it, can you send me an installation tutorial, preferably in video lessons?

We are sorry but there no tutorial like video lessons, we have a simple documentation which is already inside package file that you have downloaded. On the other hand you can check online version – https://docs.dashlite.net/html/

Thank you

Hello, does your script have any integration with Stripe or Stripe Connect?

Thanks for asking.

Well, this is static html template so there is nothing about functional thing or actual integration. You need to make function to use on actual purpose.

Thank you

how can i run the source code, i tried gulp but it doesn’t work, do you have docker or tutorial

Sorry to hear from you.

Could you please let us know what exact error or problem you are facing? We do not have any alternative option as docker.

You just need to install node LTS version on your pc and then you can follow our documentation to run gulp and change on template.

Thank you

How do I make a datatable order descending?

Thanks for your comment.

Did you check datatable documentation? Please feel free to check documentation from here – https://datatables.net/reference/api/order()

Thank you

So how do I add the ordering without this error: “DataTables warning: table id=tableInvoicesList – Cannot reinitialise DataTable. For more information about this error, please see http://datatables.net/tn/3"

Well, when you do custom you can not use the default initializer (datatable-init) class. So you need to write everything customly and initialize separately. Hopefully you can understand.

Also your support terms is expired, to get continues support required you to renew your support.

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