Discussion on Limitless - Responsive Web Application Kit

Discussion on Limitless - Responsive Web Application Kit

By
Cart 13,882 sales
Well Documented

Kopyov supports this item

Supported

This author's response time can be up to 5 business days.

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

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 questions

How 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

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!

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!

I use dropdown class multiselect as below : <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

This and this might give you a hint ;)

Thanks

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.

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

Thanks for the beautiful theme!!

You are always welcome! Thanks ;)

@cometain Thank you it works for me too. :grin:

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

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey