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 Eugene.

On http://demo.interface.club/limitless/layout_1/LTR/material/wizard_steps.html in the “Wizard with validation” example, I’m able to bypass the validation feature on page 2 and 3.

Steps to reproduce: 1: Fill in all required fields in page 1. 2: Double click on Next button.

That way page 2 won’t be loaded when the validation starts and the validation is bypassed.

Just a heads up :-)

Best regards Jesper

Personally, I did the following:

I added a local variable curStep.

In the onStepChanging function, I added the following lines at the top of the function

if (currentIndex !== curStep) {
    return false;
}

and in onStepChanged I added

curStep = currentIndex;

at the end of the function.

It’s in no way the best solution, and I think it would be better if the jQuery steps plugin would add a setting, that disallows going back/forth before the previous transition is finished.

Yep, i’ll dive deeper into the wizard configuration, maybe there is a way to avoid custom JS. Anyway, will be fixed in the upcoming update.

Thanks again!

if build css there are many errors in output css file. Please check with any visual editor and fix them;

I use latest version of Limitless.

line 2251, wrong padding-bottom, padding-top caption { padding-top: 6px 20px; padding-bottom: 6px 20px; color: #999999; text-align: left; }

Line 37 hgroup, not found

line 6479, not defined device-width. @-ms-viewport { width: device-width; }

boxed_bg_retina.jpg not found as well as normal background and other images .panel.has-bg-image { background-image: url(../images/backgrounds/panel_bg.png }

line 10720 not defined word-break .uploader .filename { word-break: break-word;

14656 mismatched propert .datepaginator .pagination > li > a { min-width: auto;

24694 a term expected > a .navbar-inverse .navbar-nav .open .dropdown-menu a:not(.label-flat):not(.badge-flat):not(.disabled > a) { color: #fff; }

I still can’t reproduce it on mac, but we can ignore it since in 2.0 the logic and layout of responsive sidebars will be changed, so this weird bug will go away.

Thanks

Good afternoon, we would like to know if they already have the package of translated text in Spanish. (en.json)

Hello

No, template is not translated to any language except default one (english). You can change the language during development.

Thanks

Good morning I am not understanding how to change the color for the template. I want to use the Orange color for the template however I am unsure exactly where to make the change to use this color. I have read the Documentation and I am still not understanding.

Hey

Color of the template is quite general definition. What exactly you want to change – navbar, sidebar, link color, text color, body background etc. Please be more specific.

Thanks

Hello thanks for your fast reply. I want to use the Orange palette to change the link color, navbar, and sidebar.

Hello

To achieve this, you need to change 3 variables:

1. In variables-core.less find @link-color variable and change its value from @color-primary-600 to your color

2. In variables-core.less find @navbar-inverse-bg variable and change the value from @color-slate-800 to whatever you want

3. In variables-custom.less find @sidebar-dark-bg variable and change the value from @color-slate-900 to whatever you want.

And re-compile your less files.

Thanks

Hi Kopyov ,

Can you implement jade/pug in your template? Pug is very helpful!

Hi

I don’t have any plans for this kind of features, but will consider if i get more requests.

Thanks

Hey Kopyov, Can you tell me how I can change the color of select2 dropdowns highlight color, it is blue now….

Maybe I didn’t understand your comment but you said “By default it’s a default color of dropdown active icon.” All I was asking is where do I changed that value instead of changing this value in select2 – background-color: @dropdown-link-active-bg;

Ouch, very sorry, i meant item instead of icon :)

Basically you have 2 options – change @dropdown-link-active-bg to something else in select2.less (preferred) or override it in CSS (not recommended).

Thanks

ok, thank you!

Why when I change the image logo_light (limitless) the image becomes small? How to enlarge the image in the header without changing the width of the header?I try to assign a value to img, for example width = “170px” height = “50px” but the header becomes wide

thx

Hi

Did you re-compile your less files after changing image dimensions?

Thanks

I do not know how to re-compile that , maybe you can help me how to step by step to re-compile.

thanx

Please check out documentation that comes with the template. All compilation process is well explained there.

Thanks

How to download data directly from datatable to excel and PDF

I am not sure i understand your question. You mean how to export table data to excel or pdf files?

Hi, is there a way to create a Stack Overflow like layout with this template? I need a question and answer page and the general_knowledgebase or general_faq are not exactly doing the job…

Hi

Everything is possible :) You can create any type of layout, but SO-like layout requires some additional development and layout changes.

Thanks

Hi, do you have an ETA on the Bootstrap 4.0 version of Limitless?

Hi

A few months approximately, i’m waiting for the first Beta version as dev team has already fixed quite a lot of bugs. I am working on it already, but need more stable version to avoid long delays in updates.

Thanks

Hi Silly question, what is the difference between Default theme and Material Theme?

Thanks for helping

Hi

The template has 2 different design themes – default (more classic) and material design. Both themes have totally different styling and some JS and HTML differences.

If you want more details on technical side, please let me know.

Thanks

Eugene do you think you can let us know how to use custom icons? Does the template only work with the icon fonts? do we need to compile our custom icons into a font and declare it somewhere?

ok we managed to update your icomoon with our custom icons – please confirm the ONLY LINES THAT NEEED TO BE CHANGED in the styles.css file ARE THE ICON CODES LIKE THESE:


.icon-appbar8:before {
  content: "\e900";
}
.icon-continuous:before {
  content: "\e901";
}
.icon-ocean:before {
  content: "\e902";
}
.icon-refresh:before {
  content: "\e903";
}
.icon-small129:before {
  content: "\e904";
}
.icon-sort27:before {
  content: "\e905";
}
.icon-up17:before {
  content: "\e906";
}
.icon-up73:before {
  content: "\e907";
}
.icon-up79:before {
  content: "\e908";
}

yes, only icon codes. General CSS can remain the same

thank you!)

Hi Eugene. Do you have an example of cascading selects? I need to have one dropdown with year, and based on the selection, will filter dates available for 2nd dropdown. Thanks for any help you can offer.

Hey

Here is an example of chained selects. Basically you can search for “Chained selects” on stackoverflow or codepen, there’s a lot of solutions for this feature.

Thanks

Hello – do you think there is a way to make the multi-level scroll-able drop-down menu like is suggested here:

https://www.bootply.com/86116

They add this class to

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

I added this menu to my very long drop-down – it makes it scroll but the sub menus do not open – understandably

Hi

Unfortunately this is not possible – you are hiding horizontal overflow, so your submenu is hidden as it overflows parent container. You can try to append multiple dropdowns with dynamic positioning, but this would require additional development.

thank you – will go the traditional route:)

Great Kit :)

