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.

Hello! Tell me please, this template (limitess) includes some file manager? For example CKFinder, FileMan

Hey,

Nope, not at the moment. CKFinder is a paid extension, i was thinking about adding it to the template, but i need to discuss with their dev team which license i need to purchase.

Thanks

Hi,

I want to add a a default bordered pagination in the bottom right corner of a framed table.

Could you show me a example?

Hi,

That’s pretty easy to do, you just need to use the following markup:

<div class="content-group">
    <table class="table table-framed">
        ....
    </table>
</div>

<div class="text-right">
    <ul class="pagination">
        ....
    </ul>
</div>

- .content-group class adds bottom margin to the table

- .text-right class aligns pagination to the right

Thanks

Hi,

Thanks for your support!!

How can I put something in the another corner at the same time?

Hi,

in this case would be better to use grid with 2 columns, that will stack on mobile, for example:

<...your table...>

<div class="row">
    <div class="col-md-6">
        /// your left content
    </div>

    <div class="col-md-6">
        <div class="pull-right-md"> // same .col-* class
            // your pagination
        </div>
    </div>
</div>

Thanks

when i integrate this theme to angular , wizard fields is not store to db… can you help me to store the wizard values to db with angular , out side wizard is working fine but inside wizard for is not invoke in angular..

Hi,

Unfortunately i am not an expert in Angular, so i think i won’t be able to help you mush in here. Bu will try to find some solution if you tell me which wizard library are you using?

Thanks

when i integrate this theme to angular , wizard fields is not store to db… can you help me to store the wizard values to db with angular , out side wizard is working fine but inside wizard for is not invoke in angular..

Hi, is the update almost ready? Impatient !

Hi.

Will be out later this week. Thanks

Thanks ! Love your job !

Thanks! Experiencing some issues with datatables upgrading, but i hope i’m within timeframe

Hi I purchased ( Chandra Sekar ) limitless a couple of weeks ago. I downloaded and extracted to local drive. But, when I go to index.html the first page of dashboard top the graphs are not showing ( see the nice blue color wavy are charts with many shades of blue waves. Those pictures ar enot coming. But when I go to the charts library I can see them. Same way, the tree collapsible I do not know where it is. Am I missing something? Thanks for your help.

Hey,

These charts use remote files with demo data, due to browser security reasons, you can’t load external files locally, you need to use http:// instead of file:///. Just upload files to your local/web server and all charts will be working as expected :)

Thanks

Hi Kopyov, I’ve been looking at some of the Templates on Themeforest and Limitless is definitely a Template i’d be looking for. Whilst I don’t have an issue buying it, lately I’ve been getting into Material Design (Bootstrap). Is it possible that you could add theme support for this Template such as Material? Or do you have any plans to create a Material Design admin template in the future? Thanks.

Hello,

Thanks for your interest.

Yes, material design theme is ready, currently cleaning up less files and testing all the changes. Update should be out next week, material theme is added to all layouts along with other improvements.

Thanks!

Hey,

I just bought the regular license. But I cant download the files. Also tried to download from vps. I’d never get that. ur s3 is too slow am getting files with 2kbps speed. Am having 2 mbps speed. I’ve tested to download a file from different server. Am getting that files with 240kbps speed. Kindly solve this problem.

Hey,

Ohh, all files are stored on Envato servers, seems like they experience some technical issues. Please try to download again a bit later or contact Envato support as soon as possible, so they can investigate this issue for you.

Sorry about that,

Thanks!

I tried to get them. But i don’t have their email. So kindly solve this issue. I know u can see my order in ur account panel. Can u send me the package to my email ID. Coz its urgent. I need to deliver the site with in 2 days. Hope u understand. Its downloading with 6 kbps. After 10 mins its terminated.

Here is the screenshot. http://postimg.org/image/bomutglfn/

Just replied back to your email. Thanks

I am developing a site for a client, and part of the requirement is that some users will be on an intranet with no internet access.

I have tried to download the Roboto font and make it available locally. I did so, and made a custom font .less file, but I am no expert by any stretch of the imagination.

After doing so, I must have done something wrong because the fonts did not look the same as loading them from googleapis website.

Is there a way to make them available locally and not rely on the googleapis website to render the Roboto font?

Thanks.

Hey Scott,

I’d suggest to place fontface code in bootstrap.less file and re-compile your less files. The reason is that bootstrap.css file loads first and general font family is set in there. Sometimes you can see a small pause between page loading and font loading if you load font files after main CSS file, that sets general font family. To avoid this, just load font files always first.

Also please don’t change CSS files directly, because they are automatically generated from less files and compressed. Bootstrap.less file is stable and future updates won’t affect it.

Thanks!

Got ya! Thanks for your help.

You are always welcome, let me know if you have any questions :)

Thanks

Hi, I’m using the theme in my ASP.NET MVC App and after the site is loaded I can see a blue highlight as a progress line in the header, no errors where found in the console but the difference from my site and your live preview is the time of appearance of this highlight.

In your live preview it’s displayed very fast and at the end the blue highlight disappears but in my site it’s displayed slow and it get stuck at the end so it never disappears. I’m not sure if it’s controlled by any JS file or something. Can you please give me some directions about it? Thanks

Hi,

It’s a page loading indicator – pace.js, first in the js file order:

<script type="text/javascript" src="assets/js/plugins/loaders/pace.min.js"></script>

It doesn’t require any configuration and requires only that JS file added to your page. If you want to disable it, just remove that line mentioned above.

