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.

Dear Eugene,

Nice template. We bought it 1 month ago and it really helped us a lot. However, we found a bug while using the tag <summernote>. The bug can be reproduced. The steps are:

1. Clear all the content in <summernote> 2. Use the mouse to click any place in screen but inside <summernote> 3. Then click the “add pictures” button in <summernote> and add some pictures either with URL or copy & paste directly. 4. Then you’ll find all those pictures are placed outside <summernote>.

We tried to figure out what’s going on but failed. Could you please help us solve this problem?

Thanks so much.

Hello.

Didn’t know about this issue, but seems like a known bug of the editor.

I’ll try to find a workaround in the next update, besides i’ll update the library to the latest version. Currently overlooked it.

Thanks!

Hi Eugene.

Can you tell us what is the best way to organize footer as a list of links (left aligned and right aligned) – is it kind of navbar or something else? Example would be great!

thanks

Hi there.

It depends on the layout – it’s possible, but requires some tweaks in order to work with the layout, because footer has absolute position and always sticked to the bottom of the page regardless content height. So in your case you need to know footer height to apply correct bottom padding for the content part. Anyway, i am planning to add this feature with some examples in the next update, including different components like forms, images etc., like on standard website.

You can use navbar component, but for list of inline links. Regarding multi line list – not supported at the moment unfortunately.

Thanks!

I use Layout1/LTR/boxed_full.html and I need to have several (3-5) links in one line in the footer

Please send me an email via profile for or create a ticket on my support forum and i’ll give you a quick example of small bottom navbar with links.

Thanks

how to fix that ? : http://itc-indonesia.com/bug.jpg

Thanks

thanks for response, of course i re-compile less file, and i’m not change css file or add .bg-*class anywhere.

do you have an email address??

Thanks You Very Much…

Sure, e.kopyov[at]gmail.com

Seems like you did change, because your inputs on the left side have custom background colors :)

Shoot me an email and i’ll check what’s wrong

ok thank you very much :)

Is it possible to get the Icomoon selection.json file? I’d like to add a couple of custom glyphs and I need the selection.json file to make sure all the characters are mapped correctly. Thanks!

Please send me an email through my profile page, i’ll send it over.

Thanks

Hi,

Thanks a lot for your work ! Does the next release will be out tonight ?

Hi.

I’ll upload it tomorrow late evening, need to update documentation and changelog. All functionality is ready.

Thanks!

Great !

Hi.

Just letting you know, a new Bootstrap version came out, I’ve reverted update today to upgrade BS to the latest version. Will be re-uploaded tomorrow during the day.

Sorry for inconvenience

Modal with remote source not working.

Chrome F12 Console Log: XMLHttpRequest cannot load http://www.google.com/. No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘http://demo.interface.club' is therefore not allowed access.

Hey.

Yes, Bootstrap has removed remote source support since v. 3.3.0, my bad didn’t remove those 2 examples from the package. You can use Ajax load() instead as suggested on BS website. In the next update I’ll add more options for modals with remote data.

Thanks

Great news! Thanks

Do you plan to have angular version? and if so when can we expect it to be available?

Hi.

Yes, it is planned, but can’t tell you for sure when exactly. I’m focused on extending functionality and layout options, and i want to wait until BS4 version is released. So i believe will start working on it in the beginning of the next year.

Thanks

Hi, we are using your theme in the Yii frame work. But when we try to implement echart, calendar isn’t working. The problem arises when we add the charts. js file. If we remove that file calendar will work. Also the calendar isn’t working in the second tab. It works only when we add it to the first tab. In second tab it works only when we clicks on it.

Looks okay to me, have you tried to re-order files as suggested?

yup. I tried. But not worked

Okay, if the code is correct for both components, seems like the issue is on your side, with Yii framework, because charts use modular packages. Unfortunately i am not experienced with Yii, so i can’t help you much in here.

The only thing i can suggest is to review ECharts documentation (Import ECharts section), i believe the issue is with single file import. You can try modular package import instead of single file import, there is an explanation of how to do it and here is an example (check page source).

Thanks

I thought this was a angularjs version. Is there one for angularjs?

Hello.

I am sorry, unfortunately this is not an Angular template, but a pure HTML template as stated in the description. I am planning to add Angular support in one of future updates, currently i’m more focused on functionality and layouts.

Thanks

Sortable list/tree plugin feature will planned?

Hello.

1. Margin all exists, as well as paddings. The classes are .m-5, .m-10, .m-15, .m-20. Vertical and horizontal – didn’t want to overload CSS, i thought would be easier to use combined classes like mt-10 mb-10. But will try to simplify it somehow.

2. Oh thanks for the suggestion, definitely will implement in the next update!

Thank you

I couldnt find on documentation: http://demo.interface.club/limitless/layout_4/LTR/appearance_helpers.html

Next update will be my favorite ;))

Thanks for great support!

My bad, overlooked those classes :) Will add as soon as i can.

You are always welcome!

Hi, I’ve purchased your Template, and its amazing… How do I get a ‘Scrollable datatable’ which scrolls HORIZONTALLY (without invoking the resposive datatable behaviour)... I want all 32 columns to be shown while scolling the table (not the browser) horizontally… I wish to combine the “Left fixed column” (datatable_extension_fixed_columns.html), the CSV, Excel & PDF exporting capabilities of “Basic example/Single row select” (datatable_extension_tools.html) & “Multiple rows select” (Select All/Deselect All)... Can This be achieved? If yes, what are the dependant JS files? I’ve tried to use multiple css classnames on the

