Discussion on Limitless - Responsive Web Application Kit

Discussion on Limitless - Responsive Web Application Kit

By
Cart 13,873 sales
Well Documented

Kopyov supports this item

Supported

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

2227 comments found.

Hey,

I am using the theme and loving it. Very simple to use and elegant in design. Waiting to get more themes from you.

I have a slight issue – i tried to use the select class on a drop down and it is not applying the style. In addition the console shows a max stack size exceeded error. I have included select2, form_layouts and form_select2 in the js files. This is basically the select style that i saw on the form vertical page under the shipping form section. Very elegant.

Please help.

Hey,

Understood, the issue is pretty simple – both form_layouts.js and form_select2.js files include different examples and use cases of select2 selects and mainly needed for demonstration. You don’t need to include these files, you actually need only a small piece of code that initializes select2 on default select list:

// Basic
$('.select').select2();

And of course select2.min.js itself :) I would suggest you to create 1 additional custom.js file, include it in your code and put different code in there, include this file after app.js file.

This should solve your issue.

Thanks!

Hi,

Vertical tabs would be great on next version.

Thanks

Hi.

Already in my todo list for the next update, both left and right.

Thanks!

Great news! Thx

Hello, I have a problem, unfortunately I need to do a web page and the problem is that they told me that I need to use limitless layout 3, but I don’t know how to start or where to start studying all the elements that it has. Can you tell me where to start or if there’s any guide?

Hey hey,

Tried to find anything about this custom functionality, but had no luck. There is only 1 option available, when you can change number of items to display on 1 page, but there is no any available option to limit page number. You can create a custom plugin of course, but there is no ready to use solution unfortunately.

Curious, why do you want to do it? By default you see first, previous, last and next pagination buttons, so you can always go to the last page from any page. As for me, it is easier to control rows-per-page than pages-per-rows.

Thanks

After hours of studying I finally got what I wanted. What I was trying to do is server-side processing.

Great, didn’t know that server side processing can do such things :)

Hi,

