769 comments found.
so I’m building an app with two different themes, one for the client, one for the admin.
for admin I used demo1 and for the client I’m going to use demo6
because the dashlite.css demo 1 and demo 6 files are mostly the same,
can the difference between the code of dashlite.css demo 1 and dashlite.css demo 6 be separated.
so when I use demo 1 just use <style href = “dashlite.css”>
then on the client panel I just need to add the extra files for demo 6. for example
<style href = “dashlite.css”> -> this is from demo 1
<style href = “invest.css”> -> this is a special demo css 6 file.
because the application uses the same base layout.
I use a regular license, if you ask for a license, it will be attached later.
Hello,
We understand what mean but there is will conflict if you try to do. Basically demo1 and demo6 layout is totally different but most of the component/block are same. So the conflict will happen in layout.
In demo6 you may noticed that have scss/invest folder which is only for invest related component but other folder same as demo1 and for that reason layout based code will override and conflict.
As you have 2 separate role and panel so better is to load separate theme those role.
Why does this template lack Rich Text box. There’s not a single Full Rich text plugin implementation in this dashboard. Why please
Hello,
Thanks for choose our template. We actually forgot to add that in last update but we will add it in next update for sure.
Thank you
hi,
i’m in progress of building website with this template.
I love the template it has all kinds of things that i need for the site.
Anyway i was wondering how to refactor bundle.js get rid of js that i dont use so i could make site faster but i haven’t come across this bundle.js before so i has less knowledge of this. Is there any way that i could achive this ?
Thanks.
Hello,
Thanks for choose our template.
If you’re using gulp then you can do that very easily. As you can just edit this ‘src/js/bundle.js’ file and recompile which will save into assets/js/bundle.js.
If anything else let us know.
Thank you
Hello …., I’m using a captcha on the web, but it can’t be displayed.
After I tried to eliminate
<link rel = “stylesheet” href = ”../../ assets / css / dashlite.css? ver = 1.8.0”>
Captcha appears, but when dashlite.css is activated, captcha cannot appear.
Here is the javascript to display the captcha
<script type = “text / javascript” language = “javascript”> function RefreshImage (valImageId) { var objImage = document.getElementById (valImageId) if (objImage == undefined) { return; } var now = new Date (); objImage.src = objImage.src.split (’?’) [0] + ’? x =’ + now.toUTCString (); } </script>
Please directions. thank you
Hello,
Is there any way see your working version one so we can suggest you what need to do.
We think there is a z-index issues of captcha element. So if you provide link to show us your version after place whole code then we can help you.
Thanks
are you planing for any IT helpdesk ticketing system
Thanks for asking.
Well, right now we working on project management conceptual application so after finish this we may work on Helpdesk system so you can guess it takes time to available.
Thank you.
does it have only admin dashboard because i want a theme that can help me build a user dashboard for my work as well?
Well, You can check live demo and whatever you saw you will got same template. And yes you need to build your own functional dashboard for user and admin on your way.
i love the them, please am working on investment project and i need to know how this theme can help create investor/user dashboard? i will love to buy the theme
Yes, this template will help you build your application for Investment project as it has pre-build pages but you need to make functional on your way.
Thank you.
Hello, great template! Any plans for Order Details & Invoice page?
Well, you may check these -
https://dashlite.themenio.com/demo4/history-invoice-list.html https://dashlite.themenio.com/demo4/history-invoice.htmlThank you.
Hello,
Thanks for your interest.
Well, there is no admin or customer panel so you can login and check. It’s a static html template so you need to make functional as per your requirement.
Thank you
Hello,
Thanks for your interest.
Well, there is no admin or customer panel so you can login and check. It’s a static html template so you need to make functional as per your requirement.
Thank you
Hi
I have puchased dashlite theme which is really good.
I am facing one issue in chat. When message are appended then scroll bar should automatically down to bottom to see latest message.
Can you please tell how can we achive that?
Thanks,
Hello,
By default it not possible but you need create functions with scrollTo which need recall every time after new msg append.
If you are familiar with javascript then I think you can handle. If you want us provide example code let us know.
Thank you
Hello,
You can add bellow function in chats.js and call whenever you append new msg.
function scrollToend(){
var elem = $('.nk-chat-panel .simplebar-content-wrapper');
elem.animate({scrollTop: elem[0].scrollHeight }, 0);
}
// All once msg show & when you append msg.
scrollToend();
Thanks
Hi, Thanks for the Dashlite template but I cannot find the Chat Template. Its missing as part of the zipped parts
Well, which version of template are you using? If you are using latest one then each demo folder have apps-chats.html file inside ‘html’ folder excerpt ‘demo3’ folder as in ‘demo3’ folder have separate ‘apps’ folder.
Thank you.
Thanks, this version that I downloaded contains it.
That’s great.
Hi! In new version 1.8, we can use an element/block/section (not layout) in any demo in a different demo, right?
Hello,
In version v1.8, all the demos are fully separate and yes, most of common element and component supported on every demo with same markup excerpt individual concept based element/components.
Example – Demo4 (Subscription panel) does not support in Demo5, But if you want the subscription panel in Demo5 layout, then you can simply copy scss/subscription from demo4 folder to demo5 to use.
Hope you understand.
Thank you. Understood. I was using elements in different demos. It would be great if a new demo or folder for only assets with all included in the package as ready +1
Yea, our new approach will helps you much as now we includes only those assets whatever related with one purpose.
Thanks
Softnio. Now i have tested with all merge. I’m sorry, but this was a really bad idea. I was using invest on the front of the application and subscription on the user interface. The layouts are completely broken.
What I love about this theme is that you can use the feature you want wherever you want.
Please can you create a demo or just assets where we can use all layouts, elements and blocks?
Hello,
Well, you will lost or broken as now all the layout conceptual dashboards are separated.
In our previous approach was complex because we try fit all in one dashboard and for that reason everything becoming big day by day and lots of class condition plus overriding rules. But in new approach we just code to adjust based on layout so no override or complex condition.
As you want to use 2 different layout in different part like user-end and back-end so best way to maintain with 2 themes for 2 parts load with condition. In this way your user part will be light and as back-end things need lots.
But if you still want use previous way as multiple layout in one demo then you can use previous version v1.7.
Hope you understand.
Can we have a Nioicon for Linux OS?
Hello,
Right now it not present but hopefully in next update we will included linux icon into our icon pack.
Thank you.
Thank you
You welcome!
Hi, can you help me understand the logic of the template? I uploaded everything to my MAMP web server (on Mac OS) and ran all the commands in the documentation …
So I have the situation you see on the screen > https://imgur.com/a/rJGlG7P or all the files in MAMP> htdocs-> mycryptowallet
However I would like that in MAMP-> htdocs-> mycryptowallet there are directly the files of the crypto template, as I want to work only on that.
Can you better help me understand how it works?
Hello,
Thanks for choose our template.
As you want to work on mycryptowallet folder for your real application. So better is you should install our template on other directory.
And after complied dist folder, you can copy all the related files into your mycryptowallet folder including assets & images. After copied, you will need to change html code specially base href to ’./’ to make first level directly.
Hope it make sense.
Thank you.
Can you add disabled state design from select2 because it looks same when i disable the select2 input
Thank you to help us find out bugs. In next update will fixed that too.
But you can also fixed on your end too by edit code.
Please edit the ’/scss/vendors/select2/theme/default/_single.scss’ file to go line number 113 and replace the—disabled block with below code -
&.select2-container--disabled {
.select2-selection--single {
border-color: $select2-border-color;
background-color: rgba($select2-border-color, 0.3);
cursor: default;
.select2-selection__clear {
display: none;
}
}
}
Same as edit the ’/scss/vendors/select2/theme/default/_multiple.scss’ file to go line num 111 and replace the same—disable block with below code -
&.select2-container--disabled {
.select2-selection--multiple {
border-color: $select2-border-color;
background-color: rgba($select2-border-color, 0.3);
cursor: default;
}
.select2-selection__choice__remove {
display: none;
}
}
So apply this and let us know if any problem.
Thank you once again.
Please, i wan be purchase this template. My issue is SETUP. Will you HELP me do the setup in my own domain which i will provide?
Thanks for your interest in our template.
Well this is html template so there is nothing about setup. As you need build your application first then you need to deploy on domain.
Thank you
Hi We just purchased the admin template. but it seems you have to compile to get the htmls for the admin. Could you provide admin html files as we have no idea on how to compile this. if not we need a refund please.
Hello,
Thanks for choose our template.
Well, you already all the template files. You should follow our installation guide (https://dashlite.themenio.com/docs/#quickStart) for better customization.
But inside of each demo have src/html where have all the template files and src/assets folder have pre-compile js and css so you can use that.
Also if want to customized then you can use src/js & src/scss with gulp as per our docs.
Thank you.
Hi Thank you very much for the quick response. We will check the html in the src folders. We really loved the theme and hope you maintain it with future updates
You most welcome. If you need anything else please let us know.
And yes, we release update regularly.
Thank you
My Dear Many thanks four your amazing template. I need your support on the following: 1- How to add a font icon to your Nioicon Font? 2- When could you provide RTL version?
Thanks
Hello,
Thanks for asking.
About font icons like font-awsome, themify icon -
You can simply download those and place into scss/vendors/ folder and link it from /scss/vendors/bundle.scss file. And after compile you can use as regular as per their classes.
For RTL version -
Sorry right now it not RTL compatible but hopefully next month it will release as we going work on RTL version after next version release.
Thank you.