769 comments found.
would like to request for react code, my GitHub username is @kabychow
Well, you can get beta access of our react version but in future you need to purchase that separately once we release it.
hi, I’ve also submitted the google form. hope to get access as soon as possible. thanks!
Sure, our responsible team member will check and get back to you.
they’ve invited me to the demo1 repo, but I’m looking for demo3 layout
Sorry but right now we working on Demo1 layout and we do not have other demo layout ready for React. Hopefully you understand.
Thank you.
how to deploy “Crypto Wallet” theme to domain?
it’s just such nesting of directories – the path is
/var/www/www-root/data/www/yourdomain.com/src/html/crypto/index.html
How to run simply on yourdomain.com ???
and is there an HTML5 version of the Crypto Wallet
Thanks for asking.
First of this is fully HTML template and not theme. So we not clear about your deployment. If you upload All the files from from crypto folder to root folder and others relevant files as assets, images in same as we provide then be live as our demo but it will just static page.
Thank you.
Hi Softnio, I have an issue displaying modals when using data-simplebar.
I have a card element where the card-body has the data-simplebar tag and within it there a list of items and each item has a modal associated with it.
When you click on the modal link, the model appears to be under other elements on the same page. Looks like a z-index problem, but I played around with this and can not get it to work. If I remove the data-simplebar, the modals work fine.
I was hoping you can look into this and get back to me.
Great Template! BTW
Thanks for letting us know your problem.
Well, without see your preview directly it’s hard to tell you any solution or what is causes. As you mentioned that it may z-index problem but after change it doesn’t affect so we need see directly. If possible to provide us your working demo url so we can check and guide you.
Also as your free support terms already expired so please renew it to get continues support from our team.
Thank you.
I’ve posted a link to an image that shows the problem and provides you some sample code. It’s simple to recreate.
https://ibb.co/26wnpykThis problem existed when I brought the product with support. Please fix it. Else I will need to change future template purchases to a more suitable company.
First of all, the issues is not actually from our end. It’s your markup issue as you have placed the markup inside item. Modal related code must be place before body tag close. You should check our demo and code as several places we have added modal so follow that.
Another thing, to get support from us is not related to bug. If you found any bugs then you can report and we will check and if we found that is correct then we must update that in next version and you will get that for free. But getting help from directly our team is totally different thing. Hopefully you can understand.
Thank you.
hello,
hope you are doing well. can I use this template for codecanyon project?
Thanks for asking. Sorry you can not do that without our written permission as author collaboration. Hopefully you can understand.
Thank you.
how can I get written permission can you give me the terms ?
Well, you should learn more about author collaboration and partnership agreement then you will understand everything about terms and procedure.
Thank you.
Sorry! You may removed your comment? You can email us at info[at]softnio.com if any confidential thing.
Thank you.
Hey! How are you doing? We use the “Style2” template and we are trying to make the search function on the top header to work with a dropdown list results.
We tried to implement the “Select2 Default” from the “form-elements.html” page but unfortunately with no success. I believe the issue is happening because you have coded all utilities into the NioApp’s bundle.js.
Therefore I would like to ask you 2 questions:
1. How to add options to select2, for example ‘placeholder’? I tried to add it as data-placeholder=”search anything…” but no effect.
2. How to add event callback to select2 function for a particular select2 element, not all? For example: change event.
Looking forward for your support, Thank you very much, Bar
Hello,
Sorry for the late reply.
Without seeing you full markup it hard to say where is the wrong. But by default if you initialized with our prebuilt code then data-placeholder will work but first option need to add blank as per select2 documentation.
Also for callback option, you should check their documentation – https://select2.org/programmatic-control/events which helps you better than us.
By the way, your support terms already expired so please renew your support terms to get future support from our team.
Thank you very much.
I use datatables, and my table has 14 columns of data. It displays very well on PC, but on phone the board is broken it won’t correct itself
How do I fix it on your interface?
On Mobile: https://prnt.sc/1ja7jqi
On PC: https://prnt.sc/1ja8ca0
And if I use my iPhone to access it, this table doesn’t show any data https://prnt.sc/1ja9bqr
Well, you will need to use responsive option of datatable, see reference – https://datatables.net/reference/option/responsive
For iPhone loading issues –
First check our original demo, is this happened with our demo or not? If our demo works fine then you need to debug your personalized code. But we never faced this issues previous while we developed.
Thank you.
Sometime F5, error like picture. How can i fix it never happen again ?
Hello,
Thanks for letting us know. Can you let us which version of template are you using? Is this happened in our live demo?
Thank you.
Im using covid template. I didn’t see it on the demo, but in practice using it doesn’t happen often but only sometimes. Just f5 again and the error disappears
Well, understand that you are using Covid template one. But is this latest download one or old download one?
Can you add below line into dashlite.css in very first line and try out –@charset "UTF-8";
Thank you.
I downloaded the latest theme on July 29
I have added the code in .css, I will give you feedback later
OK, Sure no problem at all.
I need customization please.
Hello!
Thanks for your comment and asking for customization. Sorry to let you know that right now we do not take any customization task as our team busy with existing product update.
Thank you.
Please how and where can i make changes to my blue colors so it can have effect in my whole theme.. Thanks
Hello,
First of please renew your support terms to get future support from our team.
About changing any color – you should update in scss variable and recompile the css file.
Thank you.
How to add toastr to the covid template? I check this template doesn’t support dashlite toastr
Thank you
Hello,
Yes, you are right covid template is a minimal and very lite version so it does not support most of element/component or even plugins. If you need anything then you need to integrate manually.
Adding toastr, first you should should follow their documentation. Also you need to add toastr.js in bundle.js as below and compile before start use -
@@include('@@nodeRoot/node_modules/toastr/build/toastr.min.js')
Then you can use as per their uses requirements as below –
toastr.info('Are you the 6 fingered man?');
toastr.warning('My name is Inigo Montoya. You killed my father, prepare to die!');
Thank you.
I have problem with datatables in your template template The error appears when I pass data from my server, the table has changed to a different style
Before passing the data to the table, it is very cool and beautiful, you can see the picture:
https://prnt.sc/1hnmpi0After passing the data, it doesn’t look like the style at first. Apparently it used the default Datatables style. I don’t know, because I’m not good at front-end:
https://prnt.sc/1hnnkplThank you. Hope you help me soonest
Thanks for contact us.
Well, it seems templating issues as when you manipulate the data you are not using same datatable dom template. You should check our datatable implement code in js/scripts.js file where have NioApp.DataTable() function and inside that function block you can see how we use dom.
Thank you.
Can you help me to fix it step by step ? I think this is a bug. Because I bought many themes on themeforest and also used to program with DataTables. I have never seen this error happen
I use the “serverSide” method https://prnt.sc/1hoeb95 This is HTML table https://prnt.sc/1hof4yaThe ID of this table is: dataSymbolTable
Here is the table when I pass the data successfully, the data shows up fine, but the style is not what I want https://prnt.sc/1hofiqfI intentionally changed the ID of this table to the wrong data in JScode to interrupt the data transmission
https://prnt.sc/1hog3mnAnd, wow style became what I wanted https://prnt.sc/1hogc1y
I have tried many ways and currently failed. Please author guide me step by step to fix this error, with this problem I can’t use this template anymore. I just bought it a few hours ago. Help me please
Thanks
i found way for fix that problems. http://i.prntscr.com/Xn1j7PiXSy_7V9hWBGJPyQ.png
Result: http://i.prntscr.com/j1FQkcYeR9ydINds0yZRsw.png
Now it’s ok. But I have a new problem, when I run this js command. The table didn’t change, but I tried it with another table on another template and it worked fine
$(’#dataSymbol’).DataTable().column(2).search(‘Maria’).draw();
So, where does this error come from?
Updated Link Result Again: http://i.prntscr.com/j1FQkcYeR9ydINds0yZRsw.png
Well, First of you have to understand how datatable works and this is actually not a bug.
We understand other templates code works fine to you it bcz they do not customize the default layout using dom option. But in our design we have customize the layout make it more prominent.
You should learn more about dom/language option from datatable documentation (https://datatables.net/reference/option/dom , https://datatables.net/reference/option/language), then you can understand how we custom using datatable feature.
So what exactly happen with you, first you have initialized the table with our custom dom option but later you manipulate without dom/language option. So first time design looks good but later it looks different as you recall with default. If you want same design as our one then you must need to use same dom/language option that we have used.
Now you have 2 simple option –
First, use default datatable layout and leave our custom design. As you already initialized table using #dataSymbolTable so no need to use datatable-init class in table any more. It helps you to make table both time same.
Second, use custom dom/language options to make design similar design as our one. The dom/language code you will found in js/scripts.js file under NioApp.DataTable function block. Again you don’t need use datatable-init class again as you already initialized using your own id #dataSymbolTable.
See this – https://ibb.co/jRzx4Y2 for our code reference in scripts.js file.
Thank you.
Sorry, your last shared screenshot unable to access.
We are not clear about your new issues, but it may conflict with double initialized. So remove default class and initialized with your custom one.
I fixed the error, everything works very smoothly
If it’s not a BUG, then I hope you improve it further, do it automatically. So that people like me in the future, they don’t need to find the DOM to add to datatables
I have a few more ideas for you, the template is missing icon search, I need some icons but don’t know what the code is.
If you can make an icon search page like this in your template that would be great, I can easily find any icon I want http://i.prntscr.com/UTjngSqYQIyZeoVIr5iXtw.pngIt’s great to know that everything works smoothly. Also thanks for you suggestion.
About automatic –
Actually you can not make everything automatic always as datatable gives you option that you can override and use that. So you always need to override their option. Similar way in your custom code, you actually override option when you call. For example you are write ‘serverSide: true’ in your code where serverSide default value is false. So change it as per your need or whenever you need. Hopefully you can understand.
About search icons –
We understand your point but you can simply search using browser default feature as if you press ctrl+f or cmd+f and type anything it will highlight the area if found and this is works anywhere. Hope this tricks help you.
Thank you.
How can we contact you directly through mail
You can email us at info[at]softnio.com with your query.
Thank you
after I changed to dark mode it’s gonna back to light mode when I reload my page. is it a bug or should I handle this with session in back-end?
Well, this is actually need to make functional on your way. As you handle with session, cookie or db whatever.
Please renew your support terms to get future support from our team.
Thank you.
Hello, I have a rendering problem when a modal is opened, due to the page size. Below link with a screenshot of the problem, can you help?
https://drive.google.com/file/d/1nNkwqGRuDR8of_-IfjRHh6aoCzqNReBf/view?usp=sharingThanks Fabio
Hello,
Thanks for asking help.
As per your screenshot, this is not a modal. It’s actually off-canvas sidebar which display on smaller screen and it’s seems ok to us.
Or you mean different?
Thank you.
Hi, the documentation link (https://dashlite.net/docs/) in the “preview” has been down for a few days. I would like to see the documentation as I am evaluating the purchase. Thanks.
Thanks for letting us know.
Well, the documentation you will a offline version inside that package. Online version available here – https://docs.dashlite.net/html/
Thank you.
Hello, Is it possible to include files from Adobe XD or similar in the purchase? Thanks
Sorry, we don’t have that so it’s not included.
There is a bug… when i load a modal html having a menu sidebar from server side and display on client side i discovered that the menu icon on mobile doesnt show the sidebar when clicked so i added NioApp.TGL.init(); below the js code loading the modal and the menu icon started showing the sidebar but later discovered that the main menu icon of the template doesnt show the sidebar… I suspect NioApp.TGL.init(); must have been conflicting with the main menu sidebar…
Please how can this be solved…
Below is my code for outputting the modal html from server side
$(document).on(‘click’, ’.settingsHandler’, function (e) { e.preventDefault(); $(’.modal).modal({ backdrop: ‘static’, keyboard: false }); NioApp.TGL.init(); });
Even after adding $(’.modal’).on(‘shown.bs.modal’, function (e) { NioApp.TGL.init(); }); Still conflicts with the main menu sidebar… The main modal sidebar is not showing
Hello,
Thanks for your query and let us know your problem.
We are little bit confused how you code html part and how you load html modal. So it hard to give you proper answer. But can you please create a video and send to via email at info(at)softnio.com to show us what exactly happen after applied as per your mentioned code? So we can understand bit better.
By the way, please renew your support terms to get our continues support from our team.
Thank you.
Hello, love the template! Amazing work! My question is do you have any road map for a react version?
Well, we are working react version but can not promise any schedule. From our side we try our best release react.
Thank you.
Sounds great, if you would like testing please reach out.
Ok, Sure. We will get back to you.
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.
Hello Team,
I have to make some CSS changes to the page – https://dashlite.net/demo5/user-list-regular.htmlI have to increase the top of the filter section (dropdown toggle).
Yea, you can do that as just find the class name and add custom rules theme.css and it will works fine.
Thank you.
In this case, inline css has been added to the dom on click event.
Well, there is some inline css that generate by dropdown toggle function that you can not manipulate as that is not recommended way. Also it can stop work with proper function.
Better is you may create 2 screenshots as one with current look and another how you want then show us so we can suggest you better way.
Thank you.
I have to add top: 75px currently it is top:0
Well, we told before the dropdown generate inline css which help position relatively. If you want to override then you need to !important in css but it can cause other issues for position in other layout. If you want to reposition dynamically then better to use data-offset=”x,y”.
Thank you.
When we are adding more fields into the form then content of form is going behind the header
Well, inside dropdown content always depends parent and where you use. Also by default the header is sticky so it will show always on the top (excerpt popup).
So when you have large dropdown area which used in content section will be goes behind the header by nature.
Thank you.
Good afternoon, I’m trying to use the theme, but it only works on the local server, when I try to host it on the net it doesn’t work. What appears is that his Jquery doesn’t work, any link I click that should, for example, open a modal , actually directs to the current page (ie follows the # of the href). I can’t solve or think about what it could be. Thanks
Sorry, We think you may comment on wrong item as we do think you have purchase this template.
Thank you.
I won the theme in a raffle
Sorry, we are not able provide any kind of support as you have not purchase directly from us.
Thank you.