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.

From general_widgets_stats.html I need to update the graph Server Usage with ajax calls. How to implement this in the update function? Regards Andrea

Hi

I think you can call a function with chart config in your ajax onSuccess callback. This solution might be useful.

Thanks

Thank you for your reply… I finally ended using google charts. In your google example page you use https://www.google.com/jsapi which is no more maintained. You have to use https://www.gstatic.com/charts/loader.js

Thank you very much for reminding, i’ve read about core update, but totally forgot about it – will be updated in the upcoming update.

Thanks!

Hey there,

Great theme. We love it.

One major bug we keep running into is a conflict with modals. Here is a video with explanation: https://cl.ly/2p06042B2J3q

Essentially, if I am on this page

1. http://bit.ly/2tg1sSY

2. Then click MAIN MENU (START) at top.. click on PEOPLE SEARCH

3. Then exit the popup window (don’t type anything), then 3 issues come up:

- The SEARCH BAR duplicates on the campaign screen. - The “START” and “SALLY” Menu’s don’t give a dropdown. - The People Search option takes a while to load (compared to People Search w/o Modal) video: https://cl.ly/2l092y3r3c2G

We think it might be an issue with the Select2 feature conflicting with us importing javascript through the modal.

Cany you help? Do you need more information?

Hey there

Everything looks good to me, the only thing that might cause this issue is you are using JS files for pages demo – all files in assets/js/pages/ are for demo purposes only, they contain a lot of examples of different plugins related to a specific page. In your case, you are using datatables_responsive.js, form_multiselect.js, components_modals.js, form_select2.js and form_layouts.js files.

If you look at browser console, there’s an error related to jQuery UI Sortable, which is called in form_select2.js file.

You also load same files twice on your page.

What i’d suggest you to do – create new custom.js file, open those files from /js/pages/ you are using and copy/paste 1-2 configurations of specific plugins and instead of using those JS files, include custom.js after app.js and all your issues should be fixed. So basically all you need to do is to clean up JS files.

Let me know please if you need further clarifications or help with specific JS configs.

Thanks

Is there a quick, clean way to organize all of our individual JS configs? Like is there a minimization tool of some sort we could use? We’d love to develop some sort of process to easily grab configs and drop into custom.js in the future when we use different limitless components. Any advice or direction on how to most efficiently do this?

Replied to your ticket.

Hello

81c784 loading bar color changed why file ?

Hello

Sorry, but i don’t understand what you mean by that. Can you please be more specific?

Thanks

Hi,

I want to add the uniform styles to input elements after a dynamic load but it is not appearing as intended. The labels are appearing behind the radio inputs and the inputs are not styled.

My code is something like below:

$(’#div_load_content_here’).load(‘sample.html’, function(){ $(’#div_load_content_here input’).uniform(); });

Thanks!

Hi

Your code looks correct to me, do you see any JS errors in browser console? Would be nice if you have the page online so that i can check the possible reason.

Thanks

Any estimate on when the next version (Bootstrap 4.0) is going to be released?

No ETA at the moment, it’s in progress. I am waiting for the first stable release, first BETA is about to show up and after that development will go much faster as there won’t be any significant changes onwards.

multi-select bootstrap texts and check boxes do align when I use form-horizontal in limtiless 1.6 https://1drv.ms/i/s!AkWwwBMnqXgmguBXy1cYI4oXzhRO_Q

Hi

Thank you very much for reporting, confirmed – top property for .checker in horizontal form overrides default value. To fix this issue in CSS find this bit:

.multiselect-container > li > a .checker,
.multiselect-container > li > a .choice {
    top: 50%;
    margin-top: -9px;
    left: 12px;
}

and replace with:

.multiselect-container > li > a > .checkbox .checker,
.multiselect-container > li > a > .radio .choice {
    top: 50%;
    margin-top: -9px;
    left: 12px;
}

To fix this issue in LESS, open assets/less/components/plugins/forms/menus/multiselect.less (line 115) and add ”> .checkbox” and ”> .radio” accordingly.

I’ll include this fix to the upcoming update.

Thank you!

Besides the responsiveness features for tables, is there a way to hide code/html based on the device type? (e..g not show some panel because they are on mobile).

Sure, you can check out Responsive Utilities, they are included to Bootstrap by default.

Hi Kopyov,

help please

1 – i have a navbar with header which includes two navbars – primary navbar and secondary navbar ( application menu ). how can i get only the second navbar fixed top when a user scroll the page down?

2 – Also how do i deactivate the page loader???

3 – How can i add a user picture to a Select2 with search option ?

Many thanks :)

Hi

1. You can find a sample config on this page. You need “Secondary top fixed” navbar, which requires affix component. The code is in assets/js/pages/navbar_multiple.js

2. Simply remove path to pace.min.js file in the list of components on your page

3. You can find a sample here, but keep in mind that you’d need to add custom styles for images inside select and results (quite easy to do).

Thanks

Many thanks :)

I am wanting to NOT have horizontal scroll on responsive but instead use the collapse Whole row as a control

I also need the copy, pdf and export on table too.

datatable-button-html5-basic

I can’t put these together as it says cannot call same class