, but this throws an error.. “DataTables warning” table id=DataTables_Table_0 – Cannot reinitialise DataTable….”

Hey.

I warned you about extension replacement :)

Here is a demo setup:

    // Basic initialization
    $('.datatable-button-init-basic').DataTable({
        dom: '<"datatable-header"fBl><t><"datatable-footer"ip>',
        language: {
            search: '<span>Filter:</span> _INPUT_',
            lengthMenu: '<span>Show:</span> _MENU_',
            paginate: { 'first': 'First', 'last': 'Last', 'next': '?', 'previous': '?' }
        },
        buttons: {
            dom: {
                button: {
                    className: 'btn btn-default'
                }
            },
            buttons: [
                {extend: 'csv'},
                {extend: 'excel'},
                {extend: 'pdf'},
                {extend: 'selectAll', className: 'btn bg-blue'},
                {extend: 'selectNone', className: 'btn bg-blue'}
            ],
            select: true,
            scrollX: true
        }
    });

File – i don’t know where is your current config is stored. You can place it in the same file where is your current table setup.

Let me know please if all good.

Thanks

Nah… several problems… the table dont scroll horizontally… clicking on rows dont select them… the select all & deselect buttons turn all white on mouse over…. but I was trying this in the new update, based on what you told me last…. is this ok?
// Datatable configuration
    $('.datatable-select-multiple').DataTable({
        dom: '<"datatable-header"fBl><"datatable-scroll"t><"datatable-footer"ip>',
        language: {
            search: '<span>Filter:</span> _INPUT_',
            lengthMenu: '<span>Show:</span> _MENU_',
            paginate: { 'first': 'First', 'last': 'Last', 'next': '?', 'previous': '?' }
        },
        autoWidth: true,
        scrollX: true,  // enables horizontal scrolling
        buttons: [
            {extend: 'selectAll', className: 'btn bg-slate-700'},
            {extend: 'selectNone', className: 'btn bg-slate-700'},
            'csv', 'print' // buttons you want to show
        ],
        select: true // enables "os"-like select
    });

Have you re-compiled newly added less files that correspond to datatables extensions? Seems like some styles are missing.

Yes, this is correct as well. Can i see your code online somehow?

hello, I think this is a issue: In modal with remote source not displayed the remote url, (example google). thanks

Hello.

Thanks for reporting, as stated in Bootstrap docs, this option is deprecated since v3.3.0. Will remove in upcoming update.

Thanks!

Hi! Great job, congratulations! Is there any chance to have some feature on Role Based Access Control?

Thanks!

Hey

Haven’t tried to implement, actually i am not sure if it can be integrated into a static HTML template since it doesn’t have any server side code.

Thanks!

Hello, i really like the Theme. I have a small issue with the sweet alerts, the flag html:true is not working. I cant display html in my text, can you tell me how i can fix this?

Hello.

Please wait a few days until a new update will be out, Sweet alert library has been updated to the latest version and added more examples, including HTML support.

Thanks!

If you can’t wait, drop me a message though profile page and i’ll send you updated js and less files

Hey !

when you say ‘yes, working right now on daterangepicker update, will be out this week.’, is it just ofr daterangepicker or for global limitless update?

Hey.

A global one. I promised it last week, but stuck with some components in RTL version and moved to this week. Almost everything is ready, need to update documentation, changelog and clean up files.

Overall there are quite a lot of plugin updates and new components, around 30 new pages. I hope it will be out before weekend.

Thanks!

Hey,

I’m have problems using jQuery in your client-side framework. To be more specific I can’t load my html objects into a modal and I can’t inject things into my view.

Hey.

What exactly are you trying to load in modals? Some jquery plugins need to be load when modal is shown using event, like charts, calendars etc.

Also do you get any errors in the console?

Thanks

1. Why can’t I do select time in daterangepicker? (After I was select date select box don’t show selected time)
2. What Icomoon pack you used in theme (Essential Pack or Ultimate Pack)?

1. Thanks for reporting, needs a quick fix. I work on Mac and in Chrome selects don’t count paddings, but in Firefox they do. Will be fixed this week.

2. Please send me an email through my profile page.

Thanks

1. Good. If can you upgrade all plugins to latest version, it is very very good :)
2. I sent a email to you, please check.
Thanks

yes, working right now on daterangepicker update, will be out this week.

Thanks

Hello I want to change the color to all template?,menu,nav .. etc. I want it to be orange thanks.

Will be with you today untill evening.

Hey hey,

Totally forgot to ask what layout are you using? Need to know because they styles are different in some of them. Let me know please.

Dear Sir I entered the post form this address:

http://themeforest.net/item/limitless-responsive-web-application-kit/13080328/support

I have 6 months of technical support and I received a message:

“Hey.

I think you’ve left comment in a wrong template, this is admin template, not a WP theme :)

Thanks”

How can I get the support then- how can I contact the author to answer questions about the theme?.

with rgs,

Yes please, send your invoice to e.kopyov[at]gmail.com and I’ll check what theme you have purchased.

The problem is that you couldn’t purchase my template on Envato studio, only on Themeforest. Another thing is that it doesn’t have a “premium version” as well as can’t be installed, because it’s a static HTML template.

Thanks

OK sorry I must have got evrything wrong. Have a nice day.

No problem, just contact the author of the theme you’ve purchased and you’ll get a support ;)

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