Discussion on Limitless - Responsive Web Application Kit

Discussion on Limitless - Responsive Web Application Kit

By
Cart 13,852 sales
Well Documented

Kopyov supports this item

Supported

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

2227 comments found.

hi

sweet_alert.min.js

What is the version number

8.16.0 in current version. New update has the latest

Is there a Vue version

Not yet. But it will have highest priority after new update

Hello,

Any way to make the appearance of the normal select equal to that of select 2?

Hello,

You can use a normal select with class=”custom-select” class, but it applies custom styling to selection result, not to the list of options. If you need to have a list of options with custom style, you need to use select2 or some other library that replaces original select with a custom element.

Hope this helps

Hi, i can see that a lot of us can’t wait on a new update, so i won’t spam that question over and over again! I am waiting since autumn and most important i need webpack integration in the first place. I hope new update will come out in a few weeks latests. Thanks

Quick question: will the new update include a new design or new look or will be the same just with improvements? I wanna know because it’s been almost a year waiting for it and I don’t want to delay my project anymore. Can I start using the current version? Please confirm.

Thank you buddy. Big news!

Hey. The issue still continues. My antivirus keep blocking your url :(

Hey. Strange, updating all files fixed this issue for me. In any case i’ll re-upload them again when update is out.

Thanks!

Hello, the template hasn’t been updated for a long time. Will it be updated?

Hello,

Of course, it’s been in development since summer and is coming very soon.

Thanks

Thank you. I’m looking forward to it.

Hi, If a page exceeds the width, how to adjust the top menu?

Hi,

I’m not sure i understand what you mean. Can you please clarify?

Thanks

Eugene – could we have some form of update as to the new version and whether it will be out in the next month? or this half of year..would be most grateful

Hi, it’s a great HTML theme.

I want to use layout_4 and material theme, but this folder route generated by gulpfile, doesn’t exist: ‘global_assets/scss/layouts/layout_4/material/compile/ckeditor/*.scss’

thanks in advance

Hey,

Oh yes, you are right, thanks for point this out! Just take it from layout_1, it’s exactly the same. I will move it to themes instead of layouts in the next update.

Thanks

We are using this theme, and it’s awesome!

However, we are facing an issue with DataTable FixedColums header and body width. The Width of header and body is not aligned properly, and it makes the layout scattered for fixed columns.

https://snipboard.io/xhBTtj.jpg

I tried applying below solutions, but it did not help.

1. FixedColumns extension – Incorrect column widths https://www.gyrocode.com/articles/jquery-datatables-column-width-issues-with-bootstrap-tabs/#example4 $($.fn.dataTable.tables(true)).DataTable() .columns.adjust() .fixedColumns().relayout(); 2. fix the widths with js https://stackoverflow.com/a/16055219/5933990

Hey,

Very sorry for the delay, overlooked your comment!

That’s strange, re-adjusting columns should work in this case. How do you call it?

Would be very helpful if you can share a link to your page or code block so that i can have a look. Please send them over to e.kopyov[at]gmail.com

Thanks

I see comments over the last few years about a Sketch file to accompany the Kit and it seems like one was in development. Was that Sketch file released?

Or even if not, could you share an incomplete version? It would save our team countless hours re-creating components.

Thanks!

Sent by email

A better way to handle the `active` state in the menu nav could be done with the following js:

Code Block: $(”.nav-link”).each(function () {

var t = window.location.href.split(/[?#]/)[0];
  if (this.href.replace("#") == t) {
    $(this).addClass("active").addClass("nav-item-open");
    $(this).parent().addClass("active").addClass("nav-item-open");
    $(this).parent().parent().addClass("active").addClass("nav-item-open");
    $(this).parent().parent().parent().addClass("active").addClass("nav-item-open");
    $(this).parent().parent().parent().parent().addClass("active").addClass("nav-item-open");
    $(this).closest('.nav').addClass('d-block');
  }
});

That way the implementer doesn’t have to maintain the active states on their own and instead lets the URL dictate the classes

Many many edits: I can’t get the code formatting to work properly on here, but just include the first line to find the .nav-link and go from there.

how to implement PNotify after AJAX Post

You need to call PNotify in success or any other callback

Is it Possible you can reduce the recourse path for the html pages, we would like to put all html and recourses in a single folder, the recourse path should on in the main folder. Please remove LTR and material path. in the all layout.

I don’t think it’s possible on my side as i think the current template structure is optimal for handling multiple layouts. In 99.9% of cases default file structure is changed by devs, you can also adjust folder and file structure according to your needs.

It seems you are actively ignoring the questions about the update you promised. Just wanted to remind you of your own words:

Kopyov AUTHOR:

New update is scheduled for October

Hello is there any update as to the new release? its been sometime.

is there any master detail datatables example?

Not sure i understand what it is. Can you please clarify?

Let we know the update date please..

Hello, could you please give an exact date for the next update please?

hi, How can i fix this? browser : ie11 https://snipboard.io/ExGe0z.jpg

Hi,

You can fix this by adding flex-shrink-0 class to .card-img-actions container.

One thing worth mentioning – IE11 support will be dropped in the upcoming update ;)

Thanks

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