2227 comments found.
Please add me to the beta, Thanks
Eugene, please include me in the beta.
Hello Eugene, I’d like to be included on the BETA. Thanks.
Hello Eugene, I wonder if the new version is completely new designed template or same design with updated components of current template? Thank you for your work.
Hello
Design wise everything remains the same + enhanced functionality. Code wise it’s absolutely new template: improved theming support, single set of scss files for all templates and directions, single set of JS sources for all versions, modular JS, main/child layouts implementation, significantly improved responsive version, flexbox magic in layout, performance improvement etc etc.
Thanks
We still on target for this week?
Ok so here is the plan – this weekend i’ll roll out beta version and notify those who wanted to participate in testings. Meanwhile i’ll be updating documentation and BS3 version, and fix bugs reported by folks. Then when all done, i’ll update the package on Envato and it will be ready for download.
This is the reason why i didn’t want to provide any ETA. RTL version seemed to be a quick one, but turned out that BS4 dependencies don’t fully support it. It’s all good now, but every day new challenges. A little bit more patience please.
Sounds great, include me in on the BETA testing. I appreciate the work and response.
Some month ago you said that we will get new version on boostrap4, how long we still have to wait?
very soon, wrapping it up.
I have several col-- elements inside a row and I want them to have equal height. As this is obviously not easily possible with bootstrap 3 based templates, I tried to use the jQuery matchHeight plugin. Unfortunately, it isn’t executed.
It seems that app.min.js prevents the document-ready function from execution:
<!DOCTYPE doctype html>
<head>
<script src="http://myapp/js/core/libraries/jquery.min.js" type="text/javascript"></script>
<script src="http://myapp/js/core/app.min.js" type="text/javascript"></script>
</head>
<script language="javascript" type="text/javascript">
$(document).ready(function () {
alert("Hello World");
});
</script>
When I remove app.min.js, the alert is shown. Can you tell me what I should to in order to have the alert executed?
Hi
Check your console for JS errors, app.js itself can’t break anything since it has no component-specific code whatsoever. Let me know what you see.
Thanks
Hi Eugene, Any updates about new release?
Hi
Promised 3rd week of April, but apparently i have to move to the 4th week due to a couple of last minute changes.
Thanks
How i can do smooth transition with sidebar-xs
my custom code
if (Boolean(sessionStorage.getItem("sidebar-xs"))) {
$("body").removeClass('sidebar-xs');
}else{
$("body").addClass('sidebar-xs');
}
$('.sidebar-main-toggle').on('click', function (e) {
e.preventDefault();
// Toggle min sidebar class
$('body').toggleClass('sidebar-xs');
if (Boolean(sessionStorage.getItem("sidebar-xs"))) {
sessionStorage.setItem("sidebar-xs", "");
}else{
sessionStorage.setItem("sidebar-xs", "1");
}
});
Unfortunately this is not possible with CSS, well it can be done of course, but requires quite a lot of efforts to add transitions to all elements – text, icons, sublevels etc etc – and re-create the logic of how this is handled. Current implementation simply toggles display: none; properties, performance wise it’s much better solution than animate a bunch of elements.
You can animate it with velocity.js though, but this also requires some additional CSS changes.
Hope this helps
well i have other solution,
other suggestion, can you separate javascript per page between default and additionally include core/libraries/app.js while i do integrate with php Frameworks, this conflict with bootstrap.min.js and some plugin
I am not sure i understand your suggestion. Can you please clarify?
This template is great! I have, however, one small problem: I’m desperately trying to use fontawesome icons instead of the icomoon ones as “data-icon”s inside .bootstrap-select form elements. Is this possible?
Hi
I am not sure i understand where you want to use fontawesome. Can you please provide more info?
Thanks
In the documentation, see: Form components -> Selects -> Bootstrap Selects -> Select with Icons. Here, icomoon icons are used and I want to use Fontawesome instead.
Have you tried to load font awesome CSS file and change class names in “data-icon” attribute in select? THis should work.
Thanks
I can’t wait for the version 2.0
, Hi Eugene, on the version of 2.x.x please add more LMS page. Thanks Mr. Eugene
Will consider, thanks! 
Hi Eugene, Any updates about new release?
hello Kopyov. please send icomoon json config to my mail Virus191288[@]gmail.com, I wrote yesterday.
Hi
Sent. Please next time use a form on profile page, your email arrived to spam folder for some reason.
Thanks
Hi Eugene, my developer finished our SaaS which uses Limitless theme, but he is not a designer. So, my question is can you suggest somebody who is familiar with your theme so we can prettify our software?
Hey
I don’t really know anyone who can help. In better days i’d help, but i am totally overloaded. What exactly you want to refine?
Thanks
If somebody is not a frontend dev then he doesn’t feel a design. That’s why he’ll not choose a proper element, color, font size or white space size. So, required elements from the theme are there in my software but the last alignment is missing
Totally agree, in most cases front end dev is UI dev. You can share (again) your mockups so that i can at least suggest some edits.
Thanks
Just bought it as well! Eagerly waiting for the BS4 release before I am going to implement it in my new project
!
Just wrapping up, should be within the latest ETA
Thanks!
I patiently waiting for the new update of this template. I just realized that this is the best admin template in themeforest @Kopyov
Thanks a lot! A little bit more patience, it’s worth it 
Hi, Wonderful template!
Just a quick question, I noticed you have introduced following
[new] Ecommerce – Product list (ecommerce_product_list.html) [new] Ecommerce – Product grid (ecommerce_product_grid.html) [new] Ecommerce – Orders history (ecommerce_orders_history.html) [new] Ecommerce – Customers list (ecommerce_customers.html) [new] Ecommerce – Pricing tables (ecommerce_pricing.html)
But I feel we would need ecommerce_product_detail.html means the product detail page, It should complete your ecommerce kit. or Do you have it already?
Hi
Initially it wasn’t planned since it’s a control panel after all, not a shop frontend. But i have already received quite a lot of requests for a complete set and i’ll definitely include a few more pages in the future updates.
Thanks
I don’t want to use LESS, how to convert it to SCSS and use it with angular5.
I’ve replied back to your ticket
If i create a new page and add in menu. Active class isn’t working for that new page. How can i add a new page in menu which can inherit the active class?
Hi
How do you create a new page? Active class is added dynamically to all parent list items, so it should work fine unless you add a new page dynamically.
Thanks
That is what i though as well. But if i create a new html page and add in the menu. Active class doesn’t work. According is closing every time if i select my newly created page. Do i have to write something on a new html page?
Can you please share a link to your page? I need to see the code, it should work just fine, but want to double check if there’s no errors whatsoever. You can email it to e.kopyov[at]gmail.com
Thanks
Hi Kopyov,
I am not gonna ask you about the update. At least I am not in a rush. But I would like to see more LMS pages, and some question type pages would be great as I plan to do it in the future.
I know you are busy now. Definitely after B4 update.
Thanks for considerations
Hi
Thank you for suggestions. I’ll definitely consider those for future updates, also have some ideas about new page kits, but after BS4 
Thanks!
Thanks