thanks for this awesome theme. Is it possible to include in the next version (or receive by mail) also your landing page ( http://demo.interface.club/limitless )?

Thanks

Hey.

Yes sure, i will send it over by email, but in a few days, i’m currently on vacation and don’t have landing page files locally. Please email me to e.kopyov[at]gmail.com

Thanks

Hi, have you been able to retrieve the landing page?

Thanks

Hi,

Still on vacay, will be at home tomorrow late night and next morning will send it over to you. Sorry for delay

Thanks!

Hi,

Have a nice year!

New button size request: btn-xs is still big. More less padding with “btn-mini” would be great.

Thanks Kopyov

Hey,

Thank you very much, you too!

Noted for the next update, thanks. Until then, if you are using less, you can change @padding-xs-vertical and @padding-xs-horizontal variables in variables.less file (located in assets/less/core/variables/) and re-compile your less files.

Thanks

Thanks

Need a little help with LESS compiling. We’re using Koala. When compiling (as an example) components/plugins/tables/datatables/datatables.less, we’re seeing errors like:

/mydir/assets/less/components/plugins/tables/datatables/datatables.less NameError: variable @content-padding-large is undefined in /mydir/assets/less/components/plugins/tables/datatables/datatables.less:43:19 42 .sorting_desc_disabled { 43 padding-right: (@content-padding-large * 2); 44 }

If we compile other LESS files, we’re seeing errors about different variables not being defined etc. We’re using version 1.2.1 with layout 4 LTR starter folder. Can you help?

Hello.

Sorry for late response, i’m on vacation.

The negative side of all desktop apps if that they all work with folders, not with specific files. There are 3 ways how you can solve this issue:

1. You can add assets/less/ folder to Koala. First you will get all these errors, because by default winless/koala apps will try to compile ALL less files that are in /less/ folder. And surely there will be tons of errors, because variables are not imported in all files, but only in main ones. So you can do the following: select all .less files in a list (Ctrl + A/CMD + A) > right click > Toggle auto compile. Then find 4 main files in that list: colors.less, bootstrap.less, components.less and core.less and turn on auto compile only for these 4 files. As documentation states, you need to compile only these 4 main files into 4 css files and all will work as expected.

2. Another option is you can create a new folder inside /less/, place 4 main less files into this folder and add it to koala, so you won’t have any errors when you compile files. But in this case you need to open these files and change paths to other less files, for example from this:

// Utilities
@import "core/layout/utils.less";

// Plugins demo, remove in real project
@import "components/demo.less";

to this:

// Utilities
@import "../core/layout/utils.less";

// Plugins demo, remove in real project
@import "../components/demo.less";

That’s it.

3. This method is the easiest and the best one – using gulp tasks. Documentation includes a complete guide: how to install, setup and run tasks.

Let me know please if any of options worked out.

Thanks

Hi, I am getting a few errors on datatable_data_sources.html. I have uploaded all of the files on the server but still am getting “DataTables warning: table id=DataTables_1 – Ajax error”. This is the same for DataTables_3 and DataTables_4. When I check the console it is showing a 404 for datatable_ajax.json and datatable_nested.json even though the files are on the server in the correct structure. Any ideas?

Sure, let me know please if all good when your devs check everything.

I don’t have this specific example, but this example is what you need – Row details. The problem is that accordion functionality uses collapsible div blocks, that don’t work with table markup. Datatable has 1 example of using additional rows, that are hidden.

Thanks

That might be the perfect example. Thanks. I will try it out. Hopefully there is also an option to expand/collapse all. Thanks again for your great service. Happy New Year!

Thank you, you too! Let me know if you have any other issues.

Hey Kopyov,

Can you let us know when you will have support for SASS and include files for PSD and Sketch?

You could be selling 2x more template downloads if you supported these.

Thank you!

Hey.

The upcoming update is already in active development, but unfortunately it won’t include sass and psd, but the next one will and will be available in February. This one will include a lot of new stuff, sass version requires some time to complete so i decided to move it a bit and release when 2 new layouts will be ready.

Thanks

So it will have Sketch files? Do you have any date in mind for SASS and PSD? It seems like these should be priority over adding new template pages, etc.

No, i will add PSD files of a complete UI set. I haven’t worked with Sketch yet, but will definitely try.

I got a lot of comments, emails and requests regarding material design style – this is the highest priority at the moment. SASS files will be much easier for me to add to all 6 layouts at once, besides that LESS version will still be available and supported, because a lot of users didn’t work with pre-processors and less is much easier to understand.

As i already mentioned it will be available in February. Material layouts are in development, after that i’ll switch to sass and BS4 versions.

Thanks

Hello, very good job.

I want to open a modal similar to modal “Full modal size” but with a height of 94%, not only width.

Can you help me plz?.

Thank you! :)

Hey,

Yes, you can do it, but the problem is that you will also need to stick modal footer with buttons to the bottom and this is pretty hard to achieve with default bootstrap styling and markup – footer will overlap modal content. I haven’t had a chance to dig deeper, but in general if you don’t care much about modal footer, you can do the following:

Open file modals.less in assets/less/bootstrap-limitless/ folder, and add the following piece of code at the end of the file:

.modal-full {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: ((100% - @modal-full) / 2);
    padding-bottom: ((100% - @modal-full) / 2);

    .modal-content {
        height: 100%;
        overflow-y: auto;
    }
}

Re-compile your less and you are done.

Thanks

Hi there, thanks for making this amazing template. I was wondering if the template has “inline table row editing” function in the javascript plugins/lib provided?

If not, can you point me to one that you might recommend?

Thanks!

Hey,

Unfortunately not at the moment, but will be added in the upcoming update. There is a great extension for Datatables – Editor, but this extension isn’t free and costs around $120, you can check licenses and pricing here.

Thanks!

Thanks for the links, when is the upcoming update with this feature expected to be released?

