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.

We are experiencing delay in our project because your mobile menus refuse to work – do you think you can provide a working fix soon?

1-2 month approximately, along with bunch of improvements i’ll release BS4 version and a new layout.

you will include mmenu in this relase?

yes, as a new layout as it has a completely different structure

I wonder if anyone here has managed to implement a working multi-level menu for mobiles???? Please share what you have been able to achieve friends! cannot make it work(((

hi nice template – do you think you can provide a similar mobile menu (swiping left and right) as you can see here https://www.credit-suisse.com/ch/en.html ?

Hi

This kind of menu will be added in upcoming update.

Thanks

sweet – when do you plan to release the update?

within next 1-2 month, working hard on it, too much work and things to do..

Thanks

Hello Author,

I’m using dropzone file uploader refering this link .http://demo.interface.club/limitless/layout_1/LTR/default/uploader_dropzone.html

here is my code :

< div action=”#” class=”dropzone dz-clickable” id=”dropzone_vcon” >
< div class=”dz-default dz-message” >< span >Drop files to upload or CLICK < /span >< / div >
< /div>

script :
$(”#dropzone_vcon”).dropzone({
paramName: “file”, // The name that will be used to transfer the file
dictDefaultMessage: ‘Drop files to upload or CLICK ’,
maxFilesize: 20, // MB
maxFiles: 1,
maxThumbnailFilesize: 1,
addRemoveLinks: true,
acceptedFiles: ’.xlsx’,// ‘image/*’
autoProcessQueue: false,
init: function () {
this.on(‘addedfile’, function (file) {
if (this.fileTracker) {
this.removeFile(this.fileTracker);
}
this.fileTracker = file;
console.log(file);
});
}
});

it’s working fine.. But my problem is I can’t get attached file details like full path to read attached file. please help me..

Hi

Sorry, i’m providing support only to customers who own a license, i don’t see that you’ve purchased any items on Envato.

Hi,I have licensed version(Customer ID : osmiumptyltd ).. can you help me ..?

Hi

Please request support using the account you’ve purchased the template from. Otherwise i will not be able to help you, sorry.

I managed to fire up your multi-level drop down menu on the mobiles with te help of this plugin your provided earlier https://behigh.github.io/bootstrap_dropdowns_enhancement/#inputs-usage

I wanted to ask where do I set the colors of each of the sum menu level? I mean is it possible to set different shades of black for example to the 2nd level and to the third?

Yes, you need to remove a few lines of core in app.js to make it work.

can you please confirm it is ok to use the app.js from your website (Version: 1.3)?

Yes, you can use it, but keep in mind that it’s the file from 1st layout/default theme

I’m new here, can i know what is different between LTR and RTL? and what is defferent between default and material inside LTR and RTL folder

nvm, i think i know the different now. sorry for my bad questions.

No worries, glad you’ve managed it yourself ;)

Hello, first of all thank you for you great work.

I’m making a process that take a while to be completed.

I see that the loading bar at top of the web is working fine with this process, but also, I want to show a message and then hide it when the process is completed, like the loading bar.

I have all the code, I just do not know how to show the message when it starts loading and to hide it when it is finished.

Hello

Limitless is using pace.js extension to show progress bar, it supports a few themes only. You can create a custom solution for page loading indicator – to show a container with spinner and text when page is loading (on window load) and hide/remove it when page is ready (on document ready). But personally i would suggest to avoid any kind of preloaders, because UX wise they distract users from the main page content.

Thanks

Hai, I have used table-responsive in my appln, i need help in that so i have added code and snap thru mail pls suggest us the soln as soon as possible

Replied back, please check

hello….I wanted to ask if your template can have the mobile navigation which works on Samsung/Iphone like at this page http://getbootstrapadmin.com/remark/topbar/index.html

Oh you mean offcanvas layout – no, this kind of mobile navigation is not supported.

I see – do you think you can it this soon or do you think we can add it easily/error-free with an extra plugin?

I am planning to add mmenu layout in upcoming updates, but that will take some time as it requires quite a lot of changes in template structure.

Hi. I’m using the left tabs, and one of the tabs has the google maps address picker provided. So I have 2 problems:

1. The map pin is not centered. I guess the browser doesn’t understand the tabs take space and don’t resize the map in the tab content. Image: http://imgur.com/a/UEBhI

2. Strangely the map is not showing the “map” layer, but I can move around, locate the pin (which is not centered), and the address picking works normally. Ps: The “map” layer comes back after I resize the window a bit, so it seems like a rendering problem? Is there any code to “re-render” the map? Ps2: The map works normally outside the left tabs panel. Image: http://imgur.com/a/5FY6b

Hey

Yep, this is a common issue related to intialization of some components in a hidden container. The solution is simple – initialize maps only when tab becomes visible:

$('a[data-toggle="tab"]').on('shown.bs.tab', function (e) {

    // Initialize map
    google.maps.event.addDomListener(window, 'load', initialize);
});

or another solution specifically for google maps – resize it when tab becomes visible:

$('a[data-toggle="tab"]').on('shown.bs.tab', function (e) {

    // Resize map
   google.maps.event.trigger(map, 'resize');
});

Let me know please if that works for you.

Thanks

I used the ‘resize’ method as you mentioned and it works to show the map again. To re-center the pin I had to use the following commands:
        var map = $("#addresspicker_map").addresspicker("map");
        google.maps.event.trigger(map, 'resize');
        center = new google.maps.LatLng($('#lat').val(), $('#lng').val());
        map.setCenter(center);

Thanks a lot!

Very helpful, thanks for sharing! ;)

Still waiting for you to answer the above 3 questions…One more – cannot find the icomoon icon for CHAT (like shown here http://www.agentrebel.com/themes/default/fonts/icomoon/demo.html)- do I need to download the fresh font?

ok found it))) was called COMMENT ICON:)

