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, i was thinking is it possible to have fourth layout style of menu (top navigation) on desktop but when the same site loaded on mobile it will turn into maybe first layout or second layout style of menu (sidebar menu) so it feel more natural to navigate for mobile user since pretty much mobile navigation use that kind of navigation….

Hi

Unfortunately this option isn’t available in current layout. In general it’s possible to achieve, but it will require quite a lot of efforts. Since all navigation components are using default BS layouts, this would require significant changes in template core. Sorry about that

Thanks

hi, i was thinking is it possible to have fourth layout style of menu (top navigation) on desktop but when the same site loaded on mobile it will turn into maybe first layout or second layout style of menu (sidebar menu) so it feel more natural to navigate for mobile user since pretty much mobile navigation use that kind of navigation….

Hello, you have less files. Can you provide sass files ? or let me know how to convert it to sass ?

And are all less files in each theme same identical ? I was checked a little bit, only files inside folder less/core/layout are not identical.

Hello

Unfortunately no, default official pre-processor for BS3 is LESS and the template is based on it. But BS4 is based on SCSS and version 2.0 is based on it as well.

Yes correct, LESS files for components are pretty much the same in all layouts.

Thanks

Hi Eugene!

I have a table which has a few categories with individual total values and each category has a sub-category with its individual values. The category total is the sum of the total of its sub-categories. Is there a table which allows indenting of data values based on sub-categories? If not, is there a way to do it in Limitless?

The representation is similar to the excel table given below: http://professor-excel.com/how-to-return-the-indentation-of-a-cell-in-excel/

Thank you!

Hi

None of the table components support tree functionality, but you can try to use row grouping in Datatables that has similar functionality, but without tree view.

Thanks

i’m trying to use datatable, but how do we initialize the data by ajax calling? will it be just same as https://datatables.net/examples/ajax/deep.html

Hi

You can see an example in datatables_data_sources.js file, here it is:

// AJAX sourced data
$('.datatable-ajax').dataTable({
    [...]
    ajax: 'assets/demo_data/tables/datatable_ajax.json'
});

And here is the same config on DT website.

Thanks

Why when I add time picker on modal class, then TimePicker appears behind Modals?

Hi,

I already follow the step, but still not working. Kindly advice if missed any step.

Regards.

I think should be resolved now?

Yes Its resolved now. Thanks Eugene!

Hi,

How to change to image instead of icon for form dropdown “Select with icons” under “Forms – Select2 Selects” in php code? I have tried in multiple way but not success.

Hi

Current implementation is a custom config based on default Select2 example that uses images instead of icons. The logic is pretty much the same, here is the default example.

Hope this helps

Thanks

I want to put image beside of my dropdown menu on my php code, but still not success.

The problem is all the list of results is not under the dropdown menu.

This is my code;

<label>Duty Captain</label> \\ <select name=’dutycapID’ data-placeholder=”Select Duty Captain…” class=”select-search”> <option></option>