Hopefully in a month, got a lot things to do: material layouts, dynamic forms, datatables enhancement, new extensions, new pages, new layouts. I’ll be on a short vacation in the beginning of Jan, after that will continue working on it.

Thanks

Quick question: Is an update imminent or will it take some time to the next update? Asking because if an update is coming in the next days, we’ll wait, otherwise we’ll adapt our code to your version 1.2.1. Thanks!

Hi.

Next update will be released in the middle/end of January, i am working on 2 new layouts and other stuff. Version 1.2.1 doesn’t have so much changes, so i think it won’t take too much of your time.

Thanks

Hello, I found a bug with the #navbar-second of layout 4 on mobile: The 2nd level dropdown menu disappears immediately when you touch any menu item inside it, making it impossible for user to access 3rd level dropdown menu. Please check. Thanks for a quality theme.

Hello.

Unfortunately yes, this is not a bug, but a missing enhancement – dropdown submenus are controlled by CSS’s :hover, which doesn’t exist on mobiles. In the upcoming update i will integrate JS solution with touchstart/touchend or standard click events. Sorry about that.

Thanks!

Hello, I’m using the ckeditor from layout but when I remove all the other ckeditor from the example then the jQuery code is not working, but when I doesn’t change anything from the following page then my jQuery code is working. Please help me out.

Link: http://demo.interface.club/limitless/layout_2/LTR/editor_ckeditor.html

Thanks. It’s working great.

Hi, How can I remove upload button beside Browse button from “Custom file uploader” in the bootstrap file uploader?

Hi.

You need to add showUpload: false option to plugin configuration, it will hide upload button.

Thanks

Fantastic work you guys done here!

Thank you! :)

Hi – I am using the theme and it is awesome. The best theme and the most easy to work with.

I am running into one issue and need a little help – when using data tables – the only class that is correctly rendering the table is datatable-column. For every other class like datatable-show-all or datatable-highlight the table renders as a normal html table without any datatable options and the console gives this error copied below. Any way you can give a solution? Using it on mac/ safari browser.

Thanks,

undefined is not an object (evaluating ‘i._DT_CellIndex = { row: b, column: l }’) 499                   row: b, 500                   column: l 501               }; 502               g.push(i); 503               if (!c || h.mRender || h.mData !== l) i.innerHTML = B(a, b, l, “display”); 504               h.sClass && (i.className += ” ” + h.sClass); 505               h.bVisible && !c ? j.appendChild(i) : !h.bVisible && c && i.parentNode.removeChild(i); 506               h.fnCreatedCell && h.fnCreatedCell.call(a.oInstance, i, B(a, b, l), f, b, l) 507           } 508           v(a, “aoRowCreatedCallback”, null, [j, f, b]) 509       } 510       e.nTr.setAttribute(“role”, 511           “row”) 512   } 513

