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.

Please help me to change horizontal tab into vertical tab

Hi,

Vertical tabs are not supported at the moment. I will add them in the upcoming update as already promised to other users.

Thanks

Hello,

First things first : nice work ;).

I’ve got a little bug on the footer with Firefox (untested with other browser) on the layout 2 and screen width <= 768px (xs) http://nas.teleric.net/~erwan/tmp/limitless_footer_bug.png

One more thing : Any plans on making mail templates and include bower support ?

Hey

Yep, this is a small bug in earlier FF versions, during development a small hack below worked great, but seems like in the latest version of FF it has been fixed.

Try to remove the following code in content.less file, located in assets/less/core/layout/ folder and re-compile less files:

// Min-height doesn't work in FF, bug. So we set 1px height which is overriden with min-height
@-moz-document url-prefix() {
    .page-container {
        height: 1px;
    }
}

This should fix the problem.

Yes, mail templates will be added in the next update. Never worked with Bower yet, but i’ll definitely consider it in the next releases.

Thanks!

Thanks, it’s working :)

Hi, is there any slider for photos in template? Thank you…

Hi,

Unfortunately not at the moment, i didn’t add carousel component as i thought it would be an extra in admin template. But i already got a couple of requests, so i will try to add it in upcoming releases.

Thanks

Thanks your feedback

Hey, I recently purchased the package and was wondering about the ideal way to include dependencies. I understand that there are plug-ins; if I include the core files as part of the dependencies, would all the plug-ins work properly? I just want to make sure that my application does not have too many unnecessary dependencies.

Hey!

Yes sure, you can even use template without any plugins, all main JS code needed for basic functionality is in app.js, so you need to always include it.

Main dependancies are bootstrap and jquery, pace.min.js and blockui.min.js are included by default, but they are not mandatory.

Plugins depend only on 2 main libraries – jquery and bootstrap, so you need to include them after these 2 libraries. Regarding plugin inits: instead of initializing plugins using inline code, i suggest to create 1 additional file – custom.js and place all extra js code in there – plugins initializations, different options, functions etc.

If you use Starter kit, all extra files are removed in there, so you can start with a clean copy of the page layout.

Thanks

I downloaded the latest version from themeforest. But, it some of the code does not match up with the demo. For example /js/core app.js The demo file of this shows a different file than what we are given in the download package.

In the changelog it says ver 1.2.1 but, when opened up in Layout 4, LTR, it shows ver 1.2 when looking inside of the file.

Can you advise?

Both live preview and files in the package have same version. Version inside less and js files are to track changes and date of latest update of the specific file, not the template version. The main source of template version is changelog page.

app.js in live preview and in the package are identical and both are minified, template package also includes normal uncompressed version, with comments and descriptions.

Thanks

Dimple library not working box of chart is empty can you please help me ?

Hi,

Do you get any errors in your console? And another possible reason is that you try to load chart locally. Since almost all charts load external file with data, you need to load it on your server or use local web server.

Thanks

yes i found 12 errors :

XMLHttpRequest cannot load -/Layout%204/LTR/assets/demo_data/dashboard/traffic_sources.csv. Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-resource.

Uncaught TypeError: Cannot read property ‘forEach’ of undefined

XMLHttpRequest cannot load -/Layout%204/LTR/assets/demo_data/dashboard/app_sales.csv. Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-resource.

Uncaught TypeError: Cannot read property ‘length’ of undefined

XMLHttpRequest cannot load -/Layout%204/LTR/assets/demo_data/dashboard/app_sales_heatmap.csv. Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-resource.

......

Right, this is a browser security feature, which prevents cross browser scripting. Dimple charts use .csv file with demo data to generate charts, so you need to load charts on your local server or web server (with http://, not file://), in this case all charts will work as expected.

Thanks

Hi, What is the diferent between LTR and RTL?

why Marketing campaigns chart, Active tickets circle image and many others look like bad resolution in the border?

Hi,

LTR version is default one, RTL version is for arabic languages (RTL = Right To Left, for those who reads from right to left).

I am sorry, but i didn’t get your question. These charts are built with D3.js, which uses SVG graphics, so all charts look great on any resolution. But in order to get them work, you need to upload them to the server or use your local server, because they load external data sources, that don’t work locally.

Thanks

I was wondering if you knew if any of your charting libraries do forward projections? I am working with a lot of data from the past 10-15 years and can chart that all out. But can any of these chart project forward a year or two based on the past data? Thanks for any suggestions.

Hey,

Hmm, actually any chart library can do it, but it depends on chart type you want to use. You can use Zooming component in ECharts, Brushing feature in D3.js, Subcharts in C3.js. The most powerful one is definitely D3.js, because there are tons of different charts types available, but this library is a bit advanced and requires some JS knowledge, but is does have the best documentation available.

Thanks

Hi, can I buy the regular license $24 and create my own system where people can get in and pay for IT services like eCommerce? I will not resell your item (limitless) I am just selling my services. Is it possible with the regular license?

Hi

You can check FAQ section with the most frequent questions about licenses.

So i am not sure what license you need, because i don’t know what exactly you want to create with it, like will this template be a part of the service you will sell etc.

Thanks

I will no sell your template I just wan to create my system with it and offer service like telephony, email, etc. I am selling my services client can get in a chose what they want and pay for my services no for the template the template is just the face the interface that mi client use to order service. is it posible with te regular license?

Understood, even though i am a copyright holder, i can’t control license terms, they are set by Envato. Even if for me it’s okay, because your users don’t need to pay to see the end product (as stated in FAQ), I suggest you to contact Envato support and ask the same question, they will confirm the right license for you.

Thanks

Hi,

Included chart libraries not popular and advanced.

Do you plan to implement Highcharts and amCharts?

Thanks

Hi

The most popular free libraries are built on top of D3.js library – Dimple, C3, xCharts, NVD3, Rickshaw etc. I wouldn’t say that D3.js isn’t advanced, this is the most powerful library i’ve ever seen – you can build nearly any chart type with remote data source, also it has an extensive documentation and tons of different examples.

Both Highcharts and Amcharts are paid libraries: Highcharts license allows non-commercial use for free, commercial licenses start from $90. Amsharts licenses start from $140/website. I can integrate it in live preview, but you will need to purchase a license in order to use those charts.

Thanks

Hey Eugene – any way to make the pickamonth class show/ pick only month and year and not the date?

I wanted to write something custom but wanted to ask you first because you have practically thought of every aspect of development in your work already.

The theme is a very complete solution. Waiting for the new themes with material to come out ! Could use that on a project I have to work on soon.

Thanks man.

Hey,

Unfortunately no, this feature was planned almost 2 years ago, but still hasn’t been added, on github repo a lot of people asked for it. You can use Anytime picker, but it isn’t so elegant..

Thanks!

ok – thanks Eugene. No worries.

Hi Im interested to know if your package ha an Infinite Scroll or something like that included?

Hi.

Could you please clarify where exactly you need Infinite scroll? Select2 selects already include infinite scroll, Datatables library includes Scroller extension, which does almost the same. Also infinite scroll can be added to autocomplete and typeahead.

Thanks

Hi,

Great theme! Good work! Also have a nice year!

Perhaps one request for future update: Tag Input mini size. Current Small input size is still somewhat big :)

