13 comments found.
It’s been a long time since the last update. Are you planning any update soon? Thanks.
Well, next update will take time as our team busy with another template. So after that we may work on it.
Thank you
It’s been several months since we got any updates on the theme. Can we expect more consistent support?
Thanks for your comment.
Well, support and updates is not same thing. If you face any issue then our team provide you support. On the other hand, update is like add new features, fix bugs if anything found etc. As we have lots of template and we need work on other template so we release update bit slowly.
Thank you very much for understanding.
Hello,
I am using the theme and overall it is going great.
But I am noticing a log of console errors from the react-data-table-component. Things like certain properties do not get destructured and then they are being appended to the HTML element and causing errors at runtime. Things like “fixedWidth” is not a valid HTML property., etc.
Also, in your examples, you add tableClassName but per the documentation, it says “className”. Can you clarify this point?
Thanks for your comment.
Well, you may comment on wrong item as it seems your comment is not relevant to this template and also you have not purchase this template.
So kindly check properly that which template you actually purchased.
Thank you
Nice theme, I have purchased. Trying to use gulp and getting errors: After running the commands in terminal version is CLI version: 2.3.0 Local version: 4.0.2. when running gulp build getting the following error: “Error in plugin “sass” Message: node_modules\bootstrap\scss\_maps.scss Error: Undefined variable. ╷ 55 │ “primary”: $primary-text-emphasis-dark, │ ^^^^^^^^^^^^^ ╵ node_modules\bootstrap\scss\_maps.scss 55:16 @import src\scss\extend\bootstrap\_bootstrap.scss 15:9 @import src\scss\style.scss 29:9 root stylesheet” the js, css, and scss files are not populated in the dist folder. Do you have a fix or know the issue? Thanks
Sorry to hear from you that you are facing issue.
Can you please delete your node_modules folder and package-lock.json file from project folder.
After that edit the package.json file bootstrap version to ^5.2.3 to 5.2.3 (just remove ^). And then run npm install for fresh installation and then continue.
See as below –
// Existing line
"bootstrap": "^5.2.3",
// Change to
"bootstrap": "5.2.3",
Thank you
Hi! Thank you for developing such a product! What are the differences with Dashlite I already purchased?
Thanks for your comment.
Well, the big difference is design and less option where dashlite is large and much feature.
Thank you
Dear Softnio, please update your template to bootstrap to 5.3. Would be very welcome and…much needed! Thank you
Thanks for your comment and suggestion. It’s already in our working list but take time to release as other template need to update too.
Thank you
Thanks for the quick feedback. Any scheduled release on the way? It’s been 5 months since the last update.
Well, we can not promise any exact schedule as our team will work on dashlite update first and it will start this week, as dashlite large template so before finish that we can not say anything.
Thank you
Nice template but needs work. There are several glitches here and there and it lacks lot of components and sections than “Dashlite” (their other template). Please improve Nioboard with other components, app-themes. It remains a solid job
Thanks for your comment.
Can you please let us know what kind of glitch you have found so we can resolve. Also we know there is lot of components/section is not there compare to DashLite template but both is different so there will be some different always and DashLite is very large template, where NioBoard is mid-level template. We are hoping in future we will add more features into this.
Thank you
Why is it that the “icon” version of the logo disappears when using tag? In this sample I simply unzipped download and uploaded.
If you collapse the sidebar, the logo disappears.
https://dev.carvm.ai/html/src/html/It’s seems there is little bug. We are going to release update after fix the issue so kindly wait for next update.
Thank you
Any idea when that will be? Hard to develop using this template only to have to update it.
We will release update very soon.
Sorry, I sent the message in the comments, follow here
Hello how are you ? can you help me?
in the file: user-edit.html the selection fields, for example “country” do not accept & and are replaced by &, even though I am using the encode functions, I need it to be displayed & instead of & , can you help me?
Well, by default there is no option as it happen automatically based on character set. But when you make functional you convert to your desire one. Also check this – https://mrcoles.com/blog/how-use-amersands-html-encode/
Thank you
.
Thanks for your comment. How can we help you?
Hi, l have got problems with drop-downs and popup models when I include the jquery library for other plugins I use in my app. Please help.
Thanks for asking.
First of the template completely based on JavaScript as we have not used jQuery library inside it. So to understand better can you please let us know what exact error show to you after add own code of other plugins with jQuery.
You can provide plugin name, how exactly you have added and what error log show in console.
Thank you
After hardworking, I have got to know that the problem is with bootsrap.bundle.js file for Bootstrap v5.2.2. This file is required by other plugins I use in my project (example yii2-dialog by kartik). This bootsrap.bundle.js is blocking theme dropdown functions.
When I try to omit the bootsrap.bundle.js I got this error in console -
START ERROR bootstrap-dialog.js:40 Uncaught ReferenceError: bootstrap is not defined at bootstrap-dialog.js:40:58 at bootstrap-dialog.js:28:32 at bootstrap-dialog.js:31:2 (anonymous) @ bootstrap-dialog.js:40 (anonymous) @ bootstrap-dialog.js:28 (anonymous) @ bootstrap-dialog.js:31 END ERROR
MY REQUEST: please tell me which lines in bootsrap.bundle.js should be removed so that I can avoid blocking of theme dropdowns?
Thanks for letting us know.
Well, first of you can not remove something for bootstrap.bundle.js as if you do then lots of thing not work.
But we think the actually problem is our core template is based on Bootstrap v5.x version where referring plugin of bootstrap-dialog.js is based on Bootstrap v3.x and its conflicting. The Yii2 supported BS5 but bootstrap-dialog.js does not support BS5 as it still compatible with BS3.
Hopefully you can understand.
Thank you
