769 comments found.
the select2 search function in modal not working, like demo page: apps-calendar.html -> add event -> Select Event Category
Thanks for letting us know.
Can you please let me know which demo layout you talking about? So we can check and let you know.
Also your support terms already expired so please renew your support term to get continues support.
Thank you very much.
demo8
Thanks for letting us know. We just check our demo (https://dashlite.net/demo8/apps-calendar.html) and it seems everything works, you can see there is also.
Thank you.
no, the select2 search function in add event modal still not working in chrome
Thank you. Our team will check once back from vacation.
Also your support terms is expired so you should renew to get continues support from team.
Thank you
What is the recommended image size (in pixels) for the header logo seen here: demo8/auth-login-v2.html? I wish to have my logo larger than what is there currently, what would you suggest?
Well, if you add bit more large image it it will be become large. For example right now our image 40px height, so if you add 60px height image it it will be show as bit more large.
But if you need more then you need to add own css class and need to set height whatever you prefer.
Thank you.
Does the regular license come with the option to white label or remove footer watermarking?
Well, you can remove our branding when you build your application. But extended license will required if your application is sass based or website charge your end-user.
Thank you
helo. nice work. but can you help me with script with select all. for example in demo1 user-list-compact.html.
Thanks for your comment.
Do you mean select all by clicking checkbox? If yes, then you may check these resource -
https://jsfiddle.net/52uny55w/http://jsfiddle.net/arunpjohny/w3gQJ/
Thank you
yes. i thought you have realized that in script;)
Thanks, we may add directly in our feature update.
i’m working in gulp develop mode
I make changes in theme.scss
but there is nothing in src/assets/css/theme.css
why?
your info from docs:
-gulp develop
-Now you can run gulp develop and keep editing in src folder, it will keep running watch command to compile you edit.
but that not working
and more…
unfortunately I can’t prolong support, as I’m from Russia. my credit cards don’t work on Envato 
Thanks for your query.
First of all your support terms is expired so you should renew your support to get continues support from us.
In theme.css, have nothing as we provide this additional so you can add your own css without modified core css file.
About gulp develop command – not sure what you mean by not work? if not work then it must show you error so based on that we can answer.
Sorry to hear that your card not working, you may contact Envato team.
Thank you
Hello, It is a nice project, however a questions please.
In your demo we noticed that the menu keeps jumping back to the top once an item is selected. This means the user must scroll back every time to where they were to select another item in the menu nearby in that category. For example “Payment” and “Receipts”
Once they have selected Payments for example, the menu jumps to the top. Then if they want to check Receipts, they have to scroll all the way back down.
Is there an option to keep the menu where it is selected ?
Thanks
Thanks for your query.
Well, we understand what you mean but default it is not working as whole page is reloading. Usually this behavior about React or Vue template.
Hopefully you can understand.
Hello, Thanks for the update to bootstrap 5.0 The Class .dark-switch has an issue with incorrect values for the psuedo elements on the border and toggle background, file scss/core/_misc.scss from line 82.
====== BEFORE ======
&:before{
right: 0;
width: 3rem;
height: 1.5rem;
background-color: $form-check-input-bg;
border: $form-check-input-border solid $form-select-border-width;
}
&:after{
height: 1rem;
width: 1rem;
right: calc(2rem - #{$form-select-border-width} - .125rem);
background-color: $form-check-input-border;
}
====== FIXED ======
&:before{
right: 0;
width: 3rem;
height: 1.5rem;
background-color: $form-check-input-bg;
border: $form-check-input-border; // <-- FIXED
}
&:after{
height: 1rem;
width: 1rem;
right: calc(2rem - #{$form-select-border-width} - .125rem);
background-color: rgba($black, .25); // <-- FIXED
}
Thanks, Jack D3VL LTD
Thanks you so much for helping us to find bug. We will update in next version.
Thank you.
You do a great job. Will we be able to update to version 3.0.0 for free?
Well, very soon we will release v3.0 version as we are preparing. You can download the version for free once available.
Also your support terms expired so to get continues support please feel free to renew the support.
Thank you
hi, datatable export function is problem help me?
Please renew your support terms as it already expired.
After that you should email us at info[at]softnio.com with more details as what exact problem you are facing?
Thank you.
message sended
Our responsible team member will check and get back to you.
Thank you.
how to install the theme on website, any instructions video available to watch for the installation
Thanks for your comment.
Well, this is a html admin template so there is no instruction how to install on your website and also we have no video tutorial. So as this is html template so you need to make it functional on your end then you can use into your website.
Thank you.
Hello, Its seems that jQuery validation doesn’t work as expected on tinymce rich text editor, can you please check ? When the fields are required the validations are not triggering – its because tinymce uses a iframe to have the contents and original text area becomes hidden. So we need to manually trigger “tinyMCE.triggerSave();” on every form submit.
And also error placements are wrong from both tinymce and select2. I have to add error placements like this:
errorPlacement: function (error, element) {
if(element.hasClass('select2-hidden-accessible') && element.next('.select2-container').length) {
error.insertAfter(element.next('.select2-container'));
} else if (element.parents().hasClass('input-group')) {
error.appendTo(element.parent().parent());
}
else if (element.hasClass('form-control tinymce-toolbar-course')) {
error.insertAfter(element.next());
}
else {
error.appendTo(element.parent());
} }
Please let us know regarding the above both questions.
Thanks for your query.
About TinyMCE – Well, the jQuery Validation does not support build-in third-party plugin unless you write custom. So you may check this demo which may helps you – https://jqueryvalidation.org/files/demo/tinymce/
About select2 error placement – We hope you are using latest version and your markup as per our demo – https://dashlite.net/demo1/components/forms/form-validation.html
Also our validation code found in scripts.js under NioApp.Validate.init function block. So you can write own code or update as per your needs.
Thank you very much.
hi, is there any prebuilt page/form for survey or questionnaire?
We are sorry but there is no prebuilt pages for survey or questionnaire.
please how can i locate the database file and how to modify it?
This is html template so there is no option for database or connection. You need to make programming your own way.
Thank you
I need installation guidelines on how to install it and modify it
We are really sorry but we don’t understand what kind of installation guidelines you looking for but inside the package has documentation file which is require for a HTML template setup. So you should follow that.
Also here is the online version – https://docs.dashlite.net/html/
Thank you.
Does this template work well with Wordpress and Elementor page builder
Well, this is html template so it doesn’t work. But if you make functional for WordPress or elementor page then otherwise no way.
Thank you
can i have a guide on how to install it and customize it in html
We are sorry but there no guidelines for how to programming for WordPress. It’s depends on your programming knowledge.
Your can check our documentation for npm and gulp install to build and modify html version.
Thank you.
Hello, I bought the DashLite admin panel you prepared. Congratulations. However, I have a problem. There is a ban on accessing the font files. Can you help me?
Access to font at ‘https://lotus.gen.tr/panel/assets/fonts/DMSans-Bold.woff2' from origin ‘https://www.lotus.gen.tr' has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. dashlite.css:1
GET https://lotus.gen.tr/panel/assets/fonts/DMSans-Bold.woff2 net::ERR_FAILED 200 login.php:1 Access to font at ‘https://lotus.gen.tr/panel/assets/fonts/DMSans-Regular.woff2' from origin ‘https://www.lotus.gen.tr' has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. dashlite.css:1
GET https://lotus.gen.tr/panel/assets/fonts/DMSans-Regular.woff2 net::ERR_FAILED 200 login.php:1 Access to font at ‘https://lotus.gen.tr/panel/assets/fonts/DMSans-Medium.woff2' from origin ‘https://www.lotus.gen.tr' has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. dashlite.css:1
GET https://lotus.gen.tr/panel/assets/fonts/DMSans-Medium.woff2 net::ERR_FAILED 200
Well, you can simply add CORS policy in your htaccess to allow or you can set in your header response.
See these
- https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin
- https://ubiq.co/tech-blog/set-access-control-allow-origin-cors-headers-apache/
Thank you
Good moorning. Recently, I bought this template. However I realized it is not built on React.js ¿Could you change me to the React.js template version please?
Thanks for your comment.
It’s good to know that you have purchased our template. Well, we understand that you may need React template but there is no way to change after download the product.
Thank you.
The point is I need the React.js version. It is exactly the same as actual version, right? (just built on React) Could you provide access to the React version please?
Well, you may check this template – https://themeforest.net/item/dashlite-react-admin-dashboard-template/34797909
Really? Do I have to buy another template? I just pay for one template (exactly the same but in another tech)... was a mistake. Please, can you provide me a reasonable method to get React template?
Well, both are completely different as you have purchase html template one so you already got that. Now if you need React version as different tech then you need to purchase that separately as it available as separate item in market.
Thank you.
At least, can you provide me some kind of discount? Please, unfortunately it was an mistake.
We are really sorry but right now we are unable give you any discount. If you need discount then you need to wait until next promotion.
Thank you
When will be the next promo?
It may available by end of next month.
Is there any video tutorial on how to edit, implement and use the theme?
Thanks for choosing our template.
Well, there is no video tutorial on how to. But to edit or implement, its completely depend on development and programing knowledge.
We provide you standard html/css code so using that you can make functional and build your own application.
Sorry but there is no tutorial from our side for how to programing and making functional.
Thank you
I bought the template but can’t seem to find the react version in the downloaded folder, where can it be located.
Sorry, this is not React template so for that reason react version not available or included.
If you looking for react version of DashLite then have a look this – https://themeforest.net/item/dashlite-react-admin-dashboard-template/34797909
Thank you
Is this a one time pay off or I have to keep subscribing to keep the template
Yes, it one time payment with 6 months support but if need more support you need to pay again to renew your support.
Thank you
is this template for both user and admin? Or it’s just for admin only? Thank yoy
Well, this template you can use for both but you need to make for that as it just static template so you need to functional before use for admin or user.
Thank you