769 comments found.
Hello! How can I add a new JS file on gulpfile.js?
Well, is this new js file is a library or your custom one?
I want to include lit elements… a package… But will be great to know about both options
Well, if you want to add custom js file then you can simply place into /src/js folder and it will auto compile if you are on gulp watch mode.
But if you want to add a library then you can place into /src/js/vendors folder and after that link into /src/js/bundle.js the similar way we did with knob, jquery-steps etc plugin.
Note: after add must run ‘gulp build’ or run ‘gulp develop’ while are working.
Thank you.
Can I buy a React version?
Well, right now we don’t have any React version.
Thanks
Hello!
Hope you are doing well. We would like to know that we are inviting our customer to access Demo1 beta version on React. So if you would like then you may email us at info[at]softnio.com to see demo and also access source code.
Thank you.
When i switch to dark mode it uses the purple-theme instead of the green-theme which i have included
Well, we have not over-ride additional theme/skin if dark mode applied. Dark mode only work with primary theme as dashlite.css.
Hopefully you understand.
sigh okay
...
@import "skins/theme-green";
/////// DARK MODE SKIN
@import "core/dark-skin";
That’s great.
Also you can copy variable value from /skins/variable_green.scss and replace in main variable file which is in scss folder.
Thank you.
Hi,
I have just done a payment for this template, but unable to download all files and documentation.
Well, just go to your ‘Downloads’ tab then you can see our template name and also got download button. So try it out.
Thanks
Hi… I not build npm code:
WEBMEDIA@DESKTOP-B10R9EG MINGW64 /d/desenvolvimentoWEB/PlataformasWEBSG4x/WEBSG/Addons/dashlite-v2.0/dashlite-v2.0/dashlite-template/demo2 $ npm install npm notice created a lockfile as package-lock.json. You should commit this file. npm WARN Invalid version: “2.0” npm WARN demo2 No description npm WARN demo2 No repository field. npm WARN demo2 No README data npm WARN demo2 No license field.
Well, you should download latest files and then try to install again.
Thank you
could you sell me the version without NODE / NPM?
Well, inside the package you already have pre-build pack that you can use that as if you just move assets, html, images folders move another folder then it will consider as pre-pack. Just different is you cannot updated js and css related code easily as it required node and gulp.
Hope you understand.
how do i get the database of this template? i mean .msql because every template is expected to have one. thanks
Well, in any template doesn’t have database. Database file exist for script not for template. You will need to design database when you making functional.
Thank you
is there a non-jquery version of this theme>?
Sorry! We don’t have non-jquery version.
Good day current’t getting an error when using webpack
require('./vendors/nioapp/nioapp.min');
scripts.js:701 Uncaught ReferenceError: NioApp is not definedi change that to
window.NioApp = require('./vendors/nioapp/nioapp.min');
and I get
Uncaught TypeError: Cannot set property 'name' of undefined
Well, can you check that you have included nioapp.js as first and then scripts.js and try with first way.
Thanks
Can the template use the default scrollbar for all the demos?
Well, we already use browser default scrollbar for main window but inside box or inner area used a plugin (simplebar). So if you disable the plugin then it switch to default one.
Thanks
Hello,
https://dashlite.themenio.com/demo1/components/elements/cards.htmlIs there a loading progress blocking in card? i can’t find the loading progress on the card
Thanks
Hello,
Sorry! right now there is no loading progress blocking in card.
Hopefully in future we will add this feature.
Hello,
How to use DataTables or some tool like that with your listing view ?
https://dashlite.themenio.com/demo3/user-list-compact.htmlThanks.
Well, if you use similar class what we have use then styles are working.
For datatable, check out it’s example.
Hello, I have a problem with icons when I’m using with ISO encode May I use the admin template with iso-8859-1? How?
The problems I see in elements like: .ni-sort-line:before { content: “”; } .ni-filter-fill:before { content: “”; } .ni-filter:before { content: “”; } .ni-flag:before { content: “”; } .ni-flag-fill:before { content: “”; } .ni-notify:before { content: “”; }
I see wrong characteres in a lot of places like links, arrows and all elements whos demand these assets
Like:
DASHBOARDS Default Dashboard Sales Dashboard Crypto Dashboard Invest Dashboard PRE-BUILT PAGES
We are not sure why are you encode css file? You should leave css file as regular then it won’t happen.
Thank you
I’m leaving original css The problem is happening when I’m trying to use in my site with iso-8859-1
Well, There no reason to encode css files as standard, you may need iso-8859-1 in html/content as output text so best way to use on that part specific.
Thank you.
Yes, but when I change the HTML to Iso all icons fall in error
Well, how do you encode or change? Can we see your demo link? Also is utf-8 doesn’t covered your character?
The assets are not loading on hosting. This is the stack overflow where I have been trying to solve why; Can you please assist?
https://stackoverflow.com/questions/64400565/express-server-returns-404-for-some-paths-but-not-for-othersHello,
Can you check manually each files and folders under backend folder.
Also check console error, so you got the exact path of file, just try to open directly that link and check path and file on server?
Thanks
Hello, this is my first time buying the web template on themeforest, I still don’t understand the meaning of regular license 1 domain = 1 license.
the question :
● this is just a template code which contains html, css, javascript etc, how do themeforest or softnio know I have used the template in several domains with the same license?
● How do I use the license? and how do I license the domain? how do I know my license is registered on that domain
● and what if someone breaks the license?
Thanks
Hello,
Thanks for choose our template.
Well, you have asked ethical question. We don’t have interest to know where you are using or are you multiple use or not. But it must be iligal if you use multiple.
So when you make live your site, someone can give dmca notice to take down for some reason and that time this licence will protect you legally that you purchase the template.
No one know your purchase code unless you shared so no reason to break.
Thank you.
Can this work with Goldcoders?
It’s depends on you how you or your programmer integrate. But it doesn’t support directly.
Okay, that means we’d have to tie em up manually aye?
Also, i’m s bit confuse with the installing method, can it be worked on offline then upload em direct to the server or i gotta follow the installing instructions first then get the file from server to edit?
We are not sure what actually you looking for? First of we want to confirm you that, this is static HTML template (nothing functional) and our documentation installation guide is for edit the template as it will help you to complie css js files etc.
Hopefully you understand.
Hi quick question, have you had an issue with select2 ajax calls? Can’t seem to get it to work, but works OK if I feed it data through a drop down.
Hello,
As you manipulate select2 data with ajax data source, so you will need to call ‘NioApp.Select2.init()’ for reinit after ajax done.
Or you can initialize with your own class in ‘NioApp.Select2.init’ function block.
Also ajax related docs here – https://select2.org/data-sources/ajax
Hi! would be possible convert this dashboear on a pwa? is it compatible?
Well, as this is plain html/css template with fully responsive (all devices compatible) so you can build your application on PWA way.
Thanks
Hi, How do I start demo app 4? I ran the gulp commands but is this just a utility to monitor and recompile? Do I need to run this like any standard node js server? If yes, which file is the main js file?
Hello,
Thanks for choosing our template.
Yes, you are right as gulp command line help you to recompile everything after your any changes.
Node is required just for install libraries and run gulp etc. So there is no need standard node js server or main js file.
Hopefully you understand.
What steps are needed to run this on a local webserver?
Not exactly sure what do mean by run on local webserver?
As this is a html template so you can open directly from computer.
I’ve found a serious problem, with bootstrap, all line-height related variables are using relative values like 1.25/1.125, but in your theme, you are reseting these line-height variables by values with units, like $field-line-height: 1.25rem;
but in bootstrap, this is just a plain numeric value, this unit line height variables are causing me some problems, so I’m asking please convert all these line height variables to values without units.
I need to integrate the kendo-ui, with these unit values, there will be many errors when compiling scss.
Well, there is 2 different variable files so, you can change /scss/extend/bootstrap/_variables.scss file to set your own value.
Also if you just comment out the line then it will use bootstrap core value.
Hello is it possible to use the dark mode toggle btn from the nav drop down and it changes the color for all pages even after refresh.
Yea, possible but it’s depends on how you programming. As it’s user preference so you can store in DB and later add class based on that. Also you can use cookies.
Thank you