2227 comments found.
What’s your more immediate roadmap, @Kopyov: Bootstrap version, Angular version, Vue version, React version…? Best regards.
Hi Eugene any update on the Bootstrap 5.1 version? Some accurate indication as to when it may be ready/released would be both helpful to all of us waiting and also stop us from asking every 2 weeks. Can you let us know please. Many thanks.
Hi,
It’s still in progress, a major re-write. I was waiting for Bootstrap 5.1 to finalize it, but that version broke the logic of SCSS maps and it’s taking a lot of time to come up with some alternative.
Again and as always, I don’t give any accurate indication, because things always change. All i can say is I’m working on it as much as I can and it will be ready when it’s ready. There’s lots of complaints about Bootstrap 5 though and vast majority of devs still consider it as a project in “work-in-progress” state (and switch to Tailwind instead), so i would rather spend more time creating a more stable version with custom modifications instead of publishing breaking changes with every minor update. Exactly what Bootstrap team is going to do in v5.2 and v5.3.
So wait a bit more, it’s on the way.
Thanks
Hello Eugene,
Can you give us any estimation on newer version of the theme based on bootstrap 5.1? We are holding back updates and it would be helpful to get some clarity.
Thank you.
Good morning Eugene any news on the update given that bootstrap 5.1 has already been released as can be seen from https://getbootstrap.com/docs/5.1/getting-started/introduction/
Would be helpful to get some visibility. Many thanks
When using multiple navbars, the dropdowns on the top right are opened behind it, check out this page for an example: https://demo.interface.club/limitless/demo/Template/layout_2/LTR/dark/full/navbar_multiple_top_static.html
Any way to fix that?
Screenshot: https://i.imgur.com/81UcpEx.png
Ps. Using latest Firefox version, but same issue in Chrome, latest version
Resolved by email. Cheers!
I’m waiting for bootstrap 5 version. Any news on this ?
Hello, can you update the changelog for version 3.0 please ?
Nevermind, I found it in the file !
Hi there, We can see on the top the message “recently updated” but since it doesn’t show a date, I don’t know how old is this message.
Is Angular version from Limitless available?
I haven’t received any message from Envato…or am I missing any mesage from you?
Best regards.
How can the mouse be placed on this without hiding it, and it will disappear after removing it, because the prompt needs to be copied sometimes.
Tooltip doesn’t support this as it has a different purpose. I would suggest to use popover instead with hover/focus trigger, or implement a custom solution that will keep tooltip open on mouseenter.
Thanks
Greetings,
We are looking into purchasing an admin theme for use on our own projects and this looks a suitable candidate, we do have a question though about package/library management.
How do you currently handle package/library versions? Do you have to do a new release with updated packages (everything is already packaged up) or are we able to control updating packages through npm/yarn ourselves?
If it is release based, what does your lifecycle look like in respect to that?
One of the important things we need to be able to do is to keep packages up to date, in respect of vulnerabilities packages may have from time to time.
Thank you
Hello,
Yes, that’s the preferred way to avoid compatibility problems with new core and vendor versions. Every Bootstrap update comes with CSS changes that need to be correctly implemented and properly tested. Other libraries also change default markup quite often. But you can of course manage everything yourself and adjust things accordingly.
I don’t publish updates very often, because this is my hobby project. But when they come out, i do my best to reduce the number of bugs to the minimum and push a long changelog.
Thanks
Hi, me again. I’m starting using alapaca js, but when I include the file an error shows, something about the template. I checked the website of alpaca and checked the source code and see that the handlebars is required (https://handlebarsjs.com/). I included that file and everything is working now. I don’t know what did you do to make it work in your template, can you please explain? I only include the files that I need. Which file should I to include to avoid this? Let me know.
Hello. Im having some issues using checkbox in this new version. I don’t know why, but I can’t use them in javascript, to get the value or check or uncheck the input itself. The element exists in my selector. But I am not able to get what a I want.
<div class="form-check">
<input type="checkbox" class="form-check-input" id="dc_ls_c" checked="">
<label class="form-check-label" for="dc_ls_c">Checked</label>
</div>
$('input:checkbox').on('click', function(){
console.log(this);
});
Can you help me?
Never mind, the problem is with one plugin. I’m figuring out that. I will let you know later.
The problem is with footables. Checkboxes inside in a footable wont work properly. FYI
Alpaca will be dropped in the next version, it’s not maintained anymore. There is another similar library called JSON editor, which has similar functionality and is dependency free. I’ll replace alpaca.js with this one in the next update.
Thanks
Cool, good to know…
Happy with my purchase last year. However only just got around to using the theme this year. Sadly, I am highly unimpressed by the documentation provided. It’s not very clear and has far more classes than is needed. Been trying to figure out for the past week how to use a fixed header so my bar stays in place, however, there is zero information about implementing this in the documents. And upon looking through the source code comparing the default view to the fixed header view, the <!- Page header -> block are identical, so how was it implimented to be fixed? My support has expired, and I sure as hell won’t be paying another $21 to find out how to use a feature in the demos, which should be simple enough but is not, and not documented.
Hey,
Fixed header is not supported in older versions, it was added to the most recent one. Although markup is similar to previous version, all you need to do is to change parent container – by default it’s the first child element of .content-inner container, to make it fixed just move it 1 level up and make it direct child of .content-wrapper container.
But i wouldn’t recommend doing that, because you will significantly limit scrollable area on mobile screens.
Documentation doesn’t cover all use cases, layout structure is well explained in the template itself including markup, explanation and examples.
Hope this helps.
Thanks
Yo Eugene! I must say that this new update (v3.0) is absolutely fantastic. The new Panel section is awesome! Nice feature. I’m using limitless in one of my projects right now. Is good to have a good quality code. I’m so tired of those others templates with a bunch of repetitive code or no-sense name of classes. Limitless is unique and easy to understand and implement. I missed you so much, more than a year is a lot my friend, please don’t do it again haha. Take care!
Thank you very much for your support! It’s been a long journey and another version is coming soon 
<3 <3 <3 <3 <3 <3 <3 <3 <3 <3 <3 <3 <3 <3 <3 <3 <3 <3 <3
``` .form-control-sm { height: calc(1.6924em + .75rem + 2px); padding: .375rem .875rem; font-size: .8125rem; line-height: 0.6924; border-radius: .1875rem; } ``` I want to define a smaller xs height is 28px, form-control-sm His height is 36px, How is this value calculated:height,padding,font-size,line-height,border-radius `.form-control-xs {...}`
Hey,
Very sorry for delay, had a long holiday.
You need to generate a new class with your desired size:
.form-control-xs {
height: $input-height-xs;
padding: $input-padding-y-xs $input-padding-x-xs;
@include font-size($input-font-size-smxs;
line-height: $input-line-height-xs;
@include border-radius($input-border-radius-xs);
}
Keep in mind that some variables are missing, so define them first in _variables-core.scss file and then re-compile your files.
Thanks
is posible to asign url to class navigation navigation-alt??? tnks a lot
Hello Eugene, I see you mentioned that Bootstrap 5 should be available, when can it be available?
All the best.
Hello,
Bootstrap 5 version is not available yet. I am waiting for version 5.1 to go out, because it will have some breaking in CSS logic. Next version of Limitless will be based on CSS variables, which goes ahead of Bootstrap development and I have to balance all changes there with source files. I am working on it and will be available very soon.
Thanks
Hi how are you? After the last update several color related classes are not working, eg bg-primary-200, bg-primary-300, bg-primary-xxx, it looks like something is missing. Thanks.
Hey,
I’ve just replied back to your email. Please check.
Thanks
Hi, getting virus warning when looking at latest demo.
Hi,
This issue was fixed a few months ago. What browser are you using?
Thanks
Oi como vai? Após a última atualização, várias classes relacionadas a cores não estão funcionando, por exemplo, bg-primary-200, bg-primary-300, bg-primary-xxx, parece que algo está faltando. Obrigado.
Hi Eugene – I see that you mentioned that Bootstrap 5 should be available in 5 – 6 weeks time which was 20 days ago.
Does this mean that in 3 weeks from now. We all understand that putting timetable is difficult at best as sometimes they slip but are we still on for a Bootstrap release for approx 31 July/1 August which will be 6 weeks from when the comment was posted. Many thanks