514   function Na(a, b) { 515       var c = b.nTr, 516           d = b._aData; 517       if© { 518           var e = a.rowIdFn(d); 519           e && (c.id = e); 520           d.DT_RowClass && (e = d.DT_RowClass.split(” “), b.__rowc = b.__rowc ? pa(b.__rowc.concat(e)) : e, h©.removeClass(b.__rowc.join(” “)).addClass(d.DT_RowClass)); 521           d.DT_RowAttr && h©.attr(d.DT_RowAttr); 522           d.DT_RowData && h©.data(d.DT_RowData) 523       }

Resource Type MIME Type

Kopyov – you the man !!!! It works flawlessly now. I will happily buy more themes for my other projects and recommend your themes to everyone I can. Your work and support is awesome !

By the way – any plans on integrating materialize with any of your themes in the near future? Their form elements are totally awesome.

Yeah, next update will include 2 new material layouts – with horizontal and vertical navigations, they are in development. Should be ready next month.

Thank you!

Hi,

When using the panels as shown on the dashboard for members online, current server load and todays revenue how can I make them so they are always the height of the tallest item?

I am using these 6 of these per row and some have longer text than others so the longer boxes then grow to accommodate the extra text but the others remain as is and it looks really bad as in a row there could be up to 6 different height boxes.

I did an example on your default home page to demonstrate what I mean:

http://s15.postimg.org/rskrmvhl7/panels.jpg

I tried using http://getbootstrap.com.vn/examples/equal-height-columns/ which is based on flexbox (I realise it is not supported on IE 8 and 9) but it doesn’t seem to work as I have a row, then a col and then a panel inside each col and no matter which I put it on it doesn’t make any difference.

Thanks

Hello.

I’ve also tried multiple solutions in different cases, but the only thing that worked out for me was this solution:

.row {
    display: table;
}

[class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}

But it doesn’t work well with bootstrap, i actually didn’t find any solution that works great with responsive functionality.

Flexbox from your example works fine, the problem is that it stretches columns, not their content. If you display columns as panels:

<div class="col-lg-4 panel bg-teal">
    ...
</div>

It dos work, but now you need to override a lot in order to set correct spacing between panels, this will break your usual grid system.

So what i found is that there is no any solution that satisfy all needs, in BS4 flexbox will be implemented, until then you can try to use jquery plugin such as Match height or Equialize, but i haven’t tested them yet.

Curious, why don’t you hide the long text with ”...” and display kinda popover with full info on hover? I mean these texts are subtitles, but not for full content and if 1 of the blocks will have huge height, other will have a big empty gap between charts and text.

Thanks

Hi, I just purchased this theme. The main charts on the index page are not displaying. Also when viewing in ie11 the icons are not visible. Is this because I am testing/viewing locally?

Hi there.

Yes exactly, almost all charts are loading external data sources (json, tsv, csv files).

Regarding icons – probably yes, but not sure. I’ve tested it earlier and icons are displayed in IE9+, also checked just now live preview in browserstack – all good. Please try to upload files on web or local server and let me know if issues are solved.

Thanks

I uploaded to the server and that did fix the issues. Thanks!

Great! Let me know please if you have any other issues.

Hi, I’m having trouble with forms inside a mega-menu dropdown… selects, daterangepicker, select2 keeps closing the dropdown… How can I solve this? Thanks!

Hi.

I need to see your code, but one of the possible reasons is you need to add .dropdown-content class to the dropdown menu:

<div class="dropdown-menu dropdown-content">
    <div class="dropdown-content-body">
        ...
    </div>
</div>

This class is needed for jQuery to prevent click event from bubbling up the DOM tree (in app.js):

// Prevent dropdown from closing on click
$(document).on('click', '.dropdown-content', function (e) {
    e.stopPropagation();
});

Thanks

Hi Kopyov

I purchased this template and I want to use layout 1 – layout_navbar_sidebar_fixed.html. So my question is as follows:

There is a div with class of content-wrapper and inside there is another div with class of page-header which i want to keep fixed so when user scrolls that header will remain there. How i should achieve it using your already made tools and limitless standards?

Regards

I installed koala and compiled core.less, your code worked except that it adds top: 64px; to the div.page-header. any way to remove this so it is placed exactly under the main header? also in the mobile version the main header and the page-header are both not set to be fixed positioned and everything is scrolable like a normal site.

oh and also div.content is behind the .page-header and few of the content on top is hidden, div.content also needs to be margined down:/

Replied back to your email

Hi, nice job crafting themes like that!

Reporting a bug. Components.css, .page-container {...} has 2 properties concerning padding: padding: 20px 20px; and padding-bottom: 40px; The bug is – when used in the Django templates, my page-container element didnt see any padding, styles before i united them like padding: 20px 20px 40px;

Hi there.

Could you please tell me which layout are you using and version of the template?

In the latest version, in 3rd and 4th layout .page-container class has padding: 20px 20px 40px; which is compiled from:

padding: @line-height-computed @grid-gutter-width;
padding-bottom: (@line-height-computed * 2);

If you are sure that you won’t change @grid-gutter-width and @line-height-computed variables, feel free to combine them since these 2 variables have the same value. Or simply replace components.css files from version 1.2.1

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