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,

We need to add drag & drop, like menu builder on the subscription panel.

Could you please suggest the compatible library or package or source to implement easily.

Thank you in advance.

Well, you may have a look this plugin – https://bevacqua.github.io/dragula/

Thank you.

Hi,

Really nice job. I would like to know if the widget on the right to customize the color and choose the dashboard that we can see in the demo is included in the download package?

Thanks

Well, I think you the our settings panel. Actually that is NOT available in package as it only for preview purpose.

If you need similar thing then you need build function your own and we can help by provide css code for style and html markup.

Thank you.

thanks, yes your help would be very appreciated but I am reading to pay more to have your setting panel, is it possible?

Well, you should contact us via email at info(at)softnio.com after main product purchase. Yea, we always here to help.

Thanks

Also, another vote for migration from jqvmap to jvectormap-next as sjohnr mentioned above.

We understand but bcz of license terms, we can’t directly use in our package but you can use your own in your personal project.

Thanks for suggestion.

Another minor bug report:

scss/skins/_theme-purple.scss: Line 238

scss/skins/_theme-egyptian.scss: Line 238

Double comma causing IDE to mark the files as errors.

OK, Note it down.

Love the product so far, great job guys! Two questions/comments:

As mentioned by Antaros, there are 3 high vulnerabilities in this project. However, 2 of the highs, the 1 moderate and 2 low are all due to dev dependencies on gulp-html-beautify and gulp-watch.

The only dependency that’s vulnerable that will make it into the end product (as far as I can tell) is jqvmap, which is incredibly outdated and depends on a very old version of jquery. There is no way to fix this vulnerability.

With that said, any chance the project could be updated to use jvectormap-next? It seems to be maintained and might be similar enough it could be an easy switch.

Thanks for the reply.

I checked in the dist/ folder to see if jQuery v1.11.3 is included, since that is the version that jqvmap is depending on. I don’t see it included in the bundle.js. However, it does show up in the package-lock.json and in node_modules/jqvmap/node_modules/jquery/.

Since it’s not showing up in bundle.js, I tend to agree with you that gulp/npm is resolving to the higher jQuery version in the bundle. I’m curious how npm can do that, and how jqvmap works with a jQuery that is 2 major versions higher than it was built with. Anyway, that’s something I’ll learn about later I guess.

As far as nioapp, I appreciate your candor. I’m not worried about what’s in it, as it doesn’t look like a complicated layer, and I can still use it directly in my app for now. I just wanted to make sure I knew what it did in case I need/want to replace its functionality in the future. Any chance you could send me a snapshot of the source code just for reference? Email is sjohnr ([at]) hotmail-dot-com.

Hello,

Sorry for late reply.

Yea, jqvmap use the v1.11.3 for their internal preview or used. In our application we used jquery on our ways which latest version. So don’t need to worry.

In npm, have option to report for vulnerability, base on that npm show the notices later. And also jqvmap work with latest version bcz they use very common function of jquery which is not deprecate or updated after 1.11.3 release.

We may send later few screenshot to understand what actually coded.

Thanks.

How can I get just the CSS/HTML of the Email Templates?

I can’t find the email-template folder.

Oops! Thanks, I just re-downloaded the file and I’ve seen the folder.

OK, That is greats.

Can I use my own homepage on the HYIP dashboard. If yes , How? I love this dashboard i am afraid if my own html website front end will match with it

Hello,

First thing, i want to confirm that our dashboard is just html version so if you expect as functional then please aware that.

Secondly, I am bit confuse about your and dashboard mixing as by default any kind of dashboard related with back-end or after login so there is no direct relation with homepage. But yes, sometime it required relation. So when you program it you need to adjust what ever required you.

Thank you.

i want to see what the users’ dashboard looks like in the HYIP dashboard.