I have tried

as well as

Neither works.

I also having trouble with the single select in a table <script type=”text/javascript” src=”assets/js/plugins/forms/selects/select2.min.js”></script>

I use the multi select in the filter area above table.

It is an excellent UI kit. Thank You!

I tried your suggestion on calling the scripts in a different order but it caused the multi and single select boxes not to work. I don’t want horizontal scroll bar for responsive view, instead I want to use the collapse Whole row as a control. Also the Single Selects show options above drop list and not below. And the Actions list on toggle control loses format. Thank You in advance

I was not sure what file and where to put the table config I thought datatables.min.js but that did not work.

http://www.courtzurfluh.com/demo/patient-list-view.htm

Hi

That’s because you are using picker_date.js and form_select2.js files from assets/js/pages/ dir. These files are for demo purposes only and contain multiple examples of different plugins – if you look at your browser console, there’s a JS error related to pickadate plugin (it’s called in picker_date.js, but plugin itself is not loaded). Please don’t use any files from /js/pages/, instead create new file custom.js, load it after app.js and add your custom JS code in there.

In your case, you need 2 examples from both files – 1 for daterangepicker and 1 for select2.

Let me know if you need help getting this to work, i’ll send you custom.js file with correct config – email me to e.kopyov[at]gmail.com if you need that.

Thanks

Thanks for your fantastic support!

hi. i have a problem with datatables plugin. if datatable has two or less items in scrollable mode, bootstrap dropdown menu in row cropped by datatable header. This problems is faced on spamrtphone. I have gone through previous comments from other users about this problem. Solution was given to change DOM element to dom: '<"datatable-header"fl><""t><"datatable-footer"ip>',

However I do want scrollbar but still I can see all options in row action dropdown. If I remove ‘datatable-scroll’ class then table layout goes outside page.

Thanks, Sunil

Hey Sunil

Yes, this is a common problem of all tables caused by CSS – every time you add scrollbar to any component, all children elements viewport is limited to parent container, and since scrollbar adds hidden overflow by default, all content inside table is limited to table edges. Default Bootstrap solution for responsive tables does exactly this.

In your particular case, i would suggest Datatables Responsive extension, which moves columns to the nested table when they don’t fit table width.

Hope this helps

Thanks

Hi, Great template you have and I just have purchased it.

I want to use <body class=”layout-boxed”> with the sidebar on the right, how am I suppose to do that?

I’ve check blog_sidebar_left.html and blog_sidebar_right.html to see which html code that make sidebar on the left and on the right, but I don’t understand, and I also have checked on the demo.interface.club to see the documentation but it seems your documentation is just for Web Designer.

You don’t have example how to make sidebar on the left, or on the right.

And one more thing, I have a course page with <body class=”layout-boxed”> and its sidebar is on the left, but when I minimize my browser, the sidebar on the left is disappear, how to prevent it?

Thanks

Hi

I am sorry, but i don’t understand the problem.

.layout-boxed class is responsible for fixed width layout, the only difference in HTML code is this class name, all magic happens in CSS – something like if body has .layout-boxed class, apply some additional styles to this class and children elements. You don’t need to change anything in HTML.

Documentation doesn’t include this kind of information, as well as basic design/development stuff. Since any HTML template requires further development, i presuming that devs have basic understanding how things work.

Sidebar disappears – this is how it works: all extra areas are hidden on small devices, but can be toggled by buttons on top right corner. Main content area is always visible. You can change it, but keep in mind that when you disable this functionality, the first thing your users will see is your sidebar (with alternative information) and in this case you force your users to scroll down quite a lot to reach the main content of the page. And this is a very bad user experience.

Please send me an email to e.kopyov[at]gmail.com with clear description of your problem with sidebars and i’ll do my best to help you out.

Thanks

Hi Kopyov,

I’ve send an email to you, with some screenshot and explanation. I hope you understand :)

Thanks

Hey

Yes i saw your email, will get back to you asap. Thanks

Hi how are you – I was hoping to have Yellow https://material.io/guidelines/style/color.html#color-color-palette incorporated into the colour scheme as our default branding is www.zuluedm.com (yellow and black)

We have purchased a limited license to complete the dev and will by the extended license when ready to go. Obviously you changing the color scheme will mean our upgrade happens quicker.

Cheers Shaka

Hi Shaka

Please send me an email to e.kopyov[at]gmail.com with clear description of what colors you need and i’ll generate a new set of CSS files for you.

Thanks

Hi,

Just wondering if there’s a way to disable responsive? I want the site to display using the full width when viewing in a mobile browser.

Thanks.

Hi

Unfortunately no, you can do it only partially by using .col-xs-* grid classes, but since Bootstrap is mobile-first framework, major part of components are responsive by default.

Thanks

Hey, is there a way to have a modal load another page (instead of code embedded on the launch page).

E.g.

PageA.html has the button to launch modal When you click you load PageB.html

please email response to rich@offrs.com

Hey