... and others :)

aha) ok great!) – not sure how I missed them – thank you as usual for the excellent help!)

Do you think there is a way to match the ACTIVE menu states that I see on DESKTOP with the ACTIVE menu states that I see on MOBILE? Now the mobile only shows the active highlighting for the LAST opened sub-menu (not all previous active sections as you can see below)

This is definitely not a good idea and i am not going to change this – on mobile you have 1 vertical list with extra horizontal spacing, highlighting 4 items with the same background color is very confusing and you don’t clearly understand which item is actually active. Feel free to change it to whatever you like, but i don’t want to change this in the default design, details matter here.

ok – I understand you – what if I wanted to change the font color of the active menus – where can I specify this – so that the desktop and the mobile versions are consistent?

If you want to change background color of active dropdown item, you need to go to variables-core.less (assets/less/core/variables/) and add this variable somewhere:

@dropdown-link-active-bg : [your new color here];

And recompile less files, that’s it.

Huge & beautifull work ! I’m amazed !

As I plan to use it with Angular (or VueJS) I was wondering if you would have any approx. idea when you think to deliver your first Angular version ?

I know it’s tremendous work and I know you are working hard on BS4 but I’m afraid of the quantity of work I would need to get your fantastic theme working with Angular.

Kind regards,

Hey

Can’t provide any ETA at the moment, too difficult to calculate, sorry. A few months approximately if consider a full working version, few weeks if just a seed project.

Thanks

Eugene I also had the question about the tooltips – when I assign a tooltip to a drop-down the tooltip stays open when the dropmenu is expanded….do you think this can be avoided?

example of the tooltip from icon which gets closed when the cursor moves away. https://jsfiddle.net/ru35wpk0/

Add this – data-trigger=”hover” to your button. As being said – please check bootstrap documentation.

superb – thank you so much!

I noticed that the CLASSIC multilevel drop-down menu behaves strangely on mobile devices….it can be found here in Mixed components at http://demo.interface.club/limitless/layout_4/LTR/default/navbar_components.html

When I click on submenu <Second level with child> it closes the menu and does not open the sub menu list – unless I long-press on the <Second level with child> – in which it opened the submenu list but also offers the list of options of how to follow the link in <Second level with child>

Can I not open the submenus by clicking on the down arrow on my phone? This does not seem to work and just follows the link in <Second level with child>

Well i am very happy for them, but if you think that having 2 menus and show/hide them depending on screen size in 1 template and not stacking them on small screens in another template are good solutions, you can fix this issue using exactly the same solutions :)

I understand you don’t care and you need it now, but it won’t be improved in current version, just because it needs to be well tested and well implemented solution, different from those you’ve proposed. That link i’ve shared should fix your issue in short term.

ok thank you..

you are always welcome

Hi, I noticed that when tab inside a form and pass from one input to other, there is not a boxshadow or outline like http://getbootstrap.com/css/#forms, I supose you remove it, how can I recover this behavior?, its easy to do on your less files?

Hi

Of course, you need to edit forms.less (assets/less/bootstrap-limitless/) – specifically .form-control:focus state and change @input-border-focus variable in variables-core.less (assets/less/core/variables/) and recompile less files.

Thanks

I have some questions : 1. how to make input type = date, format dd / mm / yyyy because in example use type date, format : mm / dd / yyyy 2. make input with conditions input only numbers and decimal without rounding

thx

Hi

1. No, date input type doesn’t support format options – the displayed date format is always chosen based on the set locale of the user’s operating system. Try to use datepickers instead

2. You can use masked input with custom rules.

Thanks

I am unable to open the theme’s zip download. On Windows 10 and Windows Sever 2012, using the built-in zip/unzip capability, it causes File Explorer to get stuck in a loop and crash. Please create a well formed zip file.

OK, Thank you!

I can’t seem to edit my previous response. But your suggestion was helpful, thanks.

You are welcome, i will investigate this issue more detailed in upcoming update as it happened quite a few times already. Sorry for inconvenience.

Thanks

Hello – I am trying to place a LABEL and the BUTTON GROUP next to each other, inside the H4 tag at page title so that they all appear in one line…I noticed BUTTON GROUP has bottom and top margin which makes it show uneven next to label (I cannot find a css where it is controlled) – can you please tell me where I can correct this?

do you think this code will allow all elements to be left aligned in title?

.page-title {
    padding-top: 2px;
    padding-right: 5px;
    padding-left: 20px;
    padding-bottom: 2px;
    display: block;
    position: relative;
    float: left
}

Flat buttons are 2px taller that a standard buttons since they have double border.

My personal opinion – i understand you need to create a very complex menu in the header, but UX wise i would suggest to think about usability first: having a huge list of inline buttons would confuse users, break responsiveness and look ugly on small screens. Try to re-think the menu and combine multiple buttons somehow, for example show the most important ones (1-2 buttons) and move others to the dropdown menu or something like that.

Better to apply that floating to h4 tag itself and add “clearfix” class to .page-title container.

Thank you Eugene -those icons/menus next to the page title need to be always visible – I went with your advice to go with the buttons instead of labels…looks ok now…

Hello. First at all, great templte! It looks awesome and is very complete.

The only things that i feel that are missing and would love to see are, some examples of landing pages and some callouts / call to action snippets.

Is there any chance to include it in the roadmap, or do you have any gist laying around?

Thanks!

Hello

Unfortunately authors are not allowed to release bundled items (to release items from multiple categories within 1 package), so landing pages won’t be added.

Call-to-action – most likely in one of upcoming updates, but not sure when exactly, currently focused on more important things.

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