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.

I am creating a SAAS based application for individuals and companies, who will register with my application and use the services my application would provide. The application will be hosted only on a single server. Can you please let me know which license applies to me, Regular or Extended? I have gone through your license terms, but it appears confusing to me. I am interested in buying the following theme:

https://themeforest.net/item/limitless-responsive-web-application-kit/13080328

Hi

Could you please tell me, your application is going to be free or you will charge your clients for access?

If it’s free, Regular license would be enough. But if you are going to charge your clients (or make any other profits), you need an Extended license, which basically doesn’t have [almost] any restrictions.

Thanks

Awesome template, I love it, except of one issue – there is no normal datetimepicker with localization support. Any+Time is not really good. So is there any updates on alternative datetimepicker for this template?

Yeah, those 2 pickers are great, but unfortunately they work separately and there’s no way to combine them at the moment.

Thanks!

Looks like there is no another period picker in v1.5, is it still on the roadmap?

Of course, i’m currently focused on another set of functionality improvements, but it’s still on the roadmap for upcoming update.

Thanks

Hello. I implemented the form validation plugin and is working fine. I removed the following part from the script because I do not want to extend the height of the form with confirmations if there is no need:

success: function(label) { label.addClass(“validation-valid-label”).text(“Success.”) },

But if I get errors displayed after I try to submit the form, instead that the error message disappears (and changes the height of the form), I would like to be replaced by the success message.

I tried to change the above function in:

if ( label.hasClass( “validation-error-label” ) ) { label.addClass(“validation-valid-label”).text(“Success.”); }

but it has the same behavior as without modification.

Is there a way to add the valid class only if the label with the error class is already included in the document?

Thank you.

Hello

Basically default implementation does exactly what you need, if i understand your problem correctly – when form is invalid, it adds error label, but when you fill in text field, that error label container changes class name and inner content (replaces icon).

So what you need to include is:

successClass: 'validation-valid-label',
validClass: "validation-valid-label",
success: function(label) {    
    label.addClass("validation-valid-label").text("Success.")
}

All are required, according to validation specs.

Let me know please if that worked out.

Thanks

This is the default implementation from your template. I do not like it because it adds the success or error label to all fields that are edited in a ‘clean’ form (that the user did not try to submit). For example, in your template layout_1-LTR-default/form_validation.html , if I write a few letters in the firs text input box then go to the second one, the success label is displayed, so the form changes it’s length.

I want to have no labels displayed until I click on Submit. I got this by commenting:

validClass: “validation-valid-label”, success: function(label) { label.addClass(“validation-valid-label”).text(“Success.”) }

In this case, after I click on Submit, error labels are displayed only for the fields that contains errors. This is great. But after I correct the errors in the fields, the labels are disappearing. I would like to be replaced by the success label.

What I want to avoid is continuous changes in the form height. I want to have only one when the user tries to submit the form.

Okaaay, understood!

There are 2 possible options you can try:

1. To use .valid() method inside if/else statements and add success label only when submit button is pressed.

2. You can try to change error label placement and display it inside field label instead of below the input, like here

For that you just need to edit errorPlacement function in plugin config.

Let me know please if that worked out for you.

Thanks

Hello, Great template you got there, Will there be an update this week? will it include E-commerce dashboard and pages? Check the screenshots bellow, we encountered a weird behavior while testing your demo. this happens between 769px-786px whenever there is a second sidebar. https://www.dropbox.com/s/0anndmla4q9iuga/scrn1.png?dl=0 https://www.dropbox.com/s/qtu90ok6tbb1v7e/scrn2.png?dl=0

Hello

