2227 comments found.
Hi, i want to use password validation, how can i add more rule like at least 1 uppercase and 1 number because on the template its only have checking total 5 character only
I have the same problem as wesleyestrela and Levelpro. I use Chrome (last stable version) on windows10. I found that by disabling “Use hardware acceleration when available” in the settings, the problem disappears.
Hi
Thank you very much for the tip! At least we know where it’s coming from 
Thanks!
Hi, in:
http://demo.interface.club/limitless/layout_1/LTR/default/navbar_colors.htmlin the first example markup is not the same as the result because in the example markup navbar-component class is missing, and this class makes the border top,right and left.
In the example markup it’s written:<div class="navbar navbar-default" />
but truly is:
<div class="navbar navbar-default navbar-component" style="position: relative; z-index: 30; border: 1px solid #d5d5d5" />
Hi
Navbar component is mainly for demo purposes, markup example is for top/bottom navbars. If you want to use navbar as a stand alone component inside content area, just add .navbar-component class to it 
Thanks!
Hello, is it possible to mix the datatable-button-html5-basic and the datatable-select-checkbox. We would like to export to pdf and excel the selected row box?
Thanks
Hi
Of course, just load datatables extensions you want to use and combine options in DT config to enable those extensions, something like:
$('#selector').DataTable({
...
buttons: {
dom: {
button: {
className: 'btn btn-default'
}
},
buttons: [
'copyHtml5',
'excelHtml5',
'csvHtml5',
'pdfHtml5'
]
},
select: true
});
Thanks
Thanks, i’ve tried to set my config as below But when i click on the export excel button, i have all the data and not the selected one, can we set this option? Thank you
$('#selector').DataTable({
buttons: {
dom: {
button: {
className: 'btn btn-default'
}
},
buttons: [
'excelHtml5',
'csvHtml5',
'pdfHtml5'
]
},
columnDefs: [
{
orderable: false,
className: 'select-checkbox',
targets: 0
},
{
orderable: false,
width: '100px',
targets: 6
}
],
select: {
style: 'os',
selector: 'td:first-child'
},
order: [[1, 'asc']]
});
How can I close a FAB Menu dynamically?
You can try to remove or clean up data-fab-state attribute in fab button container.
There is some bugs with jquery and jquery ui, consider upgrade them For example in http://demo.interface.club/limitless/layout_1/LTR/default/jqueryui_forms.html template check tooltip “Show all” in messages or notifications – positioning is wrong .
Hi
It’s a tooltip plugin conflict, in BS and jQuery UI tooltip component use same name. To fix, include bootstrap.min.js after jquery ui library. Will fix in upcoming update.
Thanks!
Mr. Kopyov I already sent an email asking about my little problem, which is about the icons are not loaded after I move the html files into sub directory, and even the references tag on the <head> had been changed following the subdirectory.
Thank You
Hey
I’ve just replied back. Thanks
Hello,
We will use this product in our project. Is there a problem with these users’ software?
Greetings, we will use this product in our project. Is there a problem with these users’ software?
Hi
Sorry i don’t understand your question. Could you please clarify?
Thanks
Hi.
It’s “header” bug in Material Design template. On Windows it’s always showed horizontalscroller.
...and sidebar showed always vertical scroller.
Here is print screen: https://prnt.sc/gocv9s
Theme link: http://demo.interface.club/limitless/layout_1/LTR/material/index.html
Hi
Thank you very much for reporting! This is quite strange bug though – it’s caused by shadow, applied to page header. In theory, box shadow doesn’t affect size of the element, but looks like it’s either a browser bug or something has changed in box shadow specs. Here is similar problem.
I’ll come up with some solution in upcoming update.
Thanks!
Ok. Thanks. When you publish new update?
Hi
Should be available by the end of October, working on it.
Thanks
Is it possible for the nav-tabs to stay the same look when using on a smartphone?
Hi
Yes, it is possible, but difficult to implement, because it’s the default Bootstrap solution to show tabs as stackable list. You can try to remove all media queries in navs.less file and override default styling.
Thanks
Hi, I have the same problem as @wesleyestrela, I detected this problem with chrome last version windows 10 and graphic card intel® HD Graphics 4600. Other graphic cards works OK
Hi
Thanks for reporting, i’ll try to get Windows based computer and investigate this issue properly over the weekend. I doubt this is a CSS issue, must be some browser bug. But will check it out.
Thanks!
Hi,
We purchased you theme and it is version 1.5. It seems you have released the new version 1.6. How can we download this updated version?
Hi
You simply need to re-download the package from your downloads section, Envato always stores the latest version.
Thanks
I am not able to change the color of the navbar background, even changing in the variables-core.less file
Hi
Did you re-compile less files after making changes in variables-core.less file? If yes and everything was fine, try to clear browser cache. Also, what variable did you change for navbar?
Thanks
Hello, yes I re-compiled using the “lessc core.less core.css” command in the “_main_full” folder and copied the core.css to the “css” folder.
The variable I changed was ”@navbar-inverse-bg” for the ”@bg-blue-800” value of the “core/variables/variables-core.less” file.
Yes, I cleared the cache after all this and it did not work! What can it be?
Hi
Do you use skype or any other tools that have screen sharing? Would be much better to see it live in order to resolve your issue asap. If yes, please send me preferred method to e.kopyov[at]gmail.com
Thanks
Hi..The theme looks impressive. I am looking at buying this one. Is there a Product Create/Edit and Customer Create/Edit page as well? I am not able to locate them. Thanks!
Hi
Unfortunately no, not in current version. I’ll add more ecommerce pages in future updates.
Thanks!
Hi
Can you please tell me what browser are you using? I don’t see this issue in Chrome, Safari and FF.
Thanks
Understood, thanks. But i still can’t reproduce this issue locally, must be a browser specific thing related to the latest version of Chrome browser. I’ve received another report of strange input fields behaviour in latest Chrome.
I’ll keep looking at this issue and include a fix in the upcoming update if this is a bug in the template.
Thanks
Hellowe developed an application in visual studio, so the template we put in a master page, visual studio, but at the time of running the application becomes very slow, and we realized that is the execution of the menu, and in specific where the “li” goes, question: would there be any way to solve that problem?
Hi
Hmm, that’s strange as it’s a simple unordered list with links. But anyway, sidebar menu will be completely overridden in the upcoming update to support jQuery 3+.
Thanks
I know you’ve already mentioned that while landing pages / home pages are possibly on the roadmap for 2.1, they aren’t there yet.
With that in mind, is there a good landing page / home page theme you recommend (or other purchasers) recommend to go well with this admin theme?
Hey
Unfortunately no, authors are not allowed to include items that can be sold in other categories to the template. I was thinking about creating a set of front end templates based on Limitless, but i don’t have any timeframes for it, sorry.
Thanks
Hi love your template. However we came across an issue after an update to google chrome. When loading a json form ( Apaca) in the model, there is a black overlay on buttons and some of the form input fields.
I narrowed the bug by removing the components.css from the html file. and the issue was gone. i also tried to use the later version of Bostrap. than the current version in the Template. that also helped. however this also presented conflicts with in the Template. It appears the issue might be due to webkit- im not entirely sure. Could you please assist
Thanks
Hi
Can you please send me a screenshot to e.kopyov[at]gmail.com? I am not sure i understand the problem correctly, would be much better to see it.
Thanks!
Hi i sent the email you will be receiving it from Vincent . Thanks
Yep, got it. Replied back
Hi, I’ve been testing some features on a smartphone and noticed that the multilevel menu (eg Page Kits) does not work. Are you forecast to fix it?
Hi
Yes, this will be fixed in upcoming update.
Thanks for reporting!