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 Kopyov, I did contact you two time already asking you the status of the BS4 release and you mentioned that it could be done for the end of February. We are almost in April and till now I do not see any update from your side.

I do believe that you are doing your level best to release this next version and like almost everybody here I love your job. But concretely I need to ove further with a client project for which I planned to use your template. For this reason I would really thanking you if you can provide us a concrete BS4 release date in order to enable us to move further.

With all my thanks.

Hey there

3rd week of April is the release date. I hope this helps to adjust your plans accordingly.

Thanks!

Hi again and thank for your reply, it’s all what I needed. Keep going your good job.

I can’t believe its been 11 months since v1.6 came out. Are you a few days away or weeks, that way everyone can stop asking. I am at the point in my project that every day I wait just pushes the project more and more. But if I can go with BS4 and be ahead of the game when I launch, then it’s worth the investment in time. I am not sure how many changes are in store for me. If you are weeks away, let us all know now to plan accordingly. I know you are working hard on this and trying to get it out as soon as possible. You have over 7,000 sales of this, so you have a lot of fans.

Anything?

Jeff,

That’s for a reason. I don’t want to explain everything over and over again – release date is 3rd week of April. Definitely not longer and hopefully earlier. In a week i’ll publish beta version and send over an invite to those who contacted me earlier to test it. Few days of testing, few days for fixing reported bugs and finally the release.

Thanks

Thank you for the reply, much appreciated.

is it possible to turn normal table (bootstrap table) to have fixed header and fixed column?

Hi

Nope, default static tables don’t support those features. But Datatables do support, you can find a few examples in DT Extensions section.

Thanks

For layout 5 default, the main menu (header menu that was the sidebar menu) is having issues on mobile phones. When I click on submenu items, it ends up going back to the parent menu instead of showing the submenu contents.

Tried it on an android phone on chrome browser. Please help and fix!

Replied to your email, please check

Will new version work without jQuery?

Hi

Bootstrap and other extensions require jQuery. So unfortunately no, at least until BS becomes dependency free library.

Thanks

Updates? In Year 2020??

Probably, but not entirely sure about the year!

All updates are optional, so please be patient. New version will be out soon.

Are you planning to release the version with bootstrap 4?

Of course, it’s on final stages of development.

I bet the new version will release this week.

Hi bud, any news on this update?

Hi

Very soon, getting closer. Thanks

Hi, Excellent work here. Just one question, I was trying to print a page with some charts in it but the result is incomplete, somehow the printed page has only half chart (bar). any ideas how to fix this?

Hi

Can you please specify the charting library?

Thanks

Sure, Echarts, D3 and Dimple. I’m using Google Chrome on mac book pro.

Looks like it’s a general bug that affects bootstrap grid. I’ll have a closer look into this issue when the update is released, too much work at the moment. Sorry

Thanks

Hi, Outstanding app.

I have been using it. I am wondering if there is anyway to create the panels dynamically. For example, in your appearance_draggable_panels.html, I love the sortable panels, but can I add new sortable panel with the click of a button? Any example will be great.

Thanks.

If anyone needs that, just use jquery sortable refresh method after new panel added.

https://stackoverflow.com/questions/36872489/use-jquery-sortable-with-dynamically-added-list-not-just-dynamic-items

Hi

Yes, fairly easy with some jQuery code. For the sortable thing – you need to re-initialize (or use ‘refresh’ method) component in some callback (onComplete, onSuccess etc.).

Thanks!

Hello autor! I purchased your theme because is just awesome. Congratulations!!! I would like to know if It’s possible to include some features as “gantt chart and scrumboard”?

Replied to the previous comment ;)

Hi Kopyov, i see that there hasn’t been an update in the past few months. What are your next plan for features and maybe adding Bootstrap 4 support?!

Sorry, just seen your reply in one of the other comments. Nevermind!

Working, working ;) Check again soon! Thanks