<?php while ($row_air=mysqli_fetch_array($run_cap1)){

$dcID = $row_air[‘pilotID’]; $dcName = $row_air[‘pilotName’]; $dcNC = $row_air[‘pilotNC’]; $fscrew1photo = $row_air[‘pilotPhoto’];

if($fscrew1photo!=NULL)

echo ”<option> <input type=’image’ img src=’assets/images/users/$fscrew1photo’ class=’img-circle position-left’ alt=’’ width=’20’ height=’’> $dcNC – $dcName </option>”;

else

echo ”<option> <input type=’image’ img src=’assets/images/users/pilotnone.jpg’ class=’img-circle position-left’ alt=’’ width=’20’ height=’’> $dcNC – $dcName </option>”;

?>

</select>

But the dropdown menu become like this https://imgur.com/a/SplVT

I want it become like this https://imgur.com/a/VK31I

Thanks

Hi

Unfortunately i’m not an expert in PHP, so can’t help you much i’m afraid. Markup looks fine to me, but can’t help you with php part, sorry.

Thanks

Hello,

Pre-sales question *

I want to build a web app, this web app will have paid subscriptions. Example. will work this way:

My agency- ( Manages all Clients data ) 1- Admin Dashboard

Client 1 Agency- 1- Manager Dashboard 2- Staff Dashboard

Client 2 Agency- 1- Manager Dashboard 2- Staff Dashboard

Client 3 Agency- 1- Manager Dashboard 2- Staff Dashboard

In order to have a ” Client 1,2 or 3 Dashboard ”, you will have to pay a monthly subscription fee.

I am basically creating a very big CRM where inside I manage multiple small CRM’S

And the buyer can manage it’s own CRM

I will not sell your theme like on themeforest for example. I will use your theme it for one single main CRM where inside are multiple CRM’S

The best example is this i could find to better understand is this one: https://demo.getnextpost.io/

It is one web app – with one design ( admin template ) with multiple users based on a subscription.

Please confirm few things:

0- All above it is considered SAAS ? 1- If I buy standard license, can I use it for multiple domains ? 2- If I buy standard licence, can I use it for multiple sub-domains ? 3- I will have to buy a standard licence for each CRM ? 4- As per ThemeForest licensing, do I have to buy the extended licence to achieve my goal ? 5- As per ThemeForest licensing, do I have to to buy standard licence to achieve my goal ?

I will use your admin template only to design all small CRM’s + main CRM

Looking forward for an answer.

Thank you.

How can I have an accordion closed by default?

I have the code:

<div class="panel-group panel-group-control content-group-lg" id="accordion-control"> <div class="panel panel-flat panel-white"> <div class="panel-heading"> <h6 class="panel-title"> <a data-toggle="collapse" data-parent="#accordion-control" href="#accordion-control-group1">Title</a> </h6> </div> <div id="accordion-control-group1" class="panel-collapse collapse in"> <div class="panel-body"> Content </div> </div> </div> </div>

The only way I can make this work is to remove the in class from the accordion-control-group1 but when I do that the classes for the plus/minus mess up once you have clicked them and they reverse so when the panel is open it shows + and – when closed

I have tried lots of variations of adding panel-collapsed to the various divs to no effect

Thanks

Hi

You just need to remove “in” class and add class=”collapsed” to the title link, this class controls open/close icon.

Thanks

Great, thank you

Any chance we can get a slider template in one of the modules? Where users can swipe through different images with text overlay and such for announcements.

Hi

You can use Bootstrap’s default Carousel component, but i didn’t add custom styles, that’s planned for 2.1

Thanks

Hi. Thanks for a great template. I just bought it.

I opened the HTML files to view the charts in a browser like the ones in the demo (e.g. D3 charts, etc.). However, the charts don’t appear in the pages, and instead, there are blank spaces.

You can see it here:
https://pasteboard.co/H6qsXTB.png
https://pasteboard.co/H6qrVfn.png


Why is that? Do I need additional configuration?

Hi

Almost all D3.js charts use external files with demo data, due to browser security restrictions you need to load page via http:// instead of file:///, so simply upload the template on your local/web server and open index.html.

Thanks

pucukit. The answer to your question is File: “js/core/app.js” Section: $(’.panel [data-action=reload]’).click(function (e) {

Thanks a lot for your input ;)

hello i want to know which function that handle reload button in heading panels that do those reloading animation thing in the entire selected panel? i want to integrate it with my data load in vue js

Hello there

You need to open assets/js/core/app.js and find “Element controls” section. You can wrap the following bit in some function:

$('.panel [data-action=reload]').on('click', function (e) {
    ...
});

and execute it wherever you need.

Thanks

Hello, is there any way to test the update before the release?

Hello

Sure, shoot me an email to e.kopyov[at]gmail.com and i’ll add you to the list for demo access.

Thanks

Hi Kopyov, just wonder if you can provide an approximate date of bootstrap 4 release ?

With all my thanks,

Neos

That’s a wonderful news … Thanks and looking forward to get the next update

Hi, can you confirm the BS4 release date ?

Hi

Not yet, stuck with a few things, but about to resolve them. Very soon ;)

Thanks

Is there any c# friendly form validation?

Sorry, i am not experienced in c#, but this might be helpful.

Thanks

Looking to possibly move over from another top template. I need to know that this will be updated often and that you will be responsive. When is the next update?

Hi

Thanks for your interest.

I don’t update the template every month that contain 2 bug fixes (unless they are critical), but gather user reports and improve the code. That’s why all updates take a while, but they are always big.

Next update is coming soon, it’s in active development for 5th month and will be uploaded soon. No specific ETA, sorry.

Thanks

Thanks for the response. One more question, I see that you say that you are rewriting for your next update. One thing that is important to me is the structure. I template out the main structure (header, menu, sidebar, etc.) with everything that wraps the main content. If I purchase now and you rerelase will this rebuilding be like starting over or will the structure be the same but with some changes of code for example.

What I mean by structure is the general flow of the code:

<headcode> <body start> <header code> <sidebar menu> <content header> <content> <content footer> <scripts>

Hi

Main structure will remain the same, except 1 container. But the rest is basically written from scratch and significantly differs from the current one, since BS4 has completely different markup. New version will include a detailed migration guide, so some efforts will be required.

Thanks

Hello Eugene!

Currently, password field entries are not visible to the front end user. Is there a field with View Password function? Similar to this:

https://github.com/lisawray/passwordview

If not, is there a way to configure it in the existing password field?

Thank You!

I have already provided a solution by email, please check it out.

Hi Kopyov, when I move the secondary sidebar in main content area ( ) but still docked beside main sidebar (not detached style), it push the rest part under the secondary sidebar, could you tell me how to make this right.

Because I am trying to use PJAX to load the page content dynamically by choose the menu from main sidebar, for example: Page 1: “Mini main sidebar” + layout 2 for some widgets, Page 2: “Mini main sidebar” + “Secondary Sidebar” (100% height, docked, fixed with scroll ) + “Layout 3 for datatable”.

Replied to your email

Does version 2 come out or not? Bootstrap 4 already left a few days ago.

It does, release date will be announced soon. BS4 came out less than a week ago and upgrading from betas takes a while as it’s not as easy as it might think ;)

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