2227 comments found.
Hello Kopyov,
Can you please provide detail about limitless support with Angular2?
I’ve read some comments posted few months earlier related to Angular JS support which was in development process at that time.
Are you able to reach a point to release limitless with Angular2 support yet?
Looking forward to hear from you 
Thanks
Hello there
It’s in my todo list after version 2.0, currently focused on BS4 version and better theming support and file structure. I’m also planning React.js version right after Angular, but can’t tell you ETA at the moment, sorry. Only when BS4 version is ready.
Thanks
Hi, any news about 1.6?
Hi
Working on it, had to completely re-write CSS for some plugins, working on RTL version at the moment. Should be available very soon.
Thanks
Is there a way to shrink the CSS Generated? Everything is great in your template, but at the end, I have a 700 KB ( 400 KB Minified ) css file, with a lot of unused class. Quite big!
Have you tried Starter kit?
It was created exactly for this purpose – to generate CSS with components that you actually use.
By default, full CSS kit includes hundreds of components in different variations, but with Starter kit you can easily turn them on/off. For more information please check documentation.
Thanks
ooo! You’re right, Now it is 445KB ( 335 KB Minified )
You can also remove/change colour helper classes if you don’t need them – they are in assets/less/core/colors/colors.less file
Thanks
Just noticed there is no search bar in this theme
Hey
What kind of search bar are you looking for? You can easily create one using an existing set of form elements (something like in Search input with icon example).
Thanks
Hi,
is it posible to always show the sidebar-detach? I can include the icon element menu to switch it, but I don’t know how to always show the sidebar…
Hi
I am not sure i understand what you want to achieve. Detached sidebar is always visible on desktops and hidden on mobile. Do you mean show it by default on mobile?
Thanks
Yes, exactly!
Aha, yes this is possible, but requires a few tweaks in app.js, markup and CSS. Can you please email me the layout and theme you are using to e.kopyov[at]gmail.com? I’ll explain what needs to be changed and where.
Thanks
off course! I don’t really remember it, but I will look for it Tx for your great support
Hello. I have an issue using checkbox inside a wizard (steps). For no reason, I can’t check or uncheck the checkboxes. Works pretty good with all kind of input, except checkboxes. In your examples, you don’t have any checkbox. Can you check please and let me know how to fix it?. Thank you.
in mobile no posible select items in submenu.
I am not sure i understand what you mean – all submenus are working fine here, i don’t see any issues. Could you please be more specific?
Thanks
in mobile (telephone) no posible select items in submenu for example
-> page kits -> blog -> clasic vertical*
You can not select an option from a submenu because on cell phones there is no hover function
sorry my english is bad u_U
Hmm, that’s weird, it was fixed long time ago with this bit of JS (in app.js):
// Add mouse events for dropdown submenus
$('.dropdown-submenu').on('mouseenter', function() {
$(this).children('.dropdown-menu').addClass('show');
}).on('mouseleave', function() {
$(this).children('.dropdown-menu').removeClass('show');
});
And tested on iOS and Android devices. You can try to add touchstart event to mouseenter and touchend to mouseleave event, this should do the trick.
I’ll make a few more tests to confirm the issue.
Thanks
Hi
I am getting this error in the console on index.html: “Deprecation warning: moment().subtract(period, number) is deprecated. Please use moment().subtract(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info. w @ moment.min.js:23”
Hi
It’s not an error, it’s a date format warning – since last couple of moment.js versions, date format was changed from:
moment().add('hours', 3);
to
moment().add(3, 'hours');
It’s not a major issue though and doesn’t affect functionality and is fixed in 1.6
Thanks
Hi
In the file: limitless_1.5\layout_1\LTR\material\assets\js\core\app.js it says that it is version 1.2 (latest update: Dec 11, 2015)
But in the file: limitless_1.5\layout_1\LTR\material\assets\js\core\app.js it says that it is version 1.3 (latest update: Aug 10, 2016)
Has the first one not been updated by mistake?
And also it says that the version of Limitless (the entire theme) is 1.5, so why does none of the app.js reflect that version number? (they are 1.2 or 1.3, not 1.5 as the theme)
Hey
Those numbers are for file version, not template version. Please ignore them, they will be removed in 2.0 since it’s pretty difficult to maintain version number of each file. Template version number is displayed in changelog only.
Thanks
is there plain to custom scrollbar style ? http://i.hizliresim.com/01EkWV.png
Limitless already has NiceScroll plugin integrated, you can see it live on this page – left sidebar has custom scrollbar. You can easily customize it via existing set of options.
Thanks
Hello there! Could you please tell me, hw can i make Filter search only in some fields in datatables I want, not ALL of them&
Hey
Sorry, i don’t see that you’ve purchased the template
Well, as i see there are still too many problems with it, so i don’t buy it, but i’m customer of men who purchased your product, and they recommended your product, and they say they don’t have information enough. Actually, if you want me to pay for your answer – it’s ok. But datatables is just another product, isn’t it? So i think everything is in search section in datatables.js you could just tell me that. Thank you for supporting
Curious, what kind of problems do you see?
Support is free for those, who have purchased the item and i don’t want you to pay for the answer, i just want to see that you own a license.
In your specific case, if you want to apply filter to specific rows, you need to create custom filtering using datatables API. Here is an example.
If you want to apply filter to custom columns, you can easily turn off searching on specific columns just by setting orderable option to false.
I appreciate your asnwer so much! Thanks for supporting!
Sorry, not orderable: false, but searchable: false
So, should I just put orderable=false in
No, you need to use this option in table configuration, inside columnDefs option:
columnDefs: [{
orderable: false,
targets: [ 1 ]
}]
where targets is column index.
Thanks
Awesome admin theme!! There’s just one thing missing: For the project that I need it for; I also need a Gantt chart. Do you have any plans to include a Gantt chart?
It should be like when the user click on an item in the Gantt Chart; a popup with details appear – and inside that popup there should be a link (to a specific URL)... would it be possible to include something like that? 
Hi
Thanks for your interest. I will consider Gantt chart from Google Charts library for the future updates, but unfortunately can’t tell you any ETA at the moment.
Thanks
I know 2.0 is “coming soon”. We are about to kick-off a project and I wonder if there is an ETA for 2.0, so perhaps we can delay for a bit
Hi
I’m currently wrapping up version 1.6, which should be available very soon. Version 2.0 will take a few months, because it will have a lot of improvements and new stuff and going to be one of the biggest updates.
Thanks
Hi there,
I am currently using your less version of the template. But I am having difficulties loading in the icons as they are regular css..
I have downloaded fontawesome myself and used their less version instead. but for Icomoon I cannot seem to make this work.
Hey
Icomoon set doesn’t have LESS version, but i am aware of this issue and it’s also planned for version 2.0, both less and sass versions.
Curious, why don you need less version? CSS works just fine.
Thanks
Hi Kopyov, I purchased your template long time ago. Just to say thank you one more time, it’s a great work, clean and efficient coding style. Nice UI skills, easy to maintain and integrate. Very good job, keep going !
Hey
Thank you very much for your kind words and support, truly appreciate!
Hi, I really love this CMS theme with the fancy UI and thousands of widgets. Before purchasing i have some questions: 1. How can i connect the data to my MySQL or noSQL database? 2. Can i embed a video streaming or video player in this theme to meet per customer’s request? Many thanks my friend.
Hey there
Thanks for your interest.
1. It’s a static HTML template, it doesn’t have any backend integrations. I think it depends on the framework you are going to use for your app, i am not an expert in backend stuff unfortunately, so can’t help you much i’m afraid.
2. Of course, you can find some examples on this page.
Thanks
hi. i have som problem with select class=”select” it lok like vibrate just in safari. but in another browser it work. but when i change the class to form-control it normal in all browser. this is the problem http://www.giphy.com/gifs/l4FGBhasegL9iwU9O
thanks
ok, I can remove the spacing if i go and change this property
.navbar {
margin-bottom: 20px;
} If i change 20px to 0 px. It fixes the spacing issue. But then again, the content
check this out
https://www.screencast.com/t/X2eRsqXWEuJSo, its ok if I go around and hack this theme this way? I hope its not a function related issue which is causing it to break in all the pages. Thanks
Hi
Yes, as i already mentioned you are using a wrong set of CSS files. Also you have 2 JS errors that potentially can break the layout. Please double check the files you are loading on your page and review those JS errors.
Thanks
Thanks for the response. I looked at the function and it is contained in js/core/app.js . So, I dont think its a good idea to tinker with it?
If you look at this screenshot https://www.screencast.com/t/cM3OA23FZZpwThere is space there. I feel like this function is creating this space? This is the function where console log error is pointing to
// Calculate min height
function containerHeight() {
}
var nav = $('.page-container').offset();
console.log("nav",nav)
var availableHeight = $(window).height() - $('.page-container').offset().top - $('.navbar-fixed-bottom').outerHeight();
$('.page-container').attr('style', 'min-height:' + availableHeight + 'px');
// Initialize
containerHeight();
What should i do? Thanks
Hi
As i can see, you are using a wrong CSS file for Bootstrap core – typography and colours are wrong. That containerHeight(); shouldn’t cause problems like this, by default navbar component has bottom margin, which is removed in Limitless CSS. Please double check the files you are loading on your page.
Thanks
Hi, I’m trying to use a step wizard but I’d like to display a chart with the results once I hit submit. Ideally I’d like to put the chart on the last wizard form but this doesn’t work. The chart gets miss-sized. Alternatively or create a hidden panel below the wizard that I show when the user hits submit. Is there any examples of doing either?
Hi
Could you please tell me what wizard and charting library are you using?
Thanks
Hi, Yes the wizard_steps.html and the eCharts library charts_columns_waterfall.html . If you paste the HTML for any eChart into any but the first fieldset then the chart is not rendered correctly. If ir’s in the first fieldset its OK.
Hi
Aha, understood. You need to tell chart when it needs to adjust the width – by default it takes the width of parent container, but if container is hidden, it can’t calculate the width. Solution is simple – when wizard step is changed and became visible, adjust chart width:
// Chart config
var chart = ...
// Resize chart when step is changed
$('[wizard selector]').on('onStepChanged', function (e) {
chart.resize();
});
This should do the trick. Let me know please if that worked out.
Thanks