Discussion on Limitless - Responsive Web Application Kit

Discussion on Limitless - Responsive Web Application Kit

By
Cart 13,880 sales
Well Documented

Kopyov supports this item

Supported

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

2227 comments found.

HI Purchase codes: 352ab5ae-933c-4219-a8bc-569a6da9679b

pls tell me how work your cropper ? crop button not work when me click on it

tnx

Hi

Cropper button changes image mode from Move to Crop. Please refer to Cropper documentation for more info.

Thanks

hi my Purchase codes: 352ab5ae-933c-4219-a8bc-569a6da9679b

i buy Limitless – Responsive Web Application Kit form you.

Thank you for your good template…

i have porblem in show chart in asp.net forms.

you use D3 for charts…

if show in html file work well. but if use Exactly that codes in asp.net form, some chart not showen or not work well… and some show good

i guess maybe svg or json address in dashbord.js (for example) not found…

i got confused. pls guide me. tnx

Hey

Unfortunately i am not an expert in asp.net, so can’t help you much i’m afraid. Found a quick tutorial, so you can use it as a reference.

Apart from that, do you get any errors in browser console? Might be some JS error or wrong paths to data source files.

Thanks

can i import this template into wordpress and edit it there?

It depends. If you need a wordpress theme for admin panel, you need to create a wordpress plugin. Otherwise you need to integrate it to your app if you have a code already. It depends on what exactly you want to achieve

Thanks

i don’t have a ready code but i need to create a dynamic website by the end of december. Will this template be useful for me? I need to create a performance management system

You can use it as a base for your front end, should save a lot of time so that you can focus on backend things.

Thanks

Hello Kopyov, Thank for your awesome templates. I’m using Limitless version 1.4. And I develop base on sass. Do you have sass version instead of less? Please send it to me if you have. Thank you very much. Regard, Tien Tran <tientq@dkt.com.vn>

Hey

Unfortunately SASS files are not ready yet, I just started less to SASS conversion. Should be available in one of upcoming updates.

Thanks

Hi. Any news about updates?

Hi

Finishing another set of pages and shipping soon.

Thanks

Hi

I’m running a site that uses a dynamic page loader where i usually load each page from the root e.g. /home/domain/path…

I am trying to load a basic donut chart from the echarts library but it’s not showing. http://demo.interface.club/limitless/layout_1/LTR/default/echarts_pies_donuts.html

I feel there’s an issue with the file path as it’s original state is local to file structure. Can you advise as to how the file path works or how i can link form root?

require.config({ paths: { echarts: ’<?= $root; ?>assets/js/plugins/visualization/echarts’ } });

