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.

Any plans on making an Angular JS version?

Hi

Yes, but don’t know when exactly, currently focused on BS4 version.

Thanks

Hai, I have one query, how does the table filter works, i noticed that it doesnt filter when i type Character ‘a’ any specific reason for it.or my assumption is wrong can u pls suggest me

Hi

Yes, by default Datatables filtering requires minimum 2 characters and this can’t be changed as far as i know.

Thanks

ok thanks for the reply

Hi, Please, have a look on the screenshot here http://www.awesomescreenshot.com/image/2254904/ceb5d8bf9b72c639151f4607189c3349

the problem is, in table cell, it stretched as the text line increase, what i want is to wrap text in certain fix width in particular cell. Please, help

Hi

Did you try to set a fixed width to some columns? By default, table will be stretched according to the longest text in table column. If that doesn’t work for you, would be great if you can send me a link to your page to e.kopyov[at]gmail.com

Thanks

Hey there, I thought I remember reading somewhere how you’re holding off upgrading jQuery to the new 3.x branch but I thought you should know that 2.1.4 of jQuery has a security vulnerability in it.

Reference: https://github.com/jquery/jquery/issues/2432

“mgol commented on Oct 12, 2016: The fix is included only in jQuery 3.0.0 and newer. You need to upgrade to have it included.”

Hey there

Thanks for the info! I’ll update jQuery to 3.1.1 in upcoming update, which will be out in 2 weeks.

Thanks!

Hello Kopyov,

Do you have instructions on upgrading to new release?

Thanks, Chung

Hello Chung

In documentation (changelog page) you can find a detailed list of all files that were updated/added/removed in all versions, so basically what you need to do is to update same files or content parts in your version or simply swap files if you didn’t make any changes in your files.

Thanks

Hi, I’m having trouble changing the “active” color on the “layout_navbar_fixed_secondary.html” page.

I can change the navabar from Indigo to Orange (and other colors) but the active link on the secondary bar is still Indigo. How can I make the secondary active color the same as the main navbar? Can you assist?

<!- Main navbar ->

Thanks!

Hi

I can’t find “layout_navbar_fixed_secondary.html” page in live preview :)

Anyway, you can change navbar and sidebar background colors using color helper classes (.bg-indigo etc.), but these classes don’t work in links and link states. For this you need to edit @navbar-inverse-link-active-bg in variables-core.less file (assets/less/core/variables/) and re-compile your less files.

If that doesn’t work for you, please email me your code to e.kopyov[at]gmail.com, i’ll do that for you.

Thanks

hai i have added multi select drop down in my application, i have issue that for the first time when i click on dropdown it doesnt show the dropdown but later when i click on arrow it shows can u suggest me the solution. i have share the code thru mail please verify

hai again i have one more issue with the toggle, when i use filter 2nd time and click on edit toggle it shows some shadow can u pls suggest the solution pls verify the snap in mail

Hi

Replied to both emails.

Thanks

http://demo.interface.club/limitless/layout_4/LTR/material/form_select2.html

If I use Safari and click on any select 2 component, then move around my mouse. All elements will start to flicking. Is it a bug of Select2 or you theme?

Hi

It’s a well known Safari bug, which was reported very long time ago and still hasn’t been fixed.

You can find the most recent workaround here.

Thanks

Hi,

I have one question for you, is there a way so that i can add hyper link to the echarts, like when i click some portion of the graph it should take me to desired link!! Like clicking on some portion of bar graph or pie chart.

Will really appreciate the help! Thankyou!

Hey

ECharts library has a set of events, which you can bind globally to the chart. But i am not sure if those events can be used for specific chart parts (specific bar or pie part). You can find an example here.

Thanks

Hello, I have a problem while using date time picker. When i use date time picker and select the year from drop down , it still submits current year and not the selected year. <input type=”text” class=”form-control pickadate-accessibility” id=”dob” name=”dob” placeholder=”Date of Birth”>

Your help is greatly appreciated. Thanks

Hi

The first thing i’d suggest you to check is date formats: field and value of submitted value.

Also check this solution and these options.

Thanks

Hi Eugene,

