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
Hey Jesper
Thank you very much for reporting this issue, i’ll find a solution and include it to the next update.
Thanks!
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; }
Thank you very much for reporting, overlooked those – some of them are coming from wrong variable values, some are from default bootstrap styling. Will fix all of them in upcoming update.
Thanks!
Thank you, Eвгений Will be much appreciated for the fixes.
One more thing is bothering me – is 20px “gap” between disappearing detached sidebar and making full width of detached content. It is not happened synchronously. Fist, when you making window smaller, disappear sidebar and after 20 px making window more smaller detached content fill full width.
I’m not caring much about this, but this 20px ‘gap’ on between mobile device screen ranges. And on some devise it will look like a real gap on the right.
Screenshot attached https://www.dropbox.com/s/yx7zq0d9mew75ww/Screenshot%202017-06-08%2014.36.18.jpg?dl=0Hey
Hmm, i’ve tried all layouts with sidebars in 4 browsers on 2 computers and couldn’t reproduce this issue – affixed sidebar is always visible and i don’t see any gaps. Can you please also check in other browsers and if issue also exists there, i’ll dig deeper into the problem.
Thanks
Hi, any browser Please check this screen video: https://youtu.be/E1OBU8ZgsFw
Yes correct, i’ve just tried to resize window in FF and Chrome and i still can’t see this bug, all good here and right hand sidebar returns to its place when window is resized.
Thanks
May be you resizing it too fast? it’s a small gap from 783 to 769px width. I’ve just rechecked in incognito mode in Chrome on your demo page http://demo.interface.club/limitless/layout_1/LTR/default/components_affix.html
I see a very small delay – few ms – as detached sidebar is attached to resize event. But i don’t see anything like this. I’ll double check again on another computer later today.
Thanks
You can check on my video. I use your official demo site to make it.
I have checked it and i still can’t reproduce this issue on my side. If anyone else will confirm this issue, i’ll dive deeper into the problem, but for now it looks like it’s a local issue.
Thanks
Hi, It can’t be my local problem.
1) I have checked this problem on you official demo page http://demo.interface.club/limitless/layout_1/LTR/default/components_affix.html in incognito mode in several browsers on two computers: PC and MAC.
2) I make a video for you and on my video problem is obvious. I repeat url in case you skipped it https://youtu.be/E1OBU8ZgsFw
Making the bottom line: ignoring bugs is unprofessional. Can’t say more. Good luck
I do fix all bugs as you can see in changelog. But i can’t fix the bug that i can’t reproduce, because i can’t find what’s causing it. I don’t see any gaps in a range of 768px – 800px, when i resize the window, sidebar appears immediately on its place. As i already mentioned, to confirm this bug i need more reports to exclude the behaviour on my side, but if that’s bug can’t be confirmed by other users, i consider it as a specific local issue on your side.
I have only two explanations: 1) You are blind 2) You playing a fool
Seems like i am blind, just because i don’t see this issue. Want to keep arguing and jumping into personal abuse?
Not necessary. But I see what I see under Firefox and Chrome. Safari works as you show.
Please let me know If exist any chances to see release with fixed bugs in CSS mentioned in initial message. I’m waiting 3 month already. Thanks
Hi
Some of them can’t be fixed as they are coming from BS core files, others will be fixed in the upcoming update as i’ve mentioned previously.
Thanks
Sounds optimistic. Btw, Eugene, please take a look on the same bug I posted above bit in fixed layout (layout 3 in your official example page). I recorded short video for you (sorry for delay in beginning) https://youtu.be/5Ra4XCVJZFs
Opposite side bar flipped to left in the same gap 20px. Bug perfectly reproducing in many browsers.
Hey
Yes, i’ve seen it finally. This happens on Windows only, the gap is scrollbar width, which returns document.documentElement.clientWidth, which doesn’t include scrollbar width. So window width doesn’t match CSS media queries. That’s why i didn’t see it on Mac.
I’ll try to find a proper solution and include it in the upcoming update.
Thanks
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
great!
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….
Hey
You need to change some code in select2.less file, line ~402 (.select2-results__option[aria-selected=true]):
// Selected option
&[aria-selected=true] {
background-color: @dropdown-link-active-bg;
color: #fff;
}
By default it’s a default color of dropdown active icon. When changed, re-compile your less files and you’re done.
Thanks
ok, I guess then I want to change dropdown active icon value, can you tell me where that is?
Active state in Select2 selects doesn’t have any icons, i am not sure i understand what you mean by that.
Thanks
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
That’s because logo size is defined in LESS file and spacings/size needs to be adjusted according to your logo size. You need to exit .navbar-brand class in navbar.less (assets/less/bootstrap-limitless/) and recompile less files.
Note – when you’re defining width/height in html, you don’t need to specify units: width=”170” height=”50” etc.
Thanks
I do not understand what you mean, is this file that I change? (assets/less/bootstrap-limitless/navbar.les)
// Brand / project name
// —-—-—-—-—-
.navbar-brand {
// Logo, change according to your logo size > Img { Margin-top: 12px; Height: 16px; } }
I’ve changed to height to 160 but the picture does not change (the size is still small), my image size is: width: 206 pixels, height 32 pixel .png
thanks
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?
do you think – can this service be used? http://fontastic.me/
We absolutely need custom icons – please help us implement them..
Yes, by default it works with web font. I’ve used icomoon app to generate custom icon set based on 16px grid. Feel free to generate a new one and replace font and CSS files in assets/css/icons/ folder.
thank you – where do I set the names of the icons – in CSS?
either in CSS or during the font generation, you can change icon class name when you make a selection in icomoon app
found) do you think I can append new font to your icomoon font or create the new one?
I mean do you think it is possible to upload your font to icomoon and upload custom font s and export the combined font with your icon codes INTACT? SO THAT i CAN USE IT AS BEFORE?
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.
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/86116They 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.htmlWhen 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, I have to add that it doesn’t always happen. For example today I it only happened shortly and afterwards I couldn’t reproduce ir for awhile. But if it happens it is chrome, never on firefox, ie, or edge. Maybe it is something to my specific chrome installation. But if you would have any idea, it would be very welcome.
Kind regards
PS: Amazing template !
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
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 need to be more specific – I need to be able to just change the color the last active drop-down submenu – leaving all other upper menus the same in color? is it possible?
I see each of the submenu layers the transparency over the previous menus..
do you think this class can work on the last open submenu and NOT to all the above submenus which are also open
.navbar-inverse .navbar-nav .open:last-child .dropdown-menu {
Nope, this code won’t work, because you can have other list items after submenu. You can target you last dropdown menu with something like
.dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
...
}
Or simply add some additional class name programmatically to the last dropdown menu in the DOM tree
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…