2227 comments found.
Hi Eugine,
last time you have mentioned something about adding new components, like projects pages and other. i am stucka nd wonder if you could provide some help, i want to add a slidepanel ( a quickview components ) something similar to this https://www.jqueryscript.net/demo/jQuery-CSS3-Powered-Slide-in-Panel-Plugin-slidePanel/#toc-slidepanel-jquery-plugin-demo-page much appreciated
Thanks
Hi
This feature is not yet supported, but planned for upcoming updates. You can try to implement that with modals with custom animation, in theory should work fine.
Thanks
Hi, I’ve purchased this theme yesterday and I realized that the Bootstrap 4 file is modified by you which means that I could never upgrade the Bootstrap nor get it directly from node-module. On your product details you are saying compatible with bootstrap 4.x ? any idea ?
Hi
Core Bootstrap files are not modified, you can easily upgrade them just by replacing all SCSS files and recompiling them. There is another folder with overrides, as well as variables. Please refer to documentation
is “assets/css/bootstrap.min.css” original bootstrap or I’m missing something ? because when I replace this file with the original one it changes the appearance.
CSS files are not considered as source files, they are generated from SCSS files. There are 2 options for overriding default Bootstrap style:
1. Load default CSS file, load a new CSS file that overrides all default rules. Downside – you basically load 2 bootstrap styling files.
2. Change SCSS variables and re-compile default SCSS files. In this case second file with overrides doesn’t need to include everything, only necessary changes. File sizes are significantly smaller.
Second option is more popular. And upgrading process is more or less the same in both cases since all styling changes are made in SCSS files.
Hope this helps
That’s OK. Still think your Admin Template is better than the others. Cheers.
Thanks!
Hi. Do you have implement Datatable ajax server-side solution?
I have imlepent this and work, but is not compatibile with template.
It is compatible with the template. Can you share your link or code? Do other tables work and look fine?
Yes, other tables work and look fine. I have problem with progress loader.
And what’s wrong with it? Please be more specific
Is it possible that you implement server-side datatable in template?
Yes, if i get more requests. Out of curiosity – what’s wrong with this example?
Nothing is wrong with this example, but i don’t know if work on your template.
Of course it does work
My example will have exactly the same code, so feel free to use that one and if you face any issues let me know, i’ll assist.
Hi. I’ve been trying for some time to make tables dynamic with .json data, any clue how can I do it with java?
Hi
I am not experienced with java, so can’t help you much i’m afraid. Sorry.
Check out stackoverflow or datatables forum.
Thanks
Do you have any Adobe XD kit for the elements of this template. Actually I’m wire-framing and prototyping my web based app, and want to to prototype it exactly because I will have to create it using your template In Shaa Allah.
Unfortunately no, i don’t have any at the moment – the entire template was designed directly in browser, but i do have plans on adding a set of PSD files in one of upcoming releases.
Thanks
Does this template have scrumboard? If not, do you intend to do it?
Not yet, planned for the next releases. Thanks
hi all, I’m looking for someone who can get Limitless into wordpress for me. I willing to pay for it of course.
Hi. Can’t do it unfortunately, not in August/September. Thanks
<div class="form-group">
<label class="col-lg-3 control-label">Label 1</label>
<div class="col-lg-3"><input type="text" class="form-control"></div>
<label class="col-lg-3 control-label">Label 2</label>
<div class="col-lg-3"><input type="text" class="form-control"></div>
</div>
Thank you
<div class="row"> <label class="col-lg-3 control-label">Label 1</label> <div class="col-lg-3"><input type="text" class="form-control mb-20"></div> <label class="col-lg-3 control-label">Label 2</label> <div class="col-lg-3"><input type="text" class="form-control mb-20"></div> </div>
Hello
I think you need to use .col-xs-3 class instead of .col-lg-3, if you are using Bootstrap 3. Using xs breakpoint prevents grid columns from wrapping on all screen sizes.
Thanks
Hi, thank you for answer.
https://drive.google.com/file/d/12REKBFgMvhaRWPc0G2Qy-kBrGuI1Lhye/view?usp=sharing
https://drive.google.com/file/d/1YYc18GvjPW9bqiBt7omsYWHTSUnB-zxS/view?usp=sharing
I mean this problem but I resolved it by code posted earlier. I had problem with top padding of second labels in form group.
Ah sorry, thought there was a typo
In case you need more examples, please check out form_inputs_grid.html and form_layout_horizontal.html pages.
Thanks
Hi, first thanks for the awesome update!
If you navigate to the datatable page and go into the mobile view (or resize the window till the datatable get’s into responsive mode), filter the table to display only one record and click on the action dropdown menu – the menu get not fully opened.
Screen: https://imgur.com/a/HIp6RwfHi
Are you using Responsive extension? If not, change ‘dom’ option from this:
dom: '<"datatable-header"fl><"datatable-scroll"t><"datatable-footer"ip>'
to this:
dom: '<"datatable-header"fl><""t><"datatable-footer"ip>'
But keep in mind that this will remove table scrollbar.
Thanks
Hi, no responsive extension just the normal datatable and html buttons.
You can also reproduce this on the demo page. http://demo.interface.club/limitless/bs4/Template/layout_1/LTR/material/full/datatable_basic.html- Greetz
Hi,
Bootstrap dropdowns have boundary option (also supported as data-boundary attribute) that allows you to append dropdowns to viewport or window instead of direct parent. All responsive tables have scrollbars, which means all inner content is limited to table viewport.
Hope this helps
Thanks
Thanks! Just added data-boundary="viewport" to the button and works 
Greetz
You are always welcome 
Hello, I’d like to set the padding for the TD’s inside a table to 0px, but adding the p-0 class is not working, am I doing something wrong?
Hello
.p-0 class should override default padding values since it has !important rule. Can you share your code please?
Thanks
Hello, I’m using version 2.0.1 and am having a problem with extensive menu on mobile. If you have many items it does not create scroll bar. See an example at: https://ibb.co/eTEyry
Hi Is this a fixed navbar or static?
Navbar Secondary Sticky
Hello
This option is not available for sticky navbar yet, i implemented only for fixed navbar. Will be available in 2.1
Quick workaround is to use static breakpoint and extend fixed navbar code, something like:
@media (max-width: 768px)
.navbar-expand-md.navbar-sticky .navbar-collapse {
max-height: 440px;
overflow-y: auto;
}
This will add vertical scrollbar to your navbar content on small screens.
Thanks
Sir , can buy this template to use my application which i gonna develop ERP application and upload codecanyon to use as instance based, please give me a genuine answer .
If you are going to make profit from your project, you need an Extended license
the change log is not working.
It is working – the most recent one is always in documentation. Can you please provide more info?
the link on the Items Detail section is broke. http://demo.interface.club/limitless/layout_1/LTR/default/changelog.html
fixed, thanks
HI, your work is marvelous. i have gone through all the of the starter kit and found a bug with navbar fixed-top class,
when i resize the page on chrome desktop browser or view the navbar_both_fixed.html on mobile, the page scroll won’t work if i open all the menu by clicking the collapse button / dropdown menus.
is there any way to make it working while keeping the navbar as fixed-top. ?
waiting for your kind reply in this regards.
Thanks.
Hey
The only solution is to limit height and add vertical scrollbar to expanded navbar nav, this is implemented in BS4 version. Which version are you using?
Thanks
Please see your link
http://demo.interface.club/limitless/bs4/Template/layout_4/LTR/default/full/layout_navbar_fixed_main.html The browser i am using is Chrome. just zoom it and inspect as it is not working for me even after your implementation(as said). waiting for your kind action in this regards,thanks.
I can see that on small screens .navbar-collapse gets max height of 400px and vertical scrollbar, works fine for me
yup only if the screen height is bigger, it work’s. try to hold your mobile in landscape mode and see the result
In a perfect world, all navbars should be static on mobile. Always.
There is no proper way to do that, because in landscape mode we have a very tiny area for navigation, so the only one solution is to change 400px to something else (screen size – navbar height = max height for .navbar-collapse). But screen sizes are not justified, which means you can’t target all possible screen sizes and set different height for these sizes. So it’s a specific use case, if you need that functionality – feel free to change 400px to whatever you need, but i won’t apply it globally, because there’s simply no fix for that at this point.
Maybe after a very deep dive i’ll be able to target certain ranges, but i don’t consider that as a critical bug and this might take some time.
Thanks
when all the layout screens 3 are finished, included Wizard ?
I am not sure i understand what you mean. Could you please clarify?
I saw all the layouts – 1, 2, 3, 4, 5 and I saw only the layout 1 has all options in the menu. My question is: When all the options are available in the layout 3?
All layouts are complete and won’t be using pages with all components and custom ones, because it’s very hard to maintain. All styles exist in all layouts, you just need to use markup from the first layout, which is considered as a main layout and others are child layouts. This significantly reduces package size, allows to include both BS3 and BS4 versions and reduces time for updates.
Please refer do documentation, everything is explained in there.
If you want to get an access to the most recent changes, track bugs and request new features, please share your github username 
Thanks
my github is eduardomacito
Thanks
Added, thanks
Hey Eugene, Been working with this new BS4 version and I’m loving it, great job on this theme. I have a question about cards: I’m using a card with a tab header element (2 Tabs total). With I’m displaying my form (Tab 1) in the card footer I want the card footer to show my submit button but when the Help tab is selected (Tab 2) I want to display a rating star system so the user can rate the help for that form. Is it possible to have a different footer based on the selected tab?
Thanks,
Steve
Hey Steve,
I think you just need to place different content in 2 containers, something like:
<form class="tab-content" action="#">
<div class="tab-pane fade show active" id="tab1">
// content and submit button
</div>
<div class="tab-pane fade show active" id="tab1">
// content and rating star
</div>
</form>
Hope this helps. Thanks
Hi, i have recently bought your theme and found that, in Bootstrap 3 version , On Small Screen, the side bar automatically merges to the navbar whereas in bootstrap version 4, this is not happening. could you please guide me how could i get the appropriate result of side bar that automatically merges to navbar while using bootstrap 4. thanks in advance
Hi
I have received a lot of requests to detach sidebar from the top and make it fixed, because otherwise fixed navbars need to be static on mobile. This was delivered in 2.0 for BS4 version and unfortunately i have no plans.
You can actually try to implement it yourself, for that you need to change _sidebar.scss file, mainly .sidebar class in various lines. It has fixed position by default, try to set it to static on small screens. You also need to remove flex related styles in content sections, those are in _content.scss.
Hope this helps.
Can I download the old version after purchase?
If you mean Bootstrap 3 version – yes, it’s also included in the package.
Thanks
Eugene, I’m using a horizontal menu and right now if I have a multi level item, it comes out to the right of the menu, I want it to show below the parent menu item like the way the menu sidebar is in layout 1. I just don’t see an example of it working in a horizontal menu configuration.
Thanks,
Hey
This kind of menu is not supported yet, but i was planning to add it at some point, just make vertical nav available for horizontal menu. Please share your github username, you can raise a feature request in there 
Thanks
my github username is sartis…..
added
Mr. Kopyov, although the demo of BS4 version doesn’t include any demos such as learning app, those apps can still be made with this BS4 right? Thank You
BS4 version includes all pages from previous version, but the file structure has changed. Now only 1st layout contains full set of pages and components, but they can be used in other layouts, just copy/paste the markup.
Thanks