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
Yes, pre-build color skins included in package separately and by default not activate.
You need follow our docs for how to apply - https://dashlite.themenio.com/docs/#themingThanks
Thanks for your quick answer but I mean the widget itself that slides in when we click on one of the icon becouse we need to provide this option of theming for the end user in a graphic way
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.
Also, I noticed this project pulls in NioApp, in the form of nioapp.min.js. This thin library seems to be a layer on top of Bootstrap js library. Any chance we can get the original source of this included in the next release? I would like to know for sure what it’s doing, as I will be using this theme as a base for my project, and building my own components in an SPA framework which is not designed to use jQuery-based or Bootstrap-based components.
Hello,
Hello, we understand your concern about jqvmap and it vulnerable, but the notice showing bcz their package dependency is on lower version and npm show the notice. As the matter of jquery version, you must noticed that use used latest version of jquery. So we think there is no problem for that.
About jvectormap-next, actually for license issues we unable to use in our project as we commercially distribute but yes for your personal project you can use that your own without any issues.
About nioapp, it’s our internal code that actually use commonly as library. For example in template have toggle option in menu, in inner content etc so we wrote function in nioapp and initial in scripts.js.
Also there is nothing major that you may need to change in core, but if any need to change any attribute or property or class then you can do that from scripts.js as all initialized from there.
Right now we don’t provide the source of nioapp.js bcz this is not well documented and we don’t recommended to change core code as one simple change conflict with others. So if anyone found any bug then we will resolve asap. You can consider this like bootstrap where you never change any code. So if you face any problem just inform us.
Thanks for understanding.
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?
In our package we provide separately email-template folder. As email template so all style written inline style.
Thanks
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 updateThen 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 13
– src/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
Hello,
Sorry for late reply.
Normally style depend on class, so what ever you do if the class name there then no style broken.
In our template we provide 2 different style, you may notice that there is some specific class so when you request to get data in ajax you need add our class name before re-initialize. Also can go with template system here is their reference – https://editor.datatables.net/examples/simple/template.html
Let us know if anything else we can do for you.
Hi,
Sorry for late reply too.
I try simple jquery datatable like this $(’.datatable-init’).DataTable().destroy(); and re-initialize like $(’.datatable-init’).DataTable(); and style is broken. can this be easier like manually initializing? so there aren’t any issues like https://datatables.net/manual/tech-notes/3.
The advice you give is very much appreciated, and so much thank you.
dtable = $('.datatable-init').DataTable();
And after ajax call success you can destroy and initialized again.
dtable.destroy(); // for destroy run after ajax done. then update table data. and initialized again.
dtable = $('.datatable-init').DataTable();
Hope this will help.
i have try it too. Sorry if i make this complicated.
if i run this code :
dtable = $('.datatable-init').DataTable({
"ajax": data_list,
"columns": [
{ data: 'field_1'},
{ data: 'field_2'},
{ data: 'field_3'},
{ data: 'field_4'},
{ data: 'field_5'},
{ data: 'field_6'}
]});
// i got error related to http://datatables.net/tn/3
and
dtable = $('.datatable-init').DataTable(); // if i run this single code, your datatable run.
dtable.destroy(); //and try to destory without any data
dtable = $('.datatable-init').DataTable(); // and then initialized again, but the style css for your datatable not works, and return to default datatable like i said at previous my comment.
if i use dom data resource is works, but i got new issue when i want to give limit for each page.
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!