We have a couple of questions about the Extended License that the FAQ doesnt fully answer (or atleast we want to be more clear on). Should we be discussing / negotiating with you or should we go through the Envato support channel?

Thanks

Hello,

I can answer all your questions about licenses. If you want to keep it private, send me an email to e.kopyov[at]gmail.com, or leave a comment here.

Thanks!

Hey,

Can I please ask you the following?

On the following “Starter kit”, there is the following issue.:

http://demo.interface.club/limitless/layout_2/LTR/default/starters/layout_fixed.html

When the sidebar is sidebar-xs, then when you click multiple times on “Starter Kit” the sidebar at some point collapses. This happens in chrome, but not in firefox. Also when you click multiple times on “Starter Kit ->3 Columns” this collapsing also happens. Do you have any idea why and how can I prevent this?

Kind regards

Hey there,

I’ve just tested a few pages on 2 macs and 1 windows machines (in safari, chrome and FF) and i couldn’t reproduce the issue – tried multiple clicks, fast clicks, after collapsing/expanding etc. Could you please try again on another computer, if you can, to exclude template related bugs?

Thanks!

Hey, I think it all looks ok now. Thank you for your reply!

No worries, let me know if you have any other issues.

Thanks

Fullscreen icon: please tell me if you have one:) could not find it: I mean not the icon itself but a working icon which will open the page in Fullscreen

This functionality is planned for the future updates

I see ok….bootstrap does not have this functionality by default?

Nope it doesn’t, none of the frameworks do

Could you integrate Owl Carousel in the next version? https://owlcarousel2.github.io/OwlCarousel2/index.html

I don’t have any plans to add carousels, sorry. I think this component isn’t necessary in admin template. But if i’ll get more queries, i’ll try to find some solution.

Thanks

The template is not used for admin but for frontend, layout 5 is very good: 3

Thanks

Oh i see :) Anyway, i’ll dive deeper into extended gallery views in one of upcoming updates.

Thanks

Hello We are considering buying the Limitless Bootstrap theme. We already have developped a Php/MySQL software : is it possible to integrate your theme on an existing environment ? Best Regards

Hello

Of course, Limitless is a static HTML template, so it should be pretty easy to integrate.

Thanks!

Glad to move on with the development…..Can you please show me the CSS style where I can specify a background color for all of the levels of the sub menus on mobile (which would be different from the color of the main menu)...

I see,,,thank you! This would require some programming?

It depends, either some JS code or CSS if you want to use custom class name. But i wouldn’t suggest to change the background color, don’t overload your menus

I just want to highlight the last drop down – as we have rather larger multi level menus…...if you had something like mmenu – that would be unnecessary – hope you can implement it soon…

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