Hope you can do this. Thanks!

best regards

Hey,

Yes sure, already got a few requests regarding smaller tags, will try to create additional size in the upcoming update. The problem is that it is adapted for input group sizes, but anyway I will sort it out somehow :)

Thanks

Good day. Excellent their work is helping me a lot.

I need your help. I read the comments about the floating button and could not understand.

Already exists in the CSS template already scheduled for the floating button on the bottom? I must click on it and open a secondary. It takes the same position on the page (bottom right)

I thank you. Sanderson

Hey Sanderson,

Sorry but I didn’t understand what you mean. I had only 1 request for “go to top” floating button. Also what do you mean by secondary?

Thanks!

Hi,

Understood, i had such button in mind, but it’s not implemented yet. You can try to play with this plugin, it shouldn’t be too hard to integrate. I will try to add it in material theme which will be out in Feb.

Thanks

Hi, I want to use this Limitless – Responsive Web Application Kit for a system where client can get services as phone, email, file storage, etc. what license do I need? the regular o the extended one? client will get in my system created with Limitless and pay for services like voip phone, email, etc.

Hi,

In this case you need an Extended license, because you are going to use the template in an end product that’s sold. Please refer to this page for more detailed info.

Thanks

Hi. For Bootstrap multiselect, is there a way to alter the text that is displayed in the field when 4 or more are selected. I would rather it show all the values rather than say “4 selected” or “5 selected”. I know I can use .val() to return the values.But how is that displayed in the form field as well? Thanks!

Hi,

There is an option numberDisplayed, by default the value is 4, but you can set any number to limit selected text. If you set “10”, your select will show 10 options, on selected 11th it will be hidden under “11 selected”.

Thanks

Thanks!

Hello. This is a very nice and powerful theme. Than you for that. I am having some problem with some of the features not working. I have broke the demo into php files and included the header and footer so I dont have to edit them one by one.

I dont know if this is causing the problem but some form elements not working like drop downs, text editors and switch radio buttons.

Also Font Awsome icons are not showing, I had to include external file from font awesome website to show the icons.

Do you have any idea why and how to fix it?

Hello.

I am pretty sure there is something wrong with file loading/ordering or demo js files related to pages. Can i ask you to send me your code pieces from head section to e.kopyov@gmail.com, just want to check if you are loading files correctly. And please let me know if you have any errors in your console, sometimes it’s pretty helpful to localize the problem.

Thanks

Hello Kopyov,

Happy New Year. Limitless is an awesome theme, I have ever used. :-)

I am building a rails app and using your theme with it.

I am trying to use your jQuery combobox, that you’ve included in jqueryui_forms.html.

I have taken combobox JS from the jqueryui_forms.js file, and it works fine, except the dropdown arrow doesn’t show up. Search icon appears just fine. Can you help me out, why it wouldn’t work? Or, do I have to do something else too to make it happen?

Looking forwards to hear from you.

Thank you,

Nikhil

Hey,

Thank you, you too!

Please check your console for warning or errors. Perhaps there is one related to icon.

Combobox uses standard input group component with button and icon inside, if you open combobox code, this piece of code adds icon to the button:

// Link
$( "<a>" )
    .attr( "tabIndex", -1 )
    .appendTo( wrapper2 )
    .button({
        icons: {
            primary: "icon-arrow-down12" // this is your icon
        },
        text: false
    })
    .removeClass( "" )
    .addClass( "btn btn-default btn-icon" )
........
</a>

Make sure this code is present, icon class is correct and you don’t have any js/other errors in your console.

Thanks

Hi, I want to use this Limitless – Responsive Web Application Kit for a system where client can get services as phone, email, file storage, etc. what license do I need? the regular o the extended one?

Hi

According to the License terms, if your end product will be free – you can use Regular license; if you end product will be paid – you need Extended.

Thanks

Hi, congratulations for the work done. Please, I need to add, in addition to the existing sidebars, a sidebar with width 400px. I tried to change the width through css but the result does not work as it should. Any idea on how to do?

Thanks a lot, Spino

Hey, thanks for the solution. I try.

Bye! Spino

Okay, let me know if that worked out.

Thanks

Hi, Your solution works well.

Thanks a lot, Spino

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