If I do not use js <script type=”text/javascript” src=”//code.jquery.com/jquery-1.8.3.js”></script> <script type=”text/javascript” src=”//code.jquery.com/ui/1.9.2/jquery-ui.js”></script>

, the code

<script type="text/javascript">//<![CDATA[ $(window).load(function(){ $(document).ready(function() { $( "#startdate,#enddate" ).datepicker({ changeMonth: true, changeYear: true, firstDay: 1, dateFormat: 'dd/mm/yy', }) $( "#startdate" ).datepicker({ dateFormat: 'dd-mm-yy' }); $( "#enddate" ).datepicker({ dateFormat: 'dd-mm-yy' }); $('#enddate').change(function() { var start = $('#startdate').datepicker('getDate'); var end = $('#enddate').datepicker('getDate'); if (start<end) { var days = (end - start)/1000/60/60/24; $('#days').val(days); } else { alert ("You cant come back before you have been!"); $('#startdate').val(""); $('#enddate').val(""); $('#days').val(""); } }); //end change function }); //end ready });//]]> </script> I use does not work.

Please send me a link to your app to e.kopyov[at]gmail.com, i can’t help you much if i don’t see the code. You are keep posting the problem itself, but i need to see the entire source code.

Thanks

Please check i send file app to you

replied back, please check

Hello author, just want to say I purchased you template becouse you deseve this. I dont have any plans (still not) for building any application..but this is just awesome template with many features I buyed it just becouse it is awesome… Just great, the best on themeforest.. :)

Hello!

Thank you so much for kind words, truly appreciate it! ;)

Hi Kopyov!

When will be launched a new version? It’s possible to include some features as “gantt chart and scrumboard”?

Hey

Soon, very soon. Scrumboard – this is something i want to include in 2.1, not suze about gantt chart since it’s mostly a commercial component and bundled with paid chart libraries.

Thanks

Hello Kopyov!!!

Thanks for your answers in my post.

About gantt chart, I think that you can improve and use something like this. This is no commercial. What do you think?

http://thegrubbsian.github.io/jquery.ganttView/example/index.html

I have too, other example, but I would like to send in other way. Can I send by support option?

Hi

Please contact me via email e.kopyov[at]gmail.com

Thanks

I would buy you a cup of coffee once you release the new version :)

I’d make a party! :D Thanks!

Hi! How to be notified on BS4 release?

Hey! You’ll receive an email when it’s out.

Presales Q:

Hello I would like to use your panel for my existing project, so i have some questions.

1. I am no developer, i have a bot a PHP script but would like to enhance and first change the UI. so Q: how easily can i use your admin template to achieve this? 2. The PHP code is using an API system along with some forms which submits the data into the database. is it as simple as calling this API from the menu links to achieve desired result? 3. How difficult or easy will it be to develop the whole GUI from scratch using your template? does it make sense to change the GUI? 4. How difficult is it for a non-developer to achieve transformation from existing GUI to yours? 5. What does your support include? based on your reply .. we may consider an extended license 6. I have seen your videos, how good is your documentation 7. What if i provide you my PHP script can your transfer it to your admin panel and what cost involved? 8. How good are you in bugs fixes as compared to other admin templates here in codecanyon?

thanks for answering, ofcourse without seeing my PHP application you cannot estimate the costs involved but an idea about the time would be enough for me at this stage .. where i have to take a call about the template i have to proceed with..

if use js

<script type="text/javascript" src="//code.jquery.com/jquery-1.8.3.js"></script> <script type="text/javascript" src="//code.jquery.com/ui/1.9.2/jquery-ui.js"></script>

css not working but The javascript code I wrote it can work normally.

if i remove

<script type="text/javascript" src="//code.jquery.com/jquery-1.8.3.js"></script> <script type="text/javascript" src="//code.jquery.com/ui/1.9.2/jquery-ui.js"></script>

css style it working but The js code I wrote can not work normally.

Hi

What does your console say? And another thing – first of all make sure you are loading jquery first, ordering matters since almost all plugins are jquery dependent.

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