Discussion on Limitless - Responsive Web Application Kit

Discussion on Limitless - Responsive Web Application Kit

By
Cart 13,880 sales
Well Documented

Kopyov supports this item

Supported

This author's response time can be up to 5 business days.

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.html

Thanks 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.

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.html

Collapse 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 :(

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! ;)

hm, seems, that does not work in ie11 version 11.112.17134.0 https://i.imgur.com/Gb3Ty6N.png

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!

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?

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey