2227 comments found.
form-control-sm is 34px, hope to make a smaller version.
You can change the size in CSS/SCSS files if you need, but i would also suggest to change button size as well to keep component sizing consistent
Is there a place where SCSS can be adjusted uniformly.
You can adjust that globally by editing $input-btn-padding-y variable in _variables-core.scss file. In the new version you’ll be also able to edit it directly in CSS via CSS variables
OK, thank you. I look forward to the release of the new version as soon as possible.
Most important for me is WebPack, footer, ecom and other new templates
Looks like everyone is looking forward to this update.
Hello when is the next update for BS5 coming?
Do you have any idea when the update to bootstrap 5x will be released?
I have another question if you have a moment. I have a need to display the custom checkbox in an indeterminate state. In the checkbox and radio sample page, you state that the :indeterminate pseudo class must be added via javascript. I have tried every which way but Sunday to do this but not having any luck. Using jquery and I am using the following:
$(”#custom-element”).prop(“indeterminate”, true);
Am I using the wrong selector, or is there another way to do it?
Thank you.
There is a possible CSS issue with the Datatables plugin sorting icons. The descending sort icon is stacked on top of the down arrow. Specifically the sorting sorting_desc class. Maybe the .dataTable thead .sorting_desc:after class? It is the darker down arrow on top of the lighter down arrow.
Hi,
Yeah there was a change in the latest Datatables update, i missed it. This CSS should solve the problem:
.dataTable thead .sorting.sorting_asc,
.dataTable thead .sorting.sorting_desc {
margin-top: 0;
}
.dataTable thead .sorting.sorting_asc:before,
.dataTable thead .sorting.sorting_desc.after {
content: none;
}
Thanks
That did the trick. Thank you.
Can I know the guideline or document support?
Hi,
Documentation is available online in live preview and also included in the package.
Thanks
I bought already, when I change extension from “html” to “php” script is not run, why? such as “picker_date” script is error…
https://ibb.co/BGr3pwkNo idea what can be wrong. There might be some mistake/error in your code, looks like paths to CSS and other files are wrong. What does the console show?
Hello, Please tell me if I buy a License now, will a new version be available to me and will it be covered by the current license?
Hello,
Yes sure, all updates are always free for all existing customers.
Thanks
I am planning to buy the Extended version with bootstrap 5 and use it. But I’m thinking of doing it now or when it comes out. how soon can it be? And I think there will be no problems with the license for the new version?
I would suggest to buy the license for the current version, because the price will be adjusted a bit when a new version comes out.
The license will be valid for all future updates as it’s issued per item, not per version. New version is planned for January – beginning of February. If you have a license by then, you’ll be able to download a new version immediately when Envato team approves it.
Thanks
What’s your more immediate roadmap, @Kopyov: Bootstrap version, Angular version, Vue version, React version…? Best regards.
Hi,
First of all – thanks for the great theme!
In version 3, there seems to be a consistent problem with the column sorting arrows in Datatables. See the demos.
Any suggestions?
Best regards, Johan
Hey Johan,
Thanks for reporting! Yes i can see it, seems like there’s a problem with class names that DT applies to the thead cell. I will investigate asap and share a workaround.
Thanks
Hello good afternoon, I have a problem with the template I am developing an app in php and a problem arose with the modal elements, the modals work well on computer and android cell phones but when I try to use a modal on iphone it does not work, I have tried this in iphone 8 and iphone 13 in both cases it was tested in safari and google chrome, I think it is a compatibility problem, I hope you can help me to solve it, thank you very much.
Hello,
Sorry for delayed response, had a long holiday.
How exactly it doesn’t work? Does it appear when you trigger it or nothing happens? How do you initialize it in php?
Thanks
Hello, thank you for answering, the modal appears but the screen is completely opaque and does not allow pressing the modal buttons, in most cases in which I use a modal they are within a while, I also told you that I did a test with the modal of the template without modifying to rule out that it was an error when declaring them in my programming, and also with the modals of the template the same thing happened.
That is a well known bug, where modal appears behind overlay. To fix it, just place modal markup before </body> closing tag
Hello, thank you very much for your answer. it helped me a lot. sorry for the delay answer
Hello, I look forward to your new version. Is it possible to come out this year?
Is it true that the new version mentions that jQuery is no longer used? expect!
Yes, jQuery will be optional in a new version. I’m working hard on it and had to extend default bootstrap build, because their latest changes are quite disappointing. I believe it will be ready in January.
Thanks
I’m looking forward to it. Thank you.
Can you resend me Limitless version 1.6? Thank you!
Hello,
Very sorry for delayed response! Can you please send me an email to e.kopyov(at)gmail.com and I will share a link where you can download it?
Thanks
I’m using select2, When someone select value in select dropdown. select2 added data-select2-id in to all div that come before select2, not same data-select2-id value but increase each time.
have a look in below image
I don’t see this issue neither in Limitless nor on Select2 website. What version are you using?
Hello, I want to work with the donut graphs but I want to fill them with information that comes from the database, could you help me with an example to do it
Hello,
What chart library are you using?
Thanks
Thanks for your attention, I was able to resolve my question
Cheers! If you need any further help, let me know
jqueryui_interactions.html Sortable
Sortable first click and drag, the top positioning deviation is very far. Click and drag again and it will be fine.
It’s a well known bug of jQuery UI library that appears in scrollable containers. I recommend you to use dragula.js instead, jQuery UI will be removed in the next update as it’s not maintained anymore.
Thanks
The paging height of the material version is inconsistent
If you put the pagination and input box together, the difference is 2 px
It is consistent with the rest of the inputs. Inputs and buttons in material theme are 2px bigger than in default theme
Malware detected on your demo site.
Hi,
In what browser do you see it? There was a problem with SSL certificate a few months ago, but it was resolved and nobody reported this issue since then.
Thanks