This is the (https://dashlite.themenio.com/invest/) user dashboard concept of HYIP investment.

If anything else let us know.

You should fix the dependencies you are using…

NPM reports 17 vulnerabilities, 3 being high…

Hello,

Thanks for your comment.

Well, basically there is nothing from our side. You know the npm is local environment based so person to person it vary. But we ensure you that we already used latest version each plugins so you can simply ignore.

Also you can take some step as run some code as below -

First you can run –
npm update
Then you can run bellow –
npm audit fix

Hope it helps you.

The theme so far is amzing and we are really looking forward to the chat/messenger update coming soon.

Thanks for your comment. We understand that lot’s of our customer waiting for those. Our upcoming our updates are bit slow just because of current situation but yes we try to release asap.

If you loved our template, please do not forgot to give rating to our template and leave your feedback.

Thank you very much.

For Chinese users, the download always prompts 503 gateway timeout, no illegal download of new version, augdai@163.com

Hello,

Sorry we did not understand what exactly you mean?

For Chinese users, the download always prompts 503 gateway timeout, no illegal download of new version, augdai@163.com

For Chinese users, the download always prompts 503 gateway timeout, no illegal download of new version, augdai@163.com

Hi,

I’ve been trying to figure out how to apply validation rules for forms but I’m not really familiar with your use of jquery. How would one go about adding validation rules such as:
        rules: {
            password: "required",
            password_again: {
              equalTo: "#password" 
            }
          }
Thanks

Nevermind. I figured it out. Possibly not the best way but I added it this way to the form:

<script>
(function(NioApp, $){
'use strict';
    NioApp.Validate('.form-validate', 
        {
            rules: {
                password: "required",
                password_confirmation: {
                equalTo: "#password" 
                }
            }
        });
})(NioApp, jQuery);
</script>

Sorry for late reply.

Yea, you use like that, And you can initial with any new class name.

So if anything else let us know.

Thank you.

please is this template a buy and one click install?...or the logic and all of that coding thing needs to be done seperately?or you have done it…...and now if it isnt can you the author do it and would that attract an extra charge?

Hello,

This is non-functional static html template so there is nothing logical thing (if you refer to db connection, store in db etc). If you purchase this template then you have to make functional your own.

Sorry right now we don’t take any customization task.

Thank you.

Hi,

After running npm install I ran into this issue:

found 6 vulnerabilities (2 low, 1 moderate, 3 high) run `npm audit fix` to fix them, or `npm audit` for details

Obviously npm audit fix does nothing to fix the issue. Running audit lists the packages and for example for jquery it says:

Priority: High Name: Cross-Site Scripting (XSS) Package: jquery Patched in: >=3.0.0 Dependency of: jqvmap Path: jqvmap > jquery More info: https://npmjs.com/advisories/328

But in the main package.json file I see jquery dependency is set as: “jquery”: “^3.4.1”.

How can we fix this? It has something to do with jqvmap obviously but I’m not sure where the dependency to a lower version jquery is mentioned.

Thanks

Well, you can simply ignore this as this msg show everytime when you run npm install or update. But in our code, we use latest version. Also this type alert is for them who are using old version.

Hope it make sense. Thank you.

Thanks for the reply.

Honestly it doesn’t really make sense since if the message is shown it’s either an issue with npm or with the dependencies, otherwise there would be no error message, right? Obviously if it’s a bug in npm then there’s nothing you can do about it.

Anyway since you confirmed the latest version of the dependencies are being used than that’s fine.

Best Regards, Nicolae

Hello,

Sorry for late reply.

Well, as we mentioned before this message showing to us also. As we know we used latest version so can say that everything are fine. Also you can run ‘npm update’ to update all the plugin your self in-case we are late to release any update.

Thank you very much.

For next version it would be good to fix these lines that break webpack currently:

1. src/scss/extend/bootstrap/utilities/_sizing.scss Line 47: Breaks with unexpected ”%” sign.

2. src/scss/vendors/datepicker/_boostrap-datepicker.scss Line 465: Breaks on missing source map “sourceMappingURL=bootstrap-datepicker.css.map”

3. src/scss/core/fonts/_*.scss (ie Roboto, Nunito) Breaks due to missing font files expected in same folder.

4. src/scss/vendors/nioicon/nioicon.scss Breaks due to missing font files expected in ‘vendors/fonts’ (ie ’../fonts/’) folder.

5. All references to align-items: start; and justify-content: start; src/scss/global/wgs/_wg1.scss on Line 13src/scss/subscription/pages/_plans.scss on Line 178

Throws warnings “start value has mixed support, consider using flex-start instead”

I thought it was worth mentioning as I just updated to the new version and had to make all these fixes again.

Hello,

Thanks for this things noted.

We will take care note number of 1,2 & 5.

For the 3 & 4, actually this issues showing to you because of your compiling system that required on relative location.but you see our whole project is based on gulp so there is bit different aspect. But we keep in our list. Hope you understand.

Thank you very much once again.

That makes sense :) thank you! Additionally another bug I just noticed was the tabindex on the login page. Without setting a manual index on username, passcode, and submit fields it tabs offscreen twice somewhere before going from username -> passcode… It is ok if you set a manual tabindex=”1” , “2”, “3” etc but I don’t expect that is behaving as you intended it to, so might be worth a look :) Thanks!

Thank for letting me know.

Actually there is some additional link tag inside the form so for correct tab to focus required to set manual tabindex=”x”, no other good solution there. But you set less amount as set tabindex=”-1” to those non-important link then also it works fine. But yes, by default we also set this value in our form.

Thank you.

Would be great to see a datepicker that includes time included in a future release. :) eg: “Bootstrap DateTime Picker” $('#datetimepicker').datetimepicker();

Thanks for suggestion. We may cover it when we release v1.4.

Hello, Do you know when the chat option which is coming soon will be ready? Many thanks

Well, Most probably last week of this month or before.

Thank you.

hi softnio,

can you tell me how your datatable design works ? i need your assist, because my project have short deadline by now. how to pass ajax or re initial your datatable without destroy the design ? your datatable init by class and i need to reinitialize every data update or success response, just destroy the datatable and init over and over as simple as that. i try to use the default datatable css but instead it got weird. assist me please

Well, first of don’t use ’.datatable-init’ class as it use for our default datatable initialization.

So as you want your controlling and use with ajax so you need go with your own class and remove our class from html and add your own then do rest of procedure.

Hope it make sense.

okay, thanks for advise

You welcome!

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