2227 comments found.
Hey Eugene, I emailed you a request for the json file for the icomoon set, just letting you know in case it lands in your spam folder.
Hi
I’ve just sent it over. Please check
Hello. I just read this line in your documentation page, and I want to know if I “replace” the old files with the new files I have to check every single line of my code.
Important note: since every single line of code is completely different from Bootstrap 3 version, there’s no any migration guide: markup, class names, source files, pre-processors and logic are different. But both versions have their own extensive documentation. Bootstrap 3 is officially in maintenance mode since 2017 and from now on I am mainly focused on extending and improving BS4 version.
Please let me know.
Hello
Basically yes, replacing CSS and JS files isn’t enough, you also need to update markup since Bootstrap 4 has absolutelly different class names logic. Bootstrap 3 is officially in maintenance mode, so Bootstrap 4 is my main priority.
Thanks
Ok, thank you. I have a lot work to do then.
Hi Eugene, template for Bootstrap 4 – Layout 1. In IE11 and Edge when the sidebar is fixed, the content in the sidebar is hidden. Please, see your page example:
http://demo.interface.club/limitless/bs4/Template/layout_1/LTR/default/seed/layout_fixed.htmlThanks a lot, Spino
Hey Spino
Thanks for reporting!
Ahh that IE.. That’s related to z-index in .sidebar-content, as a workaround add z-index: 100; to .sidebar-content. I’ll add a stable fix in upcoming update.
Thanks!
Hi Eugene,
Thanks for the update, also limitless means limitless very simple adn powerful design, love it.
Jus a question last time you mentioned that you will pull in more elements like projects exmaple / Kanban view board / tasks etc.. is this work in progress ?
Many thanks
All best 
Hi there
Not really in progress, but it’s still planned for the next major release 
Thanks
Hi Kopyov, thanks for the new BT4-Version. Do you have a new url to the Changelog? The Link on the Detailpage dosnt work. http://demo.interface.club/limitless/layout_1/LTR/default/changelog.html
Hello
Full changelog is always up to date in documentation, you can also find it on description page and in the template itself. Here is a correct link – http://demo.interface.club/limitless/bs3/Template/layout_1/LTR/default/full/changelog.html
Thanks
hello, does your template have a landing page like this one? http://foundry.mediumra.re/home-app-landing-2.html I mean text BLCOKS next to IMAGES?
Hello
No, sorry. I am not planning to add landing pages to admin template, it’s from different category.
hi, there is problem with bootstrap-select when using it inside bootstrap modals, it won’t populate the option list when i click it. but when i press enter then the option will be shown…
Hi
Are you using the latest version? I have just tried to reproduce this issue in the latest version and i couldn’t, everything works fine.
Thanks
- So we cannot use hover_dropdown on megamenu because it is destroy the submenu.
- In layout 4, if I created 2 megamenus in Main Navbar, then click one megamenu, submenus inside other megamenu will disappear when clicked, height: 0.
Update : I temporary solved it by remove class .dropdown-item-group
Update : I think this problem from slinky js related but don’t where to update, app.js or other files. I found when I click a megamenu without .dropdown-item-group class will add slinky-menu and `style=”transition-duration: 200ms; height: 0px;”` . But when I click a megamenu with class dropdow-item-group will have ul tag still have this style and not removed. It make sense not remove the style but height is 0px.
style="transition-duration: 200ms; height: 0px;"
It works absolutely fine if you initialize slinky in 'show.bs.dropdown' instead of 'shown.bs.dropdown'. Both plugins don’t break anything and have no conflicts.
Hi, I try again with the latest update, still not working. If I open index.html in layout_4 -> LTR -> default -> full -> index.html and copy lines 290-549 (secondary megamenu, second menu “Navigation”), copy to above or below to make a second megamenu. Then I refresh, click first “Navigation” and click second (new) “Navigation” then sub menu in second disappear.
Also I change in file app.js layout_4 -> LTR -> default -> full ->assets -> js ->app.js, change line 341 from ‘shown.bs.dropdown’ to ‘show.bs.dropdown’, same behavior. I use latest chrome browser.
If you carefully review the initialization code, you may notice that it’s configured for 1 dropdown. If you need to use multiple dropdowns, you need to change configuration from this:
$('.nav-item-levels').one('shown.bs.dropdown', function () {
$('.dropdown-item-group').each(function() {
...
});
});
to something like this:
$('.nav-item-levels').one('shown.bs.dropdown', function () {
$(this).find('.dropdown-item-group').each(function() {
...
});
});
... and voila 
Damn, I have to refresh my jquery things in my head
. Thanks it’s working.
Absolutely no worries, happens sometimes! 
Looks like layouts 2-5 are missing many of the sidenav documentation sections (e.g. forms/components/etc) that are present in “Layout 1” in the new Bootstrap 4 version—is this intended (e.g. just use Layout 1 if you want to see these sections)?
Hey
Yes, this is intended – all components are the same in all layouts and since both BS3 and BS4 versions are included in the package, adding same pages with same content to all layouts makes the entire template very hard to maintain and the package more than 1.5 gigs. Consider 1st layout as a main layout, all others are child templates – this means you can use all components from 1st layout in other layouts, CSS is prepared and you just need to move markup around.
Thanks
- FINALLY V2.0 * THANK YOU Kopyov, I have been waiting for this for a while now.. As i previously said, Limitless is the best themeforest admin template without doubt and now you support Bootstrap 4 this just makes it unbeatable in my view.
Well done and thank you 
Thank you for kind words! 
Hello Eugene,
http://demo.interface.club/limitless/bs4/Template/layout_5/LTR/default/full/sidebar_default_color_sections_custom.htmlCollapse Sidebar > Hover over any sidebar menu item
How to fix the background color on hover
Hello
Added to 2.0.1, thanks for reporting!
Hello Eugene, any news about IE 11? I’d like to start working on the new theme but I need to support iE11
Hello
It’s fixed and will be uploaded tomorrow. Changes aren’t critical, just a few lines of CSS.
Thanks
Great! Thanks
Hi Eugene, As I found bs4 don’t have backward compatibility with bs3. I compiled assets with your updated files and got absolutely not working web site. Now sources much better structured, then in previous version. I only set $img-path value to my images. All compilation made with laravel-mix (it uses web pack with default settings). Just have a small hope, may be I might miss sometheing? May need to set some more variables? All migration process was in following steps: 1) Compile scss (I only set $img-path var) 2) use proper app.js 3) replace jQuery components with updated one
I copied global_accests folder to my projects assets folder and integrate resources compilations in my webpack.mix.js. But as I say, I’ve got messed up markup 
Hi
Bootstrap 4 is a complete rewrite of Bootstrap 3 and replacing CSS files isn’t enough, you also need to change markup structure and class names. So the migration process looks like this:
- Configure gulp and install required plugins
- Replace main libraries and 3rd party components
- If you use starters – open _config.scss and enable components you need
- Re-compile SCSS files
- Compare markup in layout and components in 3 and 4 versions and replace or edit current one
That should be enough. Let me know if you have further questions.
Thanks
Yeah, I suspected it Will google for automated markup migration. But anyways, I stick with previous version for a while. I’m afraid I don’t have much time for migration and don’t see too many advantages of migration.
But in case you interested to make migration smother for your clients I’d recommend at least to have a guide for migration process.
Migration guide is pretty much useless – Bootstrap website has a full list of breaking changes and all components are properly documented on BS website and in live preview. The most easiest way is to go through components step by step and update html markup.
BS3 version is still supported, so upgrading isn’t required.
Thanks
Good! Thank you, Eugene
Hi. Thank you for the update. You had mention that you were going to add to the documentation a way to migrate from v1 to v2. Just wondering if it’s there but I dont see it or if you are still going to provide it later. Thanks!
Hey
Yes, I was planning to add it, but in the end it turned out that it would be a huge useless document with a list of all possible changes. And since BS4 is a complete rewrite of BS3 – classes, markup, logic, code etc – this kind of document is useless. Bootstrap website has a Migrating to v4 section, with all major changes, this should be enough.
All in all, upgrade process isn’t very simple, but definitely worth it.
Thanks
Well, because I downloaded new update 2.0 today for free, I bought new license even not use it, just to support your future updates. Thanks.
Thank you very much for your support! 
Hi
This bug is related to how IE11 displays flex containers inside flex containers. This is a confirmed IE11 bug, i am looking into workaround.
Thanks
Hey there Eugene, Fantastic work as always, 2.0 looks great! Small problem though, when I load it in IE11 (Specifically the Bootstrap 4 Version), I get a lot of visual issues (Like main content not showing, left sidebar with no background, etc). I am loading it using the online demo that you provide, and also I have tried loading a local version I have installed. All other browsers seem to be working perfectly though.
Hi
Yep i know, fiexbox and IE11 don’t work well together. This bug is related to how IE11 displays flex containers inside flex containers. This is a confirmed IE11 bug, i am looking into workaround.
Thanks
And where is BS4? I open dashboard and see in source code BS v3.3.7…
SORRY…i have see this in demo. I have dowloaded now and see that is BS4 
I have just updated live preview 
I wanted to be the first one to say thank you for an amazing work with 2.0. I’m enjoying browsing and exploring ideas.
Thank you!
Not sure i understand what this means.
I am getting a 404 error on the default 1 page in the live demo
Hmm, where exactly? Just checked all links on landing page – all good. I haven’t updated live preview yet though, still shows the old version
I clicked that link from the menu sidebar.
Ah understood, this is fixed in a new live preview, thanks for reporting!
Do you have a link?
As i mentioned, it’s not uploaded yet. I’ll update it tomorrow morning.
Out of curiosity – this happens only in vertical navigation in Layouts subnav, but all layouts are still accessible from the landing page. Or is it critical for some reason?