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,
<div class=”content”><div class=”row”><div class=”col-md-12”><div class=”panel panel-flat”>...</div></div></div></div>
There is 20px between panel and window border. How to make a panel full width and no horizontal scroll bar appears?

Hi

You need to remove horizontal padding in .content, which sets spacing between content and window edges.

Thanks

Hi Eugene On page ‘form_validation.html’ there is a SELECT2 box, when value is selected not appear a green check. Can help me to fix this? I’m like selecting value red alert desappear. TKS

Hey

Sorry for delay!

Try this:

var form = $('#your_form').validate({...});

$('#mySelect2').on('select2:select', function (e) {
    form.valid();
});

And here is another solution.

Thanks

Hi again, I’m not able to solve this. I have addedd this script at the end of page, can you help me to fix?

This is a SELECT-SEARCH (Select2)

<label>State * </label> <select id=”state_id” name=”state_id” class=”select-search” required=”required” data-placeholder=”Select”> <option></option> <option value=”Cambodia”>Cambodia</option> <option value=”Cameroon”>Cameroon</option> <option value=”Canada”>Canada</option> <option value=”Cape Verde”>Cape Verde</option> </select>

And this i have added at page bottom

<script> $(document).ready(function() { $(’#state_id’).on(‘select2:select’, function (e) { form.valid(); }); }); </script>

I’m like error disappear when select any value.

TKS a lot.

Hi

Try to include it after validation init code, and make sure you don’t have any JS errors in browser console.

If that doesn’t help, please send me a link to your page to e.kopyov[at]gmail.com and i’ll check it out.

Thanks

I’m happy to see that you are preparing this template for bootstrap 4, meanwhile remember to upgrade:

spectrum.js, fancytree and fullcalendar there are new releases.

Thank You! :)

Hey

Working on it, converting less to sass and all custom JS code to modules and make all details close to perfection take quite a lot of time, but i’m on my way ;)

Latest version of spectrum.js is 1.8.0 and it’s already included in current version.

Thanks!

yes it’s true thanks

Hi there,

I am using a table with pagination. Image here: https://imgur.com/DQXv0Wl

In the red box you will see the table footer styling is not being applied.

In all your examples, there is a `datatable-footer`div created there, but in our case it doesn’t get created. We are using server-side loading of the json data, and the resulting HTML is as follows (bottom of the table only): <tr class="even" role="row"> <td> <a href="https://www.pulseproduct.com/terms/">https://www.pulseproduct.com/terms/</a> </td> <td><span class="label label-danger">Fail</span></td> </tr> </tbody> <div aria-live="polite" class="dataTables_info" id="DataTables_Table_0_info" role="status"> Showing 1 to 12 of 12 entries </div> <div class="dataTables_paginate paging_simple_numbers" id="DataTables_Table_0_paginate"> <a aria-controls="DataTables_Table_0" class="paginate_button previous disabled" data-dt-idx="0" id="DataTables_Table_0_previous" tabindex="0">Previous</a><span><a aria-controls="DataTables_Table_0" class="paginate_button current" data-dt-idx="1" tabindex="0">1</a></span><a aria-controls="DataTables_Table_0" class="paginate_button next disabled" data-dt-idx="2" id="DataTables_Table_0_next" tabindex="0">Next</a> </div> <!-- /Page-specific failures -->

Can you please advise what may be going wrong with the table footer area styling?

Hi

Can i see you JS code for datatables? Looks like something is missing in DOM option.

Thanks

Hey Kopyov, how can I set the mini sidebar to be the default on mobile. I’m using layout 2 and I use the layout-boxed on the body tag. My issue is this….when viewing on the ipad, vertical orientation looks good but when I rotate to landscape orientation the full sidebar menu is shown, I want it to show mini-sidebar in this orientation.

Hey

Sorry for delay.

Unfortunately that’s not possible at the moment, collapsed sidebar is aligned with general media queries and this kind of layout requires quite a lot of changes in LESS files. But is possible, i’ll try to add this option in 5.1 as well as an option to expand the entire sidebar on hover instead of showing submenus.

Thanks

I am just wondering on your code quality. It produces valid xhtml document, checked by http://validator.w3.org Congrats.

Yeah, it took a while :D Thank you very much!

I was looking for alternatives to migrate from Limitless but I see your comments about the new version you working, so I should wait for the update.

Hi

Yep, it’s in progress. Moreover, i am not going to drop BS3 support for those who need support of older browsers ;)

Thanks!

Hello, Kopyov. Are there plans to upgrade this template to Bootstrap 4? At the moment I am thinking to switch to another template which is based on Bootstrap 4, but I would prefer to wait if there is such plan for this template. Thanks for amazing work!

Hello there

Of course, i am working on it. Should be online within the next month, also changing file structure and writing a new theming support.

Thanks!

How can I stack vertical Panel Title and the Button on Mobile. The button hides the title.

Provider Details
<button type=”button” class=”btn bg-orange-600 btn-labeled”> Schedule Appointment</button>

Thank you!

Hi

