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 Eugene,

Waiting in suspense for the new release, counting on it to be awesome :-) In anticipation of that, will your new redesigned theme include a ‘Dark’ layout? Thanks and good luck on wrapping it up.

Leon

Hey Leon

It is awesome, basically it’s a completely new template that has the same design, but built from ground up. Dark layout – not yet, but i changed the entire logic of theming support and it should be pretty easy to add new themes in the future, dark one is the first in my list.

Thanks!

Hi, I have a problem with Bootstrap uploader, This uploader has preview for files but In my website this preview is too large, how can I make it smaller?

I guess this issue is resolved by email? Please confirm

Any news on the update release date? Working on new project, can an alpha/beta release be provided via email?

Not yet, release date will be announced very soon. And unfortunately i can’t send any pre-release version to anyone, but you can join an upcoming testing. Drop me an email to e.kopyov[at]gmail.com if interested.

Thanks

Bug: your modal windows have more z-index than datetimepickers, so if i want modal form with picker, picker will be under modal window

Hey

Thanks for reporting, it’s fixed already and will included in the upcoming update.

THanks

Bug Report: Layout 5 (LTR) – Submenu’s don’t work on mobile.

Example: Navigation Menu -> Starter Kit -> Columns -> “None of these menu’s appear on click”

Hi

Thanks for reporting, but that’s not a bug – due to lack of :hover state support by mobile browsers, this functionality is limited. In upcoming release this behaviour will be replaced with click instead of hover and all dropdown submenus will be triggering on click.

Thanks

Ref: http://demo.interface.club/limitless/layout_2/LTR/material/datatable_extension_buttons_html5.html

In the above pages, the PDF option works. How do I uses this for the invoice page, though there is PRINT & SAVE button, they do not work for some reason.

Is something missing? Please assist!

That’s because invoice page is a static page and doesn’t use datatables, those buttons are for demo purposes only. Usually that’s up to developer to integrate PDF generator since it’s a static template.

Thanks

Hi Kopyov, I find a little problem when I setup the fullcalendar in “eventLimit” mode, the popup window is not docking properly.

1. Set the full calendar ” eventLimit: true, ” 2. Make some date on one day, and it shows up like “+3 more” button 3. Click the button but the pop up box not in right position.

Hey

Confirmed – wrong calculation of ‘top’ property. I’d suggest to wait for a new release that will include latest version of fullcalendar library. It’s going to be out soon.

Thanks

Hi, Limitless

We are facing issues in date range picker. it’s goes to outside of screen. please check it and lets us know as soon as possible.

Please check the screenshot :

1) https://www.dropbox.com/s/hocbzwdrq3gq7mx/image-5.png?dl=0 2) https://www.dropbox.com/s/6utkmw3jsgln3um/Screen%20Shot%202018-01-05%20at%202.54.25%20PM.png?dl=0 3) https://www.dropbox.com/s/96ckxfs9xj3rut3/Screen%20Shot%202018-01-05%20at%202.54.33%20PM.png?dl=0

@ Limitless author ; Please provide the date range picker solution.

Replied to your email

Hi, this theme is really amazing, I have spent about two hours to check all the pages and functions, it’s great to have a lot of “how to use” descriptions in almost every pages.

I have two questions as the following:

1. I didn’t find the interaction design between Table Item and Detail Form, for example: when user click on a table item and the detail form pop up or slide out from right side. it can give user a very quick brief or make some operation.

2. I didn’t find searchable tree view.

would you help to figure this out? thanks.

Ryan

Hi

Thanks a lot for kind words!

1. This is a custom thingy, you can use Editor extension for Datatables, which does nearly the same. Or make a custom form and connect it to the table somehow. Depends on your specific case.

2. Fancytree extension supports filtering, you can also make a custom solution using BS’s Collapsible and simple multi level tree and implement custom backend search.

Thanks!

Hi Kopyov, thanks for your response, I will try it. btw, I really hope this theme can have a KANBAN function included sometime. just like: http://fuse-angular-material.withinpixels.com/apps/scrumboard/boards/32gfhaf2/acme-frontend-application

Hey

Yes, this is already in my to do list for the future updates.

Thanks!

1 Question Kopyov, when I use my terminal to go to the Limitless Directory, why does my terminal is showing project-name (limitless@1.2.0) is it means that I’m using the version 1.2.0 ??

Yes correct, current version is 1.6. Just tried to access root folder via terminal on macos, all good. Must be some local problem on your side. That’s odd though, when you unzip the package, what is the title of root folder?

It says limitless_1_6, but on my terminal or cmder, says it is 1.2.0

Sorry for delay.

No idea honestly, must be something local, because i don’t add 3rd increment to the version number.

Thanks