I’m using your Limitless framework, which is brilliant. One small issue that I can’t trace is when I embed AM Charts (basic column: https://www.amcharts.com/demos/column-with-rotated-series/) there appears to be a clash with the animation libraries. When the page loads the chart moves down the page infinitely cascading.

Is there a setting in Limitless which I can switch off to help this ?

Thanks Tarek

Hi Tarek

Unfortunately i haven’t worked with AMCharts yet, but would be helpful if you can send me your code to e.kopyov[at]gmail.com – list of js files you are using in your app, markup and js config of your chart.

Thanks

Some other templates here create a private github repo for buys and then they can create issues over there and so. Any chances for this?

Unfortunately not now, i do have a private repo, but at the moment i provide support only through comments, emails or http://kopyov.ticksy.com website.

Github option will be added in version 2.0, within next few months.

Thanks

Download is not works…

Hi

Please try another browser or disable download clients if you are using any. Unfortunately i can’t help you much, because the template is stored on Envato servers. Try a few more times and if it fails, drop me an email to e.kopyov[at]gmail.com and i’ll try to send you the package somehow.

Thanks

Hi There is a bug with the sticky detached sidebar when its height is higher than the main area height. You can’t scroll down, there is some glitch and you’re back to the top. I have several pages with a list of items in a detached sidebar and the selected item details in the content area. Sometimes details are 200px height and the scroll is blocked. You can test that in your page sidebar_detached_sticky_custom.html, if you remove the three center panels and the ul navigation in mainsidebar. Could you help please ?

Hey

It’s a well known bug of Affix component, which comes in Bootstrap bundle. This is one of the reasons why Affix component was deprecated in BS4. In upcoming update i’m planning to replace affix with sticky.js. Meanwhile you can try to fix that issue with jQuery – destroy affix (or initialize it only when content height > window height) if content height is less than window height.

Thanks

Hi

I think there is a “bug” in the plugin tables/footable/footable.min.js

Edit the table_responsive.html page in Toggle columns section and change the content of a table cell into a form. For example, in the first row, instead of “Enright” enter a form element

<input type="text" name="the_name" value="99">

Load the page, go to the input field and change it to anything. Resize the browser to trigger the data-hide, click the ”+” symbol to expand and what ever you enter before it will disappear. The original input text content (in this example value=99) will come up. Once you resize back to full size, it will display what ever you typed before. As it is obvious, a form within the table cannot work in a mobile, tablet, narrow device, where the data-hide is activated. If data-hide=”phone,tablet” is removed from table header (th), everything is fine.

Did you know about it? Is any way to fix it?

Thank you

Further to my previous comment regarding footable with form elements, I found this one

http://stackoverflow.com/questions/22710776/text-input-not-working-properly-on-mobile-with-footable

Hey

Yes, this is a known bug of previous version. Before i upgrade plugin to the latest version, i need to clarify license terms with dev team, that’s why it wasn’t updated in current version. Sorry about that.

Thanks

Spectacularly breaks when integrated with AngularJS. Really not a good thing for us.

Hi

I’ve had around one hundred support requests from users who have worked on Angular/React/Meteor integrations and the only issue popped up was file paths. Limitless is a static HTML/CSS/JS template, it simply can’t break Angular application if you have done everything correctly. I also didn’t receive any support requests or questions from you, so presuming something is wrong on your side.

Thanks

I cannot get the Bootstrap Uploader to work. Are there any kind of settings that are need to be done. For example, upload url etc..??

Please assist me on this. Thanks Jasdeep Singh

Hi

It depends on many factors – type of upload, restrictions, desired configurations etc. I can’t tell you what exactly is wrong, i need to know your specific use case and what exactly doesn’t work.

Also please refer to usage example in official documentation, might be helpful.

Thanks

Is there any chat UI ? Like we see in slack? Thanks

Hi

You can find chat layouts on this page. Bear in mind that it’s a static layout (UI only), it doesn’t have any back end integrations.

Thanks

Hi, could you please clarify the licensing model a bit? We develop a hosted service that will be sold as subscriptions. We are considering to use Limitless to develop a theme for our service so that users of the hosted service can create their own settings (look&feel) from within the user interface. This theme will be hosted by us and we have no plans to sell it as a product. The theme could be hosted on 1 or several servers.

What license would we need?

Hi

According to license terms, if the template if used in a product that is sold (full access, partial access, subscriptions etc), you need an Extended License. They don’t need to access the template itself, but the product where that template is used.

It doesn’t have any server or domain restrictions, it’s mostly product-based: if you have multiple servers and multiple domains and only 1 application, you need only 1 license.

Thanks!

Thank you! Now it’s 100% crisp and clear!

Always welcome. Let me know if you have any further questions.

Thanks

Hi , Is there a simple js script of how you have used the D3 charts as sparkline kind in the dashboard? It would be easy if you could give a sample and simple js. I am little new to js.

Hi

Although D3.js is very powerful library, there is no any easy way to create reusable charts. Each chart type requires JS knowledges and specific configuration. In your case, you can find sparklines example in dashboard.js file (assets/js/pages/), line 1675 – 1902. Also check out D3.js documentation.

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