I am not sure i understand the problem, can’t see your code. Can you please send it to e.kopyov[at]gmail.com? I’ll check what’s wrong.

Thanks

Dear Koypov,

not sure if you saw my previous message I sent you earlier. Is there any chance to get alpha/preview version of Bootstrap 4 theme of Limitless? It`s ok if we need to purchase this theme again.

The current situation is that our dev guys are searching for Limitless alternative that is Bootstrap 4 ready. I would rather stay with your template and will appreciate if you can send me some early version of Bootstrap 4 template.

Thanks, Dejan

Hey Dejan

Unfortunately not at the moment – i’m currently wrapping up default bootstrap components and completely re-building theming support, the first version will be available by the end of next week and then i can share it.

Thanks

Hi, is the first version available for download?

Hi

Not yet, sorry. Stuck with some things, still working. I’ll ping you when ready.

Thanks

I have a problem in the graph, on echart documentation (https://ecomfe.github.io/echarts-doc/public/en/option.html#series-line) can do a rotation on : series: [{name: '', type : 'Line', label: {normal: {show: true, rotate: 45}}, data: [10,20,30]}] so that the appearance on the label will skew 45 degrees, but after I try unsuccessfully, do you have a solution?

Hi

You need to use this documentation, ECharts 3.0 will be added in upcoming update only.

Thanks

ok solve , by using symbolRotate: 45

thanks

I am having trouble with changing the color of a badge. It is displaying white. Here is the following code.

Make-Ups {{$attendancesCount}}

I know the issue is the “a” tag but is there any other way to overwrite it?

Can you please share your code? i can’t see it.

Thanks

Hi,

In your demo site, horizontal form layout is the same as vertical layout (http://demo.interface.club/limitless/layout_2/LTR/material/form_layout_horizontal.html), is the horizontal layout is provided in your release ?? Thank you.

Hi

I am not sure i understand. All layouts include horizontal and vertical form layouts by default, that link you have provided is different from vertical layout. Or you mean horizontal form on mobiles?

Thanks

I need textbox masking for Telephone number and fax number

Hi, when using “sidebar-fixed” if there is a need for scrolling the scroll would apear on left-side of the sidebar(doesn’t support RTL)... how can we use something like slime scroll plugin to fix this? thanks

Hi

NiceScroll you can find here – assets/js/plugins/ui/nicescroll.min.js

it is used on this page.

About how you can use it – i have no idea what your code structure looks like. Demo config you can find on this file – assets/js/pages/layout_fixed_custom.js

If you need further help, please be more specific – what exactly you want to achieve, do you try some solution or not, what layout/theme are you using etc. The more info you share, the quicker your issue resolves.

Thanks

Hi, thanks for guide,, how can I use spinner buttons with AJAX? I mean the progress bar width.. if there is a source I would be glad to read it for guide.

Hi

You can use Ladda extension, which comes with the template of use default bootstrap button component (Loading state) with a bit of custom JS code. It depends on what exactly you want to achieve.

Thanks

I will use your Select2 Selects for my dropdown list. but it not working. i added js files related to this in my master page but still its not working. it only display dropdownlist not search box inside that dropdown.

Also I will use your Basic single date picker I also not show calender when i click on that icon please help me its urgent

Hi

I understand it’s urgent, but i have no idea how you initialize plugins and i am not experienced in asp. There might be some tricks for using jQuery plugins in asp.net applications, so i’d suggest to look at stackoverflow.

Please, if you’re asking for support, include the code and describe the problem better, i can’t help you if i don’t see it.

Thanks

Hi, Can we make the menu expand on hover and not on click? (for both vertical and horizontal menus)

Thanks

Hi

If you mean dropdown menus, yes you can change trigger from click to hover.

Thanks

I have a problem with the app if it is not connected to the internet ie: GEThttps://fonts.gstatic.com/s/roboto/v15/RxZJdnzeo3R5zSexge8UUVtXRa8TVwTICgirnJhmVJw.woff2 net::ERR_TUNNEL_CONNECTION_FAILED jquery.min.js4 GET https://fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOFtXRa8TVwTICgirnJhmVJw.woff2 net::ERR_TUNNEL_CONNECTION_FAILED jquery.min.js4

How to fonts.gstatic stored in local so that later I call to local. Maybe you have my solution I just wear it

thank you

Hi

Yep, it tries to load Roboto font from google fonts. You can use @font-face instead, just download Roboto font files load them through @font-face rule.

I want use your select with search funcationality to my dropdownlist. i will try it but not working in asp.net web application. please help me

Hi

I am not experienced in asp.net so can’t help you much i’m afraid. This is an integration issue and in order to help you i need to see the code.

Thanks

Hello, I ordered one of your templates and Envato billed me for 2 and now I have two licenses. They told me I need to connect with you to get my account credited back to my card. Please let me know what I need to do next. Thank you

Mathew Lincoln

Hi Mathew

You can raise a refund request. Please describe the reason and i’ll initiate it for you.

Thanks

Thank you for your quick reply and I do love your template, by the way. I sent the request already.

Approved ;)

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