2227 comments found.
Hi, when using tags input with typehead why it has a limited character that can be shown before using comma? is it possible to increase this limit or maybe make it full like a normal tag??
Hi,
Sorry for delay, traveling.
Unfortunately that input field always has a fixed width, but not dynamic. You can increase min-width from 4rem (default value) to whatever you want in .bootstrap-tagsinput input. You need to edit _tags-input.scss file and then re-compile your SCSS files.
Hope this helps.
Thanks
I wish you also had an event app example
Event calendar is already integrated, you can use it as a base.
Thanks
Hi. What month should I expect a version for React?
Hi,
It will be released as soon as it’s ready. I’m not providing any ETA, sorry.
Thanks
On Desktop vertical side nav collapses to mini. How do I not collapse to mini? No side nav after click. Or remove 56px side nav completely.
default hideable – thanks
Hi,
Yes correct, you need that example. Just replace class names in body tag and functionality will follow 
Thanks
Hi, Author , Let me ask presale question ,
1- I prefer this layout =>https://prnt.sc/qxfcks , but i don’t like this drop down style on mobile view =>https://prnt.sc/qxfdu8 ,, I like sidebar style on mobile view =>https://prnt.sc/qxff6c
So i want to know can use or not? – horizental style on dasktop view and sidebar menu style on mobile view
Thanks
Hi,
You can use 2 components – show toolbar and hide sidebar on desktop and the other way around. Or change the UI of horizontal toolbar on mobile in SCSS files, but this would require quite a lot of efforts. By default sidebar and navbar styles are the same on mobile, tablet and desktop.
Thanks
How do I correctly switch the icons to Font Awesome 5 Pro?
Just replied to your support ticket
I did not submit any ticket other than the comment above?
Ahh sorry, there was a ticket with exactly the same question
You need to edit _variables-custom.scss file and update icon codes in SCSS variables, re-compile them and load font awesome font files (you can take the paths from this page – http://demo.interface.club/limitless/demo/Template/layout_1/LTR/default/full/icons_fontawesome.html). Here is also icon set documentation – http://demo.interface.club/limitless/demo/Documentation/base_icons.html
After that you can use font awesome class names. The process is the same for material icons as well.
Hope this helps.
Thanks
Can you implement chat layout like facebook messenger, whatsapp, etc.? with two columns and mobile responsive inside Limitless template?
Hi,
Yes, chat app will be implemented in the next update.
Thanks
When is next update planned?
Do you have some mocks how it would like? I need to decide should I wait for it or start working on my own.
No ETA at the moment, it’s in active development. And no mocks unfortunately, all designs are usually made directly in the code, but it will look more or less like a standard chat thing, with user list on the left, message in the middle and flyout panel on the right.
Thanks
Do you have any update or ETA on this?
Still don’t, sorry. I don’t usually provide any ETA, but the very basic chat app layout can be designed within a few hours, since all components for it are already in the template, you just need to group them together.
Thanks
Hi Kopyov, I love your work. I hope you can release react / vue version soon. So I can get another license for my next vue / react admin project.
Do you have early version that can be shared?
Hey,
Not at this moment unfortunately, too early. I’m working on a new set of pages for v3.0, but i’ll make an announcement when first version is ready so that people can test it properly.
Thanks
Theme cannot be compiled with nodejs v.12 I get this error:
Template gulp
/home/user/Limitless_2_3/Template/node_modules/node-sass/lib/binding.js:15
throw new Error(errors.missingBinary());
^
Error: Missing binding /home/user/Limitless_2_3/Template/node_modules/node-sass/vendor/linux-x64-72/binding.node
Node Sass could not find a binding for your current environment: Linux 64-bit with Node.js 12.x
Found bindings for the following environments:
- Linux 64-bit with Node.js 10.x
This usually happens because your environment has changed since running `npm install`.
Run `npm rebuild node-sass` to download the binding for your current environment.
at module.exports (/home/user/Limitless_2_3/Template/node_modules/node-sass/lib/binding.js:15:13)
at Object.<anonymous> (/home/user/Limitless_2_3/Template/node_modules/node-sass/lib/index.js:14:35)
at Module._compile (internal/modules/cjs/loader.js:955:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:991:10)
at Module.load (internal/modules/cjs/loader.js:811:32)
at Function.Module._load (internal/modules/cjs/loader.js:723:14)
at Module.require (internal/modules/cjs/loader.js:848:19)
at require (internal/modules/cjs/helpers.js:74:18)
at Object.<anonymous> (/home/user/Limitless_2_3/Template/node_modules/gulp-sass/index.js:162:21)
at Module._compile (internal/modules/cjs/loader.js:955:30)
Gulp 4 doesn’t work well with Node.js 12, that is why package.json contains v10.16.0
If you change node version, it should work just fine. Waiting for a fix by dev team
hello dear . when you will give us angular8+ version ?
Hello,
Sorry Angular version is not my top priority, i am more focused on React and Vue.
Thanks
I am looking for angular 2+ version
Hey,
It is working in dark theme, but not in default. Sorry, my bad, forgot to update. The main difference is data attribute names and values in column headers.
Thanks
Cool, I just checked and works perfectly, thanks for let me know that. and BTW, the dark mode is beautiful. You picked the right colors. Some dark colors from other themes doesn’t look properly, limitless looks gorgeous with those blacks and grays. I’m so happy with all the work that you have done so far. I’m a very happy customer.
Thank you very much for support! 
Hi, can you check my email? i sent it like 6 day ago and haven’t got replay. maybe it stuck at your spam mail again. I got some problem with SwitchCherry. Because the input is inside the label it make the Event fired twice.
Hey,
Sorry was on holiday. Just replied to your email.
Thanks
I just want to say that your Dark theme is great thanks
Thanks a lot! 
lol, i want use inputs with icon in vertical form, but i cant, icon sets on label… why you dont have so simple thing?
so, for fix it i will use this, but it’s so bad (
``` <label class=”control-label” for=”school-name”>Name</label> <input type=”text” class=”form-control form-control-lg” placeholder=”Left icon, input large”> ```Sorry for delay, holidays.
I do have this simple thing, here is the code:
<div class="form-group">
<label>Username</label>
<div class="form-group-feedback form-group-feedback-left">
<input type="text" class="form-control">
<div class="form-control-feedback">
<i class="icon-user-check text-muted" />
</div>
</div>
</div>
Thanks
Hi, I’m thinking of buying the theme, but when I checked the demo, I couldn’t find the example I wanted for the sidebar. I’m looking for a drop-down menu option like the one below. By default, I want it to be fixed and collapsed, but when it comes on it is fully opened. This is very important for me. Thank you.
Example Gif : https://giphy.com/gifs/Su05lnV3zxePiiZcJx
Hi
Sorry for delay, holidays.
Unfortunately this option is not available in current implementation.
Thanks
Hi, good job.
I want to create an open source erp system using this template, because it is open source it will be necessary to create or modify interfaces by developers using the same HTML elements or creating new, of course CSS source files will not be included only compiled CSS and JS files will be new using vuejs.
What kind of license would be needed?
Thanks.
Hi,
If you won’t charge your clients and the end product will be free for everyone, Regular license would be enough.
Thanks
Hi, Very nice theme… just one pre purchase question…I was browsing through the comments and found that around 10 months ago you had replied to one of the comments that ‘React version is in development already, other 2 are coming up next ;)’ .... when is it likely to happen? As my client wants to use React JS and I would definitely like to use your theme.
Hope it is coming up very soon….
. Thanks in advance.
- Manjusha
Hi Manjusha,
React will be released somewhere next year, along with Vue.js
Thanks
ok. Thanks…. Hope it’s very soon next year… in Jan? 
- Manjusha
Hello,
Within the collapsible sidebar, how can I add a jquery click event call “test-link” to a span tag (see below) and not trigger the expanding or collasping of the node. Right now, when a user click on “Third Level with Child”, it triggers both on click events, the “nav-link” and “test-link”. I want it to only trigger the “test-link” when they click on “Third Level with Child” and ignore “nav-link” click event.
<a href="#" class="nav-link"><i class="icon-folder" /> <span class="test-link">Third level with child</span></a>
Hello,
Unfortunately this option is not available in current implementation – sidebar nav items are block level links and fill all available space. That’s definitely possible though, but requires quite a few changes in app.js and main sidebar CSS files. I’ll play a bit with it and see what i can do, if i’ll find a simple solution without touching the main functionality, i’ll include it in the next update.
Thanks
`data-fouc` does not show up in a modal due to this code …
select[data-fouc]:not([aria-hidden=false]) {
height: calc(1.5385em + .875rem + 2px);
opacity: 0;
}
Does it work outside the modal? And are you using select2 for this select?
hmmm … it does not work outside the modal either, but the `unstyled` select works and so does the select2 (both work in the modal also). I must be missing some code.
There are 3 styled selects – pure CSS, uniform and select2. I assume that you are using uniform select and most likely it’s not initialized, this is JS config:
// Custom select
$('.form-control-uniform').uniform();
Hope this helps
oh, i see, the one I was looking at is white to match the other form elements, now the form-group-feedback is not applied. I will just use the unstyled select.
The one that did not show up is because I needed this
$('.form-control-uniform').uniform();
Thank you for your help .. I got it resolved by adding this
.form-group-feedback-left .uniform-select span {
padding-left: 2.1rem;
}