2227 comments found.
Hi! First of all great work you have done, the theme is awesome! Lately, after some google chrome update, it appears both vertical and horizontal scrolls. I think it is related with page-header and sidebar box-shadow. Do you know a quick fix for this? Thank you.
Hi
Yep, it’s a well known browser engine bug, caused by box-shadow. Simplest workaround is to use box shadow in :after selector, but need to make some testings first.
Anyway i’ll provide a solution in upcoming update.
Thanks!
Thank you for your quick response!
Will wait for the update, but meanwhile test the solution you pointed.
Kind regards and keep the great work! 
I am a developer who is creating an online application that I was considering building the dashboard using limitless. If I have 1000 companies sign up to use my product and therefore the dashboard that I make using limitless, what are the license fees that I will have to pay? This is a service they will be paying me on an annual basis ranging from $60/year up to $200/year And another quick question: We use a custom font (Gilroy) that we purchased. Can I use that in the limitless dashboard? Thanks
Hi
Since your clients will be using 1 product, you need to purchase 1 extended license for the end product regardless the number of clients or price you want to charge. You can compare license terms here.
Custom font – very easy to change, you just need to change main font family and add font face rules in less files and re-compile them. In some specific cases you’ll need to make a few adjustments here and there, but overall should be fairly simple.
Thanks!
That’s great news! thank you. A quick followup; can I just pay for the $24 license while I’m programming the dashboard but then upgrade to the extended one when I sell to the first customer?
Of course, you can upgrade your license anytime 
Thanks
great! thanks again 
Welcome! Let me know if you have any further questions
Can I fixed menu on top in mobile version? and how to do it?
Hi
It’s disabled for better user experience, you can enable it by removing media queries in assets/less/bootstrap-limitless/navbar.less file (~line 150) and removing this bit:
@media (max-width: @grid-float-breakpoint-max) {
.navbar-fixed-top {
position: static;
}
}
Thanks
Hi, congrates for your script i have some presale question before purchasing
I am a developer, and I used to frontend developer the sites using HTML, CSS, js, and bootstrap. I just came to know regarding your script. here are my questionsHow can I use your scripts to develop the frontend script? .Because I am new to admin templates
note: I have zero knowledge in angular js
Hi
Limitless is a static HTML template, it doesn’t have Angular integration yet. To answer your question, i need more information about your project.
THanks
Hello Eugene, i have been using editable dropdown in the table, in that when i clicked inside the search input the parent dropdown goes and dropdown is misplaced i have attached the snapshot of it in the mail.please reply as soon as possible
Hello again, the issue which i have discussed in previous its replicating in template itself can you pls check and reply back
Hello.. I have used internationalization to change my application to 10 languages, everything gets translated except the datatable header and footer parts which has FIlter,Showing entries,and show text remains in english if at all i change to other languages.. can you pls suggest us the solution please
waiting for the reply pls reply as soon possible
Hello
1. I can’t reproduce this issue locally – i’ve added editable input with select2 to the datatable cell and i don’t see any issues when i type in search field. Can you please share a link to your app?
2. You can change the language using 2 options: language file or i18n method.
Thanks
I was not able to share the link of our App for security reason so i have attached a snapshot by trying in limitless please verify that so that you can replicate the issue.
Replied back to your email
Can you please check in windows for the editable dropdown issue
Checked and replied. Can we keep our conversation in 1 place, either here or in emails?
Thanks
No more updates or upgrades?????
I am working on a major update, should be out by the end of this month.
hi, is there any planning to porting it to vue js? since i having a hard time using this template for my vue js project…
Hi
Although I consider this option, but I can’t give any estimates, sorry. Currently focused on core functionality.
Thanks
Hello Eugene,
We are facing an issue while using tables tables. Please refer to the flow Datatable-> Using API->Individual column searching [with filter] (Last table on the default page).
We are unable to reset/refresh the table filter after a value has been selected in the filter so as to view the complete table content again. The refresh button on the table top (right hand side) also does not work.
The only other way is to refresh the page but that is unintuitive considering end users. Is there a way to refresh the table to its original content or remove the filter values? Are we missing something here?
Thanks in advance!
Hi Eugene. Can you please share an update on the above query? Is there a way to sort this issue or should we proceed with some other table from Limitless? Your feedback would help us to proceed ahead. Thanks!
Hey
Extremely sorry for delay!
The easiest way to enable it is to use select2 with allowClear option:
// Enable Select2 select for individual column searching
$('.filter-select').select2({
allowClear: true
});
This option adds clear button to the select.
Let me know if that works for you.
Thanks
It works well..Thanks Eugene!
Always welcome! 
All the code is in funnels_chords.js for the funnel charts. The code is your data, not mine. How do I get this data out and into php where I can generate my own dynamic data? Any examples? I am looking for documentation but I can not find any. Just limitless/index.html but that just shows examples (Which use static data in a js file) Is there a documentation someplace I am missing?
Nevermind, I figured it out. You have to copy the js file into the php and recreate it. The code in funnels_chords.js is not the core or echarts, but rather a initializtion of a few charts
Hi
Glad you’ve managed to get it working and thanks for the tip!
<label class="col-lg-1 control-label">test</label>
<div class="col-lg-4">
<select name ="testx" id="testx" multiple="multiple" class="multiselect-select-all-filtering">
</select>
</div>
and jscript:
$.ajax({
type: "POST",
url: base_url+"GetRegion",
dataType: "html",
success: function(msg){
if(msg == ''){
}else{
$("select#testx").html(msg);
}
}
});
Data on jscript massage was succesfully loaded but in the dropdown is empty (data does not appear), do you have the solution?
thx
hi, any idea when you would be converting this theme to React?
Hi
Although it’s planned, but no ETA at the moment, sorry.
Thanks
hi please check summernote in layout_4/LTR/material… i find drag and drop image feature is broken and also when i want to put image into the editor and also when you click upload image button the dialog also broken (have weird black when hovering around)
Hi
Thank you for reporting, drag/drop thing will be fixed in upcoming update, basically should be fixed with upgrading to the latest stable version.
Dark overlay – it’s a browser bug, reported by a few users. Happens in Chrome only, but can’t reproduce it on Mac. Will look into this issue deeper.
Thanks!
I set my nav bar style as navbar-fixed-top and it works fine, but when I set it inside a form tag it fill the whole page width again.
I have to put the navbar inside a form tag because it contains information that I need to post, how can I fix that?
I finally fixed this by adding class “layout-boxed” to the form tag, thanks.
I am not sure i understand the problem correctly, but navbar includes .navbar-form component, no need to add a complete navbar to the form if you need to submit a form inside navbar. But great that you have managed to fix it by yourself 
Thanks
Do you have the form input repeater feature (example: http://keenthemes.com/preview/metronic/theme/admin_1/form_repeater.html)
If yes, I would like to buy your theme.
Hi
No, Limitless doesn’t have it, but this kind of functionality can be easily added with a few lines of JS.
Thanks
Could you help me add it if I buy? As this is very important part of the reason to buy my template. I am trying to rebuild my website using your template.
Could you help me add it if I buy? As this is very important part of the reason to buy my template. I am trying to rebuild my website using your template.
Hi
Unfortunately i can’t take any custom work this month, too much work on existing projects. But if you know JS (jQuery), it should be fairly simple to achieve.
Thanks
I do not know jQuery so this is not going to work. I am surprised to see your response. You said that this kind of functionality can be easily added with a few lines of JS and you have no time to assist with these few lines of code.
Well when you buy something on TF, you buy a product, not a service. This is not a bug, but a feature or customization request. I am working on a new update and don’t take any custom work, that said i can’t and don’t want to spend my time customizing forms for free just because it’s fairly easy to do. Sorry.
I did not mean for free, I would certainly pay you for this extra thing.
i’d be happy to do it for you, but as i already mentioned i am overloaded at the moment, sorry. I can provide some assistance via email and answer your questions though. Just ping me e.kopyov[at]gmail.com and i’ll answer all your questions when i have a minute.
Thanks
Thanks!
Hi,
After I has been purchased this template a long time ago. Now I’m use it in my project. So I want to ask about how to compile it with Gulp.js ?
Hi
You can find a complete guide in documentation.
Thanks
Hi, we just purchased this theme and it is version 1.6. However the zip, when unpacked, only has 4 layouts, the sales page here shows 5. Is layout 5 missing from the latest version?
Hi
Please try to unzip the package using third party tools – winzip, 7zip etc. Sometimes system tools unzip the package only partially.
Thanks
Ok…. So I downloaded the zip this time on a Windows machine. Opened the new zip download back on my Mac, and all folders appear to be there….. very weird. Thanks for quick reply
Yes, sometimes it happens and nobody knows why
Let me know if you have any further questions.
Thanks
@cometain Thank you it works for me too. 
I need to show a loading animation while retrieving from an API with ajax. Where do I find this in the template? Regards
Hi
It depends on the particular use case – to show animation where? Content panel, page, specific area etc. Could you please be more specific?
Hi, in a panel I load the body via ajax and want to show a loading animation…
You can use BlockUI extension, which is already implemented to the panel actions – Basic controls.
Thanks
How can I prevent inputs inside the form from moving down when the validation sentence shows, in all your validation examples the whole inputs in the page shift down when the validation happens, how can I prevent that?
Also I only want error validations to appear and I don’t want “Success” validation to show, how can I do that?
Thanks in advance.
Hi
Unfortunately you can’t – validation inserts blocks with text below form field, it’s normal that they push down the content below.
You can remove success message, for that you need to remove these lines in validation config:
validClass: "validation-valid-label",
success: function(label) {
label.addClass("validation-valid-label").text("Success.")
}
Thanks