This plugin supports different configuration options, a complete documentation you can find on, this page. I would suggest to review pace options and try to configure extension according to your needs, or simply remove if you don’t want to use it.

Thanks

Hello,I have a question or do I have to buy a License 1200usd to this panel can be used for my customers client?

I use license per amount of 24 USD? I want make client panel billing.

Hello,

It depends on the project – if you are going to charge your users or sell multiple copies of your product, you will need an Extended license. But if your end product will be free (as well as you won’t charge users to access the panel, monthly or once time fee) – Regular license is fine.

You can check this page with multiple use cases for more information.

Thanks!

Not.I will use 1 project. I can use regular license?

I’m sorry, but i need more details about your project. Let’s say you are developing a billing panel. If your users will need to pay for the access to this panel (one time fee or monthly) – you need an extended license, because as stated in license terms “Use in an end product that’s sold”.

But if your billing panel will be a part of, let’s say, hosting panel and access to it is free of charge (everyone can register for free, but no hidden fees) – you can use Regular license

Thanks

Brilliant. Tidy code, consistent and comprehensive. 10/10 Kopyov

Thank you very much! :)

I’m trying to include bootstrap.css(3.3.5) from bower_components folder. But it seems there are differences between “bower installed bootstrap” files and yours. Styles doesn’t look like as in theme. Maybe I’m doing something wrong. I’ll be happy if you could help me. This is a great theme. Thank you.

Ahaaa, understood. The problem is that the whole template styling is build with LESS, so to avoid tons of CSS overrides, i went this way – i created a new file variables.less, which includes overrides of core bootstrap variables, this allows you to significantly reduce number of CSS rules that needs to be overridden directly in CSS. For example, to change font family, in normal situation you need to override it in CSS file. But with current structure, you just need to override a single variable and compile less files, so this overrides font family directly in Bootstrap file, not in another css file. So most of the changes are already in bootstrap.css file. Other overrides are located in assets/less/bootstrap-limitless/ folder. The main reason was to reduce file size and keep original less files untouched.

And since it is based on LESS, upgrading process will require just to replace less files in /bootstrap/ folder and re-compile bootstrap.less, that’s all. However this is related to CSS files only, core js file doesn’t have any changes.

Thanks!

Little bit late but thank you for your answer.

Always welcome

also can you help us with customization ? paid off course ?

Unfortunately not at the moment, fully booked until the end of May. Sorry about that

Thanks

Hello,

I am trying to add a visa logo in the footer in the right side of the page for some time but i can’t seem to get it to look right :

Toate Drepturile Rezervate © 2016. EUID.RO

Hi,

Yeah, images are not supported in footer by default, but you can easily add it:

1. Add your image and add .footer-img class to it

2. Somewhere in your CSS add:

.footer-img {
    height: 20px;
    margin-top: -1px;
    margin-left: 10px;
}

or in LESS format:

.footer-img {
    height: @line-height-computed;
    margin-top: -1px;
    margin-left: @content-padding-small;
}

Thanks

thanks for your response, i think it’s better but there still is a problem : http://5.2.150.0/

Yeah, you have a wrong class in body tag: replace .navbar-top-md-md with .navbar-top, that double navbar class is needed when you have 2 fixed navbar that come one after another

Hi, I developed an entire prototipe based on your layout n°2, now the client changed his mind and I have to switch to layout n°3.

Is there a quick way to make the change without loosing the work of styling i’ve already done?

thanks

Hi,

In theory you shouldn’t have any major issues, because all component’s styles are the same in all layouts, the only difference is markup and files located in assets/less/core/ folder. And in some layouts navbar.less and type.less (assets/less/bootstrap-limitless/), where navbars and page header are located.

Just try to take a markup from 3rd layout with your current styles and then replace less files that you see look wrong. And let me know if you have any issues with it.

Thanks

Where is your SASS and Sketch features for this template? 5 months ago you said it was coming. I think you are underestimating how much money you could make by having these two things… especially the Sketch option.

UX designers need the files to be able to experiment with different layouts of this template. Every application is unique, and I’m not quite sure why you are expecting everyone to skip this step and immediately go to front end markup.

Hi,

PSD files will be added in the next update, they are in progress.

SASS support requires pretty much changes, basically i need to re-write the whole styles kit and keep supporting LESS as well. I will definitely do it, but first i want to extend the template with features that users asked me to add. Things are moving slowly, because i don’t have a team of devs. But they are moving :)

Thanks for suggestions, next week i’ll push a new update, in early April i’ll do another one with PSD UI kit, tons of custom pages and new functionality.

Sorry for delay

Thanks

hey : are we close to the next update? Thanks and have a good day, Kopyov.

Hey,

Very close, hopefully will be out by the middle of the next week!

Thanks

Thanks.:)

Hi, what’s the best way to animate the sidebar from full to mini and from mini to full? I really think that will add to the appeal, even though it is a very small detail. Example: http://www.cliptheme.com/demo/packet/LAYOUT-1/

Hi,

Unfortunately this feature isn’t supported in current version, because sidebars have a lot of different components, that are hidden in collapsed sidebar. So if add animation to width change, i need also to animate other components and this requires pretty much of chained transitions. You can try to use Velocity.js though to add animations to show/hide elements inside sidebar, but i haven’t tested this solution.

Thanks

Hello, just wondering if there are any template examples of blog lists, regular blog listings, masonry, content examples. This theme does everything, but looking to create some more content based pages.

Hello Jeff,

Current version doesn’t have these page layouts, i am going to add a lot in March – April update: job search, blogs, news, portfolio, gallery, file browser etc etc.

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