Not sure about this week, still in progress, i wish i had more time this month :(

Checked it in browserstack – caught it! I can’t see it on Mac, because Win browsers count scrollbar as a part of window width, that’s why there’s a difference of 17px (width of scrollbar). Will sort it out in the upcoming update.

Thanks!

Unable to find horizontal slider, carousal… did i missed to find??

Hi

As you can see in live preview, Bootstrap’s Carousel component hasn’t been added yet and i honestly think it’s useless component in an admin template. But i already got a few requests regarding it so i’ll consider adding it in future releases.

Horizontal sliders – not sure i understand what you mean. There are 3 slider components included: jQuery UI slider, NoUI and ION range sliders. If you mean image sliders, i don’t have any plans to add this component.

Thanks

I was able to resolve the issue with the datatable error by using a pop window instead of a modal window. I was not going to be able to use a modal window because some other functions that need to happen inside of the modal window.

I have a new issue. I have a table with 2 records 5 fields with an action column at the end. The action column as 3 options Add, edit and delete. When I click the action icon on the first record, I can only see the last option. The first 2 options are hidden behind the filer section above. The second record shows me 2 of the 3 options. Can you make these item be on top so that they are not hidden.

Hi

Glad you have resolved your issue!

Of course, you just need to edit DOM option in your datatable config. Change this:

dom: '<"datatable-header"fl><"datatable-scroll"t><"datatable-footer"ip>'

to this:

dom: '<"datatable-header"fl><""t><"datatable-footer"ip>',

This will remove .datatable-scrollable class from table container, which adds horizontal scrollbarif table is wider than its parent container.

Thanks

Thanks that did it

Hi, we have a problem with sidebar detached right, it disapears before than do the main sidebar, how can we resolve this? http://demo.interface.club/limitless/layout_1/LTR/default/sidebar_detached_right.html

Hi, you can try it with your online demo:

http://workspace.local/Limitless_v1.3/layout_1/LTR/default/sidebar_detached_right.html

We use Chrome, version 53.0.2785.116 m and OS Windows 10

You can see the 3 captured images while resizing at: https://mega.nz/#F!x55yEZSJ!r3-WyZkZMIFHGFnKfLmHXQ

Hi,

Finally saw this issue on Win, but not on Mac – there is a 17px difference, because Win browsers count scrollbar width as a part of window width. Will test a few solutions and include a fix in upcoming update.

Thanks!

you’re welcome

I don;t have an online version. Below are the paths I’m using

<!- Global stylesheets ->
<link href="https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700,900" rel="stylesheet" type="text/css">
<link href="assets/css/icons/icomoon/styles.css" rel="stylesheet" type="text/css">
<link href="assets/css/bootstrap.css" rel="stylesheet" type="text/css">
<link href="assets/css/core.css" rel="stylesheet" type="text/css">
<link href="assets/css/components.css" rel="stylesheet" type="text/css">
<link href="assets/css/colors.css" rel="stylesheet" type="text/css">
<!- /global stylesheets ->
<!- Core JS files ->
<script type="text/javascript" src="assets/js/plugins/loaders/pace.min.js"></script>
<script type="text/javascript" src="assets/js/core/libraries/jquery.min.js"></script>
<script type="text/javascript" src="assets/js/core/libraries/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/js/plugins/loaders/blockui.min.js"></script>
<!- /core JS files ->
<!- Theme JS files ->
<script type="text/javascript" src="assets/js/plugins/forms/selects/select2.min.js"></script>
<script type="text/javascript" src="assets/js/plugins/forms/styling/uniform.min.js"></script>
<script type="text/javascript" src="assets/js/plugins/ui/moment/moment.min.js"></script>
<script type="text/javascript" src="assets/js/plugins/ui/fullcalendar/fullcalendar.min.js"></script>
<script type="text/javascript" src="assets/js/plugins/visualization/echarts/echarts.js"></script>                
<script type="text/javascript" src="assets/js/plugins/tables/datatables/datatables.min.js"></script>
<script type="text/javascript" src="assets/js/core/app.js"></script>
<script type="text/javascript" src="assets/js/pages/user_pages_profile.js"></script>    
<script type="text/javascript" src="assets/js/pages/datatables_basic.js"></script>                    
<!- /theme JS files ->

Few possible reasons:

1. Try to include select2.min.js after datatables.min.js, not before

2. Echarts is a tricky library. If you don’t use charts, simply remove path to echarts.js, sometimes it throws JS errors and blocks other plugin’s initialization

3. Please do not use any files from /assets/js/pages/ folder (user_pages_profile.js and datatables_basic.js). These files contain configurations of demo pages and are for demo purposes only. All you actually need is a few examples of plugins that are actually in use. In your case, you are loading 10 libraries, but only 2 of them are required – jquery.min.js and bootstrap.min.js, and 1 JS file with core functionality – app.js

Let me know please if that helps.

Thanks

I’m getting an uncaught TypeError: cannot read property default of undefine on line 19 of datatables_basic.js. The result of this error is preventing the filter and sort features of the basic datatable from working.

Hi

Looks like you haven’t added path to datatables.min.js? If you have your page online, could you please send me a link to e.kopyov[at]gmail.com? I’ll have a quick look.

Thanks

Hi, I have totally failed to download this theme despite making all payments. https://s3.amazonaws.com/[...] continually times out. Can I have or get a direct download link please? I would like to download it right from my server. My email is abdi@jolis.net thanks

Hi

Just sent you a mail. Please check

Thanks

Hi! I bought the limitless template and I am not being able to expand the zip file contanining the theme. It goes halfway through the expansion and at a certain point I get a system message saying that it was not possible to expand the file. Is there any chance that it might be corrupt? Can you help me out on this one?

Purchase code: 3474118a-7118-4b71-b397-019c2eb4b6cd

Thanks! Santiago

Hey Santiago

Thanks for purchase!

Please try to unzip the package with 3rd party software – 7ZIP, WinZip, WinRar etc. Sometimes it happens with default utilities.

The package can’t be corrupted, because before approval, it needs to pass the review process by Envato.

Please let me know if that worked out for you.

Thanks!

Do you have an update on Limitless Angular version?

Hi

Unfortunately no, it’s still in todo list for the next updates, but no specific dates at the moment. Sorry.

Thanks

Hello! I try to customize main page at /layout_3/LTR/material/index.html and if I delete traffic sources block – then next block doesn’t show any content. Also I don’t understand how to place there my data. Where from does it takes data to show in this graphics?

Just replied to your email

this template so great , but need more color for sidebar ,or can i change sidebar colors ?

Hey

You can use available color helper classes added to .sidebar-main container OR you can easily change dark and light sidebar colors just by changing a few variables in variables-custom.less file:

@sidebar-light-bg: #fff; // light sidebar
@sidebar-dark-bg: @color-slate-900; // dark default sidebar

And then re-compile your less files.

Let me know if you have any other questions.

Thanks

I am not getting layout as described. Once uploading page on website it got changed.

Can i see your page online? Thanks

Hey Kopyov, So having an issue getting styled file uploaders and tags inputs to show up correctly….I modified components.less and uncommented the following: import "{components-path}/plugins/forms/tags/tokenfield.less”; import "{components-path}/plugins/forms/tags/tags-input.less”; import "{components-path}/plugins/uploaders/file-input.less”; I then recomplied the css and they are not getting the style applied, I tried calling the file input like this:

// Default file input style $(”.file-styled”).uniform({ fileButtonClass: ‘action btn btn-default’ });

and the tags input like this:

$(document).ready(function() {
                    $('#f_asset_tags').tokenfield({
                      autocomplete: {
                        source: ['test1','test2',]
                      },
                      showAutocompleteOnFocus: true
                    });
                });

Any ideas?

Thanks!

now I’m getting this error NameError: variable @core-path is undefined

I started using the starter kit, is there an easy way for me to switch to using the main_full…it seems like a lot of my issues have to do with using starter kit.

Of course. Could you please email me which layout and theme (default or material) are you using to e.kopyov[at]gmail.com? I’ll send you correct files with instructions.

Thanks

hey kopyov.

I am waiting for the 1.4b update . When is it going to be available?

Thanks

Hey hey

Should be out next weekend, hopefully. Or earlier, getting back to work on Monday.

Thanks

hey is it ready a expected? thanks

Hi Eugene, can you use handsontable similarly to datatables in the way you populate the table, or does it have to be done in the javascript? I like the functionality of handsontable but want to add the table data via html/coldfusion, using a sql query. I have lots of logic I would like to program in the table structure and data elements. Thanks!

Aha, understood – as far as i know table markup is generated dynamically by the library, so there’s no possibility to initialize handsontable on already existing table. The way it works is you specify data set and it automatically generates table based on data set.

Thanks

ok thanks. I was hoping for the opposite, but had a feeling that was the way it was.

Always welcome. Performance wise better to use table markup, but unfortunately this library doesn’t allow to use it.

datatables component does not display ajax loading message

Hi

You can add loading message by setting processing option to true.

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