I wrote an email for bug-fix on 25 Dec, I have not heard from you for quick-fix. Please see screenshot: http://gerry.cc/files/late-reply.png

Should be resolved already

Yes, its working fine.

will next version also have angular4? or is sticking with jQuery and bs4?

btw, this theme is amazing, and if you had an angular version you’d be very rich.

also can I get a private prerelease look at what you’re up to for next version?

Hi

It’s BS4 only for now, Angular and React are planned for this year.

Sure, i’ll ping you when pre-release version is ready. Just to make sure i don’t forget, can you please send me an email to e.kopyov[at]gmail.com, i’ll add you to the list.

Thanks

Looking forward to v2! Any dates yet?

Still in development, sorry. Bootstrap is very close to stable 4.0 version, doing my best to finish it eventually as soon as possible.

Thanks

Please provide ETA for v2.0 and Bootstrap 4 support. We have to start major project. If there is delays please inform so can plan for alternative.

Hi

I can’t and don’t want to provide any ETA at the moment, sorry. I am working hard on the new update for the 4th month, it’s going to be a completely new and improved template built from ground up. Please be a bit more patient, i know everybody’s waiting for it and i do my best.

Thanks

is this using Bootstrap 4 yet? I want to buy it but only if support BS4

Not yet, BS4 version is in active development and will be ready soon.

Thanks

Hi, I am using multiselect-toggle-selection-button to select all the options. But I need to have more than one input field, when ever I clicked on one select all button It selects both the input box. How can I select all separately. Thank you.

Hi

I think you need to use 2 separate configs, because that button toggles selection of specific DOM element. Did you make any changes to the default config and do you get any JS errors when using demo config on multiple selects?

Thanks

Hi Kopyov, Thank you very much. I made 2 separate configs file and rename it. It started working. Previously without making separate file,wheneven I used to click on one “select all ” button, it used to select both.

Glad it worked out – just follow the code in demo .js files related to page config and get rid of all extra code.

Thanks

please update jQ, when i use last version footer become not sticky

Hi

Yup, it’s in the progress and 2.0 supports all latest versions of all libraries.

Workaround – you need to check if the element exists before getting offset, so:

if ($(".page-container").length) {
    // do stuff
}

But this one is not critical an you can ignore it for now, because in 2.0 it’s completely removed.

Thanks

when you will release v2 i can just copy-past to my theme folder or some name of the classes will change too?

Not really, upcoming release will include a completely new template based on Bootstrap 4, which by default has significant differences. But i’ll include a complete migration guide, so you’ll be able to upgrade the version more easily.

Thanks

The targets is not working and the columns continue to display, see video: https://youtu.be/hputvZ22a2o

// Applications List - With Fixed 2 Column & Copy, CSV & Print
$('.datatable-colvis-list-applications').DataTable({
    buttons: {
        dom: {
            button: {
                className: 'btn bg-slate-800 btn-icon'
            }
        },
        buttons: [
            {extend: 'copy'},
            {extend: 'csv'},
            {extend: 'excel'},
            {extend: 'pdf'},
            {extend: 'print'},
            {
            extend: 'colvis',
            text: '  ',
            className: 'btn bg-slate-800 btn-icon',
            postfixButtons: [ 'colvisRestore' ],
            collectionLayout: 'fixed one-column'
            }
        ],
        columnDefs: [
        {
            targets: [-4, -3],
            visible: false
        }
    ]
    }
});

Gerry, replied back to your email.

Hi, what is a purpose no-transitions class? I ask because i have some trouble with it (sometimes – i am not sure when – this class is not removed because removing is firing earlier than adding).

Hey

This class disables all CSS transitions on page load, but ordering can’t be wrong for sure. Do you see any JS errors in your console?

Thanks

I know it make disable animation but for what? Did it do any troubles? No error, it’s probably caused by my custom JS code.

Some components inject HTML markup, CSS of that component has transitions and as a result there might be some delay and you can see transitions starting when page is loaded. This class disables all CSS transitions on page load.

Thanks

Hi, i know maybe it’s already weekend on you, but i’m facing an issue when using stepy wizards on tab / pils, when i’m use required type of input, the class of validation error not appear correctly, they only appearing class error instead validation-error-label, and this issue appear when i place the stepy wizard on the second tab / pils, any suggestion about that?

thank you :)

Hi

Can you please send me the JS config of your wizard to e.kopyov[at]gmail.com? This issue sounds very familiar, but can’t remember what exactly is wrong there :)

THanks

Hi, Sorry for the late reply, right now i’m not use any config from stepy and still using the basic setting from the theme, do i need to config the stepy wizard?

Hi

Of course, stepy wizard needs separate validation configuration. Just send me an email with your config to my email and i’ll help you out.

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