769 comments found.
I’m using a sidebar menu from a template—it looks great. However, when I implemented it in a Laravel + Livewire application, the dropdown script stopped working and appears to conflict with Livewire’s wire:navigate. From Livewire’s documentation. It is common livewire conflict and need to reinitialized. How can I locate the dropdown script so I can reinitialize it properly in Livewire? Or what function should I run to initialize the script.
Maybe I can run initialized script like function initSidebar()
Thanks for letting us know.
We are not sure if this works but you may try to recall this function – NioApp.TGL.init();
On the other hand, you may re-initialize the /js/scripts.js file fully.
Thank you
Thanks for the information. I will try it
Thanks. it works perfectly !!
Glad to hear that.
in table I can use colspan=”5” in dashlite nk-tb-item, what should I use?
The reason I need this is when I search the database, and there is results it will show the list result, but if there is no result. it should show information that there is no data and it will be centered. and all column is merged. I usually use colspan to merge the column, but I still don’t know how to do that in nk-tb-item.
Well, open the file ‘scss/global/comps/tables/_base.scss’ and go to line around 182, then add
&-caption{
display: table-caption;
caption-side: bottom;
padding: 1rem .5rem;
}
After that you can use ’.nk-tb-caption’ class instead of ’.nk-tb-item’. which will make full width. Also you can style other things like text alignment according to your needs.
Thank you
Thank you. Work perfectly
That’s great.
In Wizard multistep form, I would like to add bg-warning-dim as background color for my multistep wizard form header. And maybe bg-danger for step that is active. How do I do that?
Well, you should open the file ‘scss/global/comps/_wizard.scss’ line around 50, then update css for ‘ul’ for header background.
Then go to line around 81 update css for ’.current’ and ’.done’ class.
You might need to adjust padding and text color if you add background.
Thanks for the support.
That’s great, thanks.
https://dashlite.net/demo1/components/forms/form-wizard.html Next button and Previous button, is in wrong order. Previous button and then Next button NOT Next button and then Previous button
Thanks for asking.
Well, you can simply change order as per your need.
In this file – ‘scss/global/comps/_wizard.scss’ line no 19, then remove below code.
&:first-child{
order: 1;
}
OR if you want last submit button on left side, then replace
&:has(a[href="#finish"]){
order: -1;
}
Thank you
You welcome!
Hi Great product. version v3.3.0 I tried to put the form from https://dashlite.net/demo1/components/forms/form-wizard.html into modal form, and put it into modal-body The form show perfectly. But clicking the Next button doesnot allow me to proceed to next step. I include bundle.js and scripts.js how to check the problem.
Sorry, I copied the wrong code. Now it is shows perfectly.
Glad to hear that.
Love this template. Do you have any sample form to add user, but with multi step, step one for add personal information, step 2 for education and step 3 for dokumen upload . There is one form to add user, but only single form. (Maybe you can help me to show me if there is any sample for multistep one)
Thanks for your query.
Well, we do not have exact ready-made form but have multi-step form widget so you may have a look – https://dashlite.net/demo1/components/forms/wizard/create-profile.html
Thank you
In demo online version, looks fine, But in downloaded offline version there is missing base.
I cannot find <base href=”../../../../”> in survey-v1 and survey-v2 html file
Thanks for letting us know.
You may update it manually on your end, and in next version we will fix it on our end too.
Thank you
hi i purchesed 1 a years ago but still not used this html templeate. so i am started one ee comerce portal shall i use this or pay any amount please reply back
Well, you use anytime whenever you want. Just keep in mind that single purchase allows you to build one website/app. For multiple website required multiple purchase.
Thank you
Hi Team,
https://dashlite.net/demo5/loan/loan-details.html i need your suggestion, i need complete project with sample data, do you have sample scripts which help to generate first templete for loan , then later will change based on my requirement , in download, i dont find any instructions or documentation. Order No: 205650157Thanks for your comment.
We understand what you’re looking for, but please note that this is a static template, not a functional script. For that reason, it does not include sample data or a sample backend.
The demo you saw is a static page, and you will need to build the functionality yourself. This template is designed to help you create your application’s user interface much faster.
Hopefully you can understand.
Thank you
Hello dear
I am going to know DashLite admin template is compatibile with ReactJS?
Kindly Amin
Thanks for your query.
Well, this is JQuery based HTML template so it does not directly support in ReactJS. You need to manually convert into ReactJS app.
But if you looking for ready React Template then you may check this out – https://themeforest.net/item/dashlite-react-admin-dashboard-template/34797909
Thank you
Hi, i want to know inside parent modal there is button after click that button child modal window should open without closing parent window how to do in this theme ? more than 3 modal window with parent child concept parent -> child -> sub child -> .....
Thanks for your query.
Well, as we use bootstrap modal so you can not open multiple modal one inside another as bootstrap does not support.
Thank you
bootsrap is supporting inside your theme its not working modal opening without any issue but parent modal got hide need to keep both
Do you have any reference that bootstrap support it build-in? We have check again their documentation here – https://getbootstrap.com/docs/5.1/components/modal/#toggle-between-modals but did not see any thing that you expected.
So if you have reference on bootstrap doc, please let us know.
Thank you
find the attached here child modal open without closing parent modal using bootsrap. https://prnt.sc/FuRJpZcrvDTv
Well, the reference you show is not from bootstrap Documentation. We understand but by default it does not supported by bootstrap and for that reason you cannot make that.
Also if you want to make like that then you need to it with full custom code.
Hopefully you can understand.
Thank you
Subject: Issue with Active State in Submenus
Dear Support Team,
I am experiencing an issue with the submenu functionality in my application. Specifically, the active state is not being applied correctly when a submenu is opened.
Currently, the main menu item remains active only when I am on the main page. However, when I navigate to a submenu item, the main menu item does not retain the active state, which leads to confusion for users.
I have reviewed the JavaScript code responsible for managing the active states, particularly the NioApp.CurrentLink function. It seems that while the submenu items can be opened, the main menu item does not reflect this change visually.
Could you please assist me in resolving this issue? Any guidance on how to ensure that the main menu item remains active when a submenu is opened would be greatly appreciated.
Thank you for your support!
Best regards,
[Yasser]
Thanks for your comment.
Well, you are correct that CurrentLink is function that use to add active class on current page menu using javascript. But this function fully build for our template structure and file path which is basically for html files.
So when you make functional application like using php, then you need to add active class using functional end as from php, and disabled this javascript function so it does not conflict.
Hopefully you can understand.
Thank you
Hola, tengo un problema cuando estoy usando los DataTable, y es que se me genera un bug cuando abro un botón para crear, editar, paginar o buscar, esto hace que se duplique el DataTable y cargue dos veces, cada vez que hago una de estas acciones vuelve a cargar el DataTable. De hecho ya la segunda vez que carga, carga con un tamaño diferente, se ve más pequeño, me gustaría saber como corregir este bug
Thanks for your comment and sorry to hear that you are facing issue.
It’s hard to guide you without checking your actual functional code, so if you share your codes then we can check and help you. You can email us at info[at]softnio.com with your code and if possible a demo access your result that create issue.
Thank you
FYI, your demo is not working. What went wrong?
Sorry to hear that.
Could you please let us know what exact error shows? A sceeenshot please.
Thank you
Still no lucky with the domain provided https://prnt.sc/VZ75eHsau6aQ
Even using incognito and safari.
Sorry but we are not sure why it happen to you have but we check everything on end and all are okay. You may try with VPN to check. At the moment we think your visiting IP may blocked by hosting provider.
Thank you
Hope you’re doing well! I wanted to ask something — the visual says ‘3.5 major update’, but the latest version I see is 3.3. Is there a mistake, perhaps? Thanks.
We are sorry, it just typo mistake. The actual version is 3.3 which you found in changes log.
Thank you
Thank you for your reply. Is there any update near future? Bootstrap latest version etc. updates?
Well, we must release update as we regularly doing that. As we have lots of product so we release update one after another.
Thank you
hi please do you have a database for this for the crypto demo
Thanks for your query.
Well, this is html template so there no database or functional related thing. You need to create when you make functional.
Thank you
Dear Team, We have purchased this but needed react.
Can we have a refund or can you provide us the react one.
I have not downloaded the license yet.
Sorry to hear from you.
Well, if you already downloaded the template then refund is not acceptable. We understand you may purchase by mistake but as per refund policy, refund is not acceptable if you purchase by mistake or change your mind after download.
But if you have not downloaded yet then you can ask via for refund via Envato as per Envato refund policy.
Thanks for understanding.
i have multiple domains in the same company can I use the same code, not outside projects
Note: Can I download and use multiple projects or purchase every time again
Note: may I know the same UI code can I use the main domain and subdomain also (actually a single application but we are dividing multiple parts like sub-domains) like a main website, admin panel, student dashboard, teacher dashboard
Thanks for your query.
Well, as per license terms, each purchase allows you to build single application/website/project.
A single company may have multiple different projects, if so then it required multiple license for each projects/website.
On the other hand, if you have single application as a project which has different part/portal/dashboard which does not required multiple license.
Also if your application/website charge end-user then it required Extended License for each project/website.
Hopefully you can understand.
Thank you
Hello How are you I need more help Can you help me
Thanks for your comment.
You should contact us via support center (https://support.softnio.com/) with your query or the problem you are facing.
Thank you
Hi Team, I contact you to ask you if it was possible to share the complete code with the toolbar (nk-sticky-toolbar) as in the example https://dashlite.net/demo2/
This is because I would like to give the possibility to modify the various colors, as you did.
Consequentially, I especially need the demo-settings.js file
Thank you for the work you do
Thanks for your comment.
If we understand well, then you mean to setting panel of our template. Actually that part completely separate which is managed by php and javascript to make functional. For that reason it not possible to distribute.
But we understand in your application you want to add an option change theme color. Basically based on your application technology you will need to code that. So you can simply add form fields into profile setting where user can choose colors and that need to save into database. After that you need to retrieve the data and based on that you need to load skin stylesheet.
Hopefully you can understand.
Hi,
Could you help me with a bug I can’t seem to fix?
In the Demo 7 template, when using a carousel slider card with the Softy layout, the top and bottom parts of the card are being cut off by the carousel. However, in Demo 9, the same card displays correctly without this issue.
How can I fix this in Demo 7 so that it works the same way as in Demo 9?
I’ve attached two images:
- One showing Demo 7, where the top and bottom of the card are cut off. - Another showing Demo 9, where the issue doesn’t occur. I’d really appreciate your help! Thanks in advance.
Demo7: https://i.postimg.cc/vTpcwZdb/Captura-de-Tela-2025-01-31-a-s-17-42-04.png
Demo 9: https://i.postimg.cc/8zgjycHb/Captura-de-Tela-2025-01-31-a-s-17-42-23.png
Thanks for letting us know.
We will check and fixed in upcoming version.
Thank you