Yes, you can load remote content in your modal. You can find an example on this page (Remote source example). And here is a demo code:

    // Load remote content
    $('#modal_remote').on('show.bs.modal', function() {
        $(this).find('.modal-body').load('assets/demo_data/wizard/education.html', function() {

            // Init Select2 when loaded
            $('.select').select2({
                minimumResultsForSearch: Infinity
            });
        });
    });

Thanks

Hi

First of all, a big THANK YOU for this template. It is wonderful.

My issue is regarding the tab component. I need a close button to close the tab and to open tabs dynamically based on a menu or a link.

I don’t see any example near to emulate this. Can you please help in this regard..

Hoping for a quick reply.

Hi

Unfortunately this option is not available in current version, but it’s quite easy to implement – you can add some button with “x” icon and attach a few lines of JS code which will remove list item from the tabs nav on click and/or add list item to the tabs nav when some other button is clicked.

Hope this helps.

Thanks

Hi I’ve used your theme for the past year and love it. I keep having issues with ajax modals and javascript particularly getElementByID, pushing and getting the value from an id text box.

If I run the modal code in the main page all works fine its when I drop the code into an ajax file.

I’ve tried adding the javascript code to the main page and the ajax file but nothing works its like something is blocking the getElementByID function.

Nothing seems to work and I’ve searched online for a solution or issue someone else my have had, have you any ideas I’m thinking of dropping modals as I seem to have so many issues.

Any thoughts Thanks Steve

Hi Steve

I am not sure i understand your problem correctly. Can you please share your code with me? I need to see what exactly you are doing and what potentially can be wrong. Please send it to e.kopyov[at]gmail.com and i’ll get back to you as soon as possible.

Thanks

Hi!

I would like to use ace code editor together with summer-note text editor in your theme.

I have included files as shown here – https://github.com/wubin1989/summernote-ace-plugin and configured summernote, but nothing happens.

I call summernote like this.


                                    .summernote({
                                        ace: {
                                            aceTheme: 'ace/theme/dawn',
                                            aceMode: 'c_cpp',
                                            aceLineHeight: '32px',
                                            aceFontSize: '16px',
                                            aceModeSelectorLabel: 'select your language',
                                            aceCodeInputAreaLabel: 'input your code',
                                            aceCodeSubmitBtnLabel: 'Insert',
                                            aceModalTitle: 'Insert Code',
                                            aceModes: [
                                                'c/c++', 'java', 'javascript', 'perl', 'python', 'php', 'ruby',
                                                'sh', 'golang', 'julia', 'rust', 'scala', 'haskell', 'lisp', 'lua', 'sql',
                                                'coffee', 'typescript'
                                            ],
                                        },        
                                        toolbar: [
                                            ['style', ['style']],
                                            ['font', ['bold', 'italic', 'underline', 'clear']],
                                            ['fontname', ['fontname']],
                                            ['color', ['color']],
                                            ['para', ['ul', 'ol', 'paragraph']],
                                            ['height', ['height']],
                                            ['table', ['table']],
                                            ['insert', ['link', 'picture', 'hr']],
                                            ['view', ['fullscreen', 'codeview']],
                                            ['help', ['help']],                        
                                            ['myplugin', ['aceCodeEditor']]
                                        ],    
                                         lang: 'en-US',                                                                                
                                        height: 400
                                    })

Can you please help me? Also there are no errors in the console. Thank you very much!

As stated in Common Operations, you can get content of the editor using:

editor.getValue(); // or session.getValue

And in Summernote, according to Insertion API you can try to insert a node or text.

Anyway, i don’t think this is a good idea overall. I’d suggest to use CKEditor for this purpose, there’s a bunch of code plugins available and it’s much more configurable than summernote.

Thanks

Thank you!

Always welcome, let me know if you need any further help

Using the forms pages and was wanting to only show an error if the user submission does not meet the necessary criteria. Started using the validation form page, but it shows success and errors. Is there anyway to change this to only show when an error occurred? Or direct me to another page that meets my need. thanks.

Of course, you can add disabled attribute and when checkbox is checked, simply remove attribute with jQuery and enable validation for this field, something like:

// Your checkbox
<input type="checkbox" value="" name="" id="check_1" disabled>

// Toggle disabled attribute
var $checkbox = $('#check_1');
$checkbox.on('change', function() {
    if ($checkbox.is(':checked')) {
        $checkbox.removeAttr('disabled');
    }
    else {
        $checkbox.prop('disabled', true);
    }
});

And then enable/disable validation depending on the checkbox state.

Hope this helps.

Thanks

If the choice of input A disables/enables input B and both are bootstrap switches, is the code different? I can’t get it work for bootstrap switches…

Yes, it’s a bit different – instead of .removeAttr(...) and .prop(...) you need to use available Bootstrap Switch methods.

Thanks

Hi, great job! In mobile device the “starter kit” sub menus doesn’t work correctly.

Hi

Could you please provide more information? I don’t see any issues with submenus in starter kit.

Thanks

Hello,

I would like to know if you have Angular.JS version of this. It was mentioned a year ago in the comments that you would make it adaptable so. Please let me know urgently.

Thanks. Omar.

Hey Omar

AngularJS version will be available in 2.1 version, currently focused on more important things that will available in 2.0, after that i’m going to release Angular and React versions.

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