// Configuration
// ------------------
require(
    [
        'echarts',
        'echarts/theme/limitless',
        'echarts/chart/pie',
        'echarts/chart/funnel'
    ],

Thanks

Deon

Hi

There are 2 ways you can load echarts on your page – using echarts.js and require.config(). Second method is preferred though, because you can specify separate components to be loaded. Here is a link.

I’ve just reviewed echarts documentation, all configurations are using relative paths. Do you get any errors in browser console? Also try to remove <?= $root; ?> and see if it works at all, to exclude wrong config.

Thanks

Thanks for the info and link to echarts. I’ve run the script used on the echarts site in conjunction with my own code and it works.

Here’s the difference:

require( [ ‘echarts’, ‘echarts/chart/pie’ // require the specific chart type ], //NOTE THE CHANGE IN THE FUNCTION PARAMS function (ec) { // Initialize after dom ready var myChart = ec.init(document.getElementById(‘basic_donut’));

var option = {

Thanks again for writing back.

Hey

Aha, thanks for a useful tip, glad it was sorted out quickly! ;)

Let me know if you have other questions.

Hai, can you please tell us that template which we have purchased contains Handsontable of basic or Pro version

Hi

Limitless includes Handsontable Basic. Pro version has different licensing and is paid.

Thanks

Hi,

I have a problem with the template. Im try to use a swith element and select with image element but i cant use both at the same time because the javascript fails and console sow me this error:

form_selectbox.js:216 Uncaught TypeError: Cannot read property ‘add’ of undefined(…).

If the selectbox.js is first than swith this is the problem and swith dont run, but is the other the first is swith.js with the error and selectbox dont run.

Cheers.

Hi

This issue happens, because you are using config files from live preview. Please do not use any files from assets/js/pages/ folder, they are for demo purposes only and contain a lot of different examples of multiple plugins in each file. What i’d suggest you to do:

1. Create a new file custom.js

2. Add a path to this file in your code

3. Open form_selectbox.js and copy desired configuration of selectbox plugin, all of them are properly commented

4. Add this configuration to your newly created custom.js

5. That’s all.

Please refer to documentation, file structure is well explained in there.

Let me know if you have any questions.

Thanks

Thanks a lot!

Always welcome!

I just noticed that none of my date fields are displaying the dates in the database (yes they are in there).

When I populate all the fields in my edit form from the database, all fields are correctly populated. The date fields are not however. I am using:

<label>Date Completed</label>
<input type="date" class="form-control" placeholder="" name="datecompleted" value="#datecompleted#">

I even tried formatting the date to match the display of mm/dd/yyyy.

The submit form is working, and the dates are being properly inserted into the database.

Thank you.

Always welcome! :) Let me know if you have any other questions.

Thanks

Yes one other question:

Any advice when printing one of the pages? When I print a page, small columns seem to expand to the entire page width. Is there a way to make the printing of a page look a bit more like the way the browser displays it?

Is there a way to easily limit the width? perhaps that would force the issue?

Thank you again.

Hi

Small columns – table columns or grid columns?

Bootstrap has some helper classes for print, other solutions would be to add some changes in @media print {...} rule:

@media print {
   …
}

Here is a quick guide for reference.

Thanks

Hi Guys,

Can you please help us, we are trying to integrate your template into Laravel so we can use it for our application dev but really we don’t understand how it works, we put all required files into the public directory however it doesn’t load the style at all. any idea ? thanks

we cant find where “select2-selection__rendered” we can’t use select2 or any selection on the template. Can you please help.

Thakns

Hey

Unfortunately i don’t have an experience with Laravel, so i can’t tell you for sure what’s wrong. It’s a static HTML template, i don’t think it’s a template related issue. Have a few questions though:

1. Are you sure you are specifying correct paths to CSS/JS files? Here is a quick hint.

2. Do you get any errors or warnings in browser console?

You can find “select2-selection__rendered” class in assets/less/components/plugins/forms/menus/select2.less

Thanks

Hai We have been trying to align add button and form editable checkbox to be right in the page.it works fine with the desktop but it doesnt appear in mobile vew. Can you pls help us in this

Thanks for the quick reply… that worked for us

we have integrated editable drop down in our file,In that we are able to get the checked value only when OK button is clicked instead of it we want the checked value when it is selected. I have mail the code to your email please verify and get back to us.

Replied back

Sorry. I don´t know how can i install the theme.Don´t find a PDF Documentation. Can you explain how?

Hi

You can’t install it, because it’s a static HTML template, not a theme for Wordpress, Joomla, Drupal or any other CMS. It’s a UI kit for web applications, which requires additional development and integration.

You can also find a complete documentation in Documentation folder.

Thanks

Hello. Ok this is a GUI. I thought it´s a stand allone project.My fail.

Yeah, it’s just a shell for developers. Let me know if you have any problems, if you decide to integrate it.

Thanks!

Hi there – first of all thank you for your great work. Love it so far.

There is a minor issue I just noticed with the Anytime pickers. IT seems like the first day of the month always starts on Sunday. eg. if you look at November 2016 the first row should have an offset of 2.

All the best, Dominique

That is correct, but that’s not what the problem is. I’ll include a screenshot which shows what is going wrong. http://imgur.com/a/vGa91

Hey

Ahaaa, found it. You can either remove this bit in anytime.less

.AnyTime-dom-btn-empty {
    display: none;
}

Or override it in CSS:

.AnyTime-dom-btn-empty {
    display: table-cell;
}

Thanks!

That worked! Thx :)

Hello there,

I’m interested in buying your template but I would like to know if you offer a working chat functionality in front-end? Not internaly in admin but in the front-end.

Thanks in advance and I’m looking forward to hear from you.

Best, Themis

Hi

There is a conversation layouts, but all of them are static, not sure if that’s what you are looking for.

Thanks

Hi Team, We are facing some issue in 1. browser compatibility in some library. like chart not working on Google chrome. 2. Material Design Input field should be place holder show as a label when user click on input field. 3. How to update my less file when I made some change in the less files.

Google chrome Version 54.0.2840.71m

4. Gulp not able to compile new less into css , Less file in less/custom.less

Hey

1. I’m using latest Chrome 54.0.2840.87, i don’t see any issues with charts, everything works just fine.

2. There is no custom.less file in assets/less/ directory. Please follow instructions in documentation on how to compile LESS files. You need to compile 4 main files located in assets/less/_main_full/ directory, or /_main_starters/ if you are using starter kit.

Thanks

Hey i want to show like this http://demo.interface.club/limitless/layout_4/LTR/material/handsontable_types.html in handsontable type tab, but with autocomplete type also, like when i type BMW in car option cell the table which show in dropdown will short with BMW row, can you help me in this , please do reply ASAP

Hey

Please refer to this page for a couple of autocomplete examples.

Thanks

Thanks for reply but this example shows only autocomplete alone i want handsontable and autocomplete mode at same time. ex: I want like http://demo.interface.club/limitless/layout_4/LTR/material/handsontable_types.html and when i type in textbox it will search and sort that table at same time and when i select or click on any row of that table the first value will select in textbox

Hi

Ahaa, understood. As far as i know, handsontable doesn’t support multiple cell types assigned to 1 cell. Those types are predefined ones, which include multiple properties. You can try to write your own cell type with custom properties depending on your needs.

Thanks

hai, we have integrated Full featured example from form_multiselect.html. We just want to know how to get the selected items from dropdown in backing bean following is the code <select class=”multiselect-combine-all” multiple=”multiple” > <optgroup label=”Administrator” style=”color:#ffffff !important; ”> <option value=”user role” style=”margin-top:2px;”>USER ROLE</option> <option value=”User creation”>User creation</option> <option value=”Custom Fileds”>Custom Fields</option> <option value=”manage Payment”>Manage Payment</option> </optgroup> <optgroup label=”Orphan Management”> <option value=”orphan”>Orphan</option> <option value=”sponsor”>Sponsor</option> </optgroup> <optgroup label=”Finance Management”> <option value=”user role”>Expense</option> <option value=”User creation”>Credit</option> </optgroup> <optgroup label=”Project Management”> <option value=”user role”>Projects</option> </optgroup> <optgroup > <optgroup label=”Donation Management”> <option value=”user role”>Fund Collection</option> <option value=”user role”>Online Donor</option> <option value=”user role”>Import Bank data</option> <option value=”user role”>SEPA Integration</option> </optgroup> <optgroup label=”Donors”> <option value=”user role”>Add Donor</option> <option value=”user role”>Donor List</option> </optgroup> <optgroup label=”Manage Donation Box”> <option value=”user role”>Online Categories</option> <option value=”user role”>Donation Purpose</option> </optgroup> </optgroup> </select>

Hi

You can check an example here.

Thanks

i cant able to download the template. end up all time by 50% download. kindly help me.

Hey!

Unfortunately this happens sometimes. The package is stored on Envato servers, so i would suggest to try different browser without any download manager. If that doesn’t work, please let me know, i’ll try to share it through dropbox.

Thanks

Hi, thank you for your great theme, its very powerful, complete and easy to use. i have 2 questions: 1- is there any sample that called all Theme JS files of all controls and components in 1 page head tag? because i think some controls has conflict, for example “Typeahead Tag Input” not work in “Basic Step Wizards” !!! , because we want to call all controls JS in MasterPage (.net) and use some of theme in each page … can you help us about this? 2- if you upgrade limitless in future, then is it easy to update new changes to developed project (replace some css and js)? Thank you

Hi

1. Unfortunately no, 1 js file isn’t included to the package. But there is a commented sample of concatenate task in gulpfile.js, with some minor modifications you can easily create such file by running gulp command.

2. Very easy, i always include a full list of files that were updated, so the easiest way is to replace them or, if you have made some changes in those files, you can only replace some parts of the code. Feel free to ask any questions, i’ll provide a step-by-step guidance.

Thanks!

OK, Thank you in advance

Hello

We are still working on our web app and are very happy with your theme. However we are looking to create email integration into our CRM we have build around your excellent template. But when I recently read comments, I saw you mentioned something about email integration in coming updates. Can you elaborate a bit about the email integration you will include in coming updates and a rough time estimate? Like is it few weeks or several months? Thanks for the great work.

Hello

Yes, mail set will be included in upcoming update. Should be out very shortly, if you can’t wait until it’s online, please email me to e.kopyov[at]gmail.com, i’ll send it over within a week.

Thanks!

Sounds good. I will email you shortly. Thanks and keep up the great work.

Thank you!

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