2227 comments found.
Hello, what bootstrap version you are using? because I am interested to buy. thanks
Hello
Latest stable 3.* version. Version 4.0 is in progress, but it’s still in alpha version and i personally wouldn’t suggest to use 4.0 in production as it’s still in active development.
Thanks
so you are using 3.3.7?
Yes correct, 3.3.7
Hi Kopyov,
Absolutely love your Limitless theme. How would you recommend to create a fixed navbar with a sidebar menu that slides in from the left and overlaps the main container on mobile devices.
Thank you so much for your time
Hello there
Unfortunately this kind of layout is not supported at the moment and requires quite a lot of changes in layout structure. I’m going to add a new layout which partially covers this functionality, but it will be available in the next update only. Sorry about that.
Thanks
Hi ,
I would like to know if the template is prepared to be imported into java
thanks
Chutumia , UPDATE Mozambique
Hi
If your application supports HTML templating – yes, it’s ready for integration.
Thanks
Does the theme include export to pdf, xls? I didnt see any exporting characteristic.
No, pdf and excel export is usually integrated on back end side, so it’s up to developers. Only datatables support pdf/xls export.
Hello,
I read the above comments and there was a comment about upgrading jQuery to version 3.x. In it you mentioned that you will upgrade it in two weeks but it has been two months since and there are released updates. Do you still have plan to upgrade? If yes, what is the timeline for it?
Thanks!
Hi
Yes, it’s in progress – the reason why i’s been delayed is that 20% of all extensions included in the template didn’t support jQuery 3.* at the time of release. However it will be added in the next version as major part of those 20% were updated. Timeline – can’t provide any ETA at the moment, the work is in progress.
Thanks
I tried the example you gave on iphone 6 or android but there is a blank data when scrolled to the left or bottom on menu : Handsontable – Columns> Fixed columns and rows, is there any improvement so the data is not blank. One more question, still using iphone 6 or android why the excel button disappears when at the time open in the browser button appears on the menu : Data table extenstion> buttons> HTML5 buttons, is there a solution to this problem ?.
Thank you
Hi
1. Yes, it’s a known bug of handsontable plugin, scrolling is broken on mobiles and currently there’s no workaround available since by default handsontable grid isn’t responsive.
2. I am not sure i understand what you mean by that. All buttons are displayed on the 3rd line and none of them is hidden on mobiles. Can you please provide more details?
Thanks
Hello. Just to let you know, an icon has a mistake in its name: icon-sort-numberic-desc, should be: icon-sort-numeric-desc
Hey
Thank you very much for reporting this issue, will be fixed in the upcoming update!
Your form_select2 select/dropdown does not support ajax. The select component turns a list box on refresh even with the size=1. The bug is being persistent since v1.4 The same code (below) works quite well with the pure html select.
<form jsf:id=”frm”> <label>Basic select</label>
<select class="select" jsf:value="#{listBean.listEn.listId}" size="1" jsf:id="drap">
<f:ajax listener="#{listBean.childrenlist()}" render="dra"/>
</select>
</form>
<select class=”select” jsf:value=”#{listBean.listEn.subListId}” size=”1” jsf:id=”dra”>
</select>
You didnt get what im saying. It is a bug. Look at what happen when you click on “DESTROY” in your example form form_select2.html “3. Destroy and create menu:” When you click the button DESTROY looks like the javascript not refreshed hence changes the select component to a list box.
Some scripts needs to be refreshed on update. One ugly way of doing it is putting the script inside an immediate parent div
e.g. <f:ajax listener=”#{listBean.childrenlist()}” render=”pdiv” > <select class=”select-results-color” jsf:value=”#{listBean.listEn.listId}” jsf:id=”drap”>
</select> </f:ajax> <select jsf:value=”#{listBean.listEn.subListId}” class=”select-results-color” jsf:id=”dra”> </select> <script type=”text/javascript” src=”assets/js/pages/form_select2.js”></script>I am sorry, but i still don’t get what you are trying to say. I’ve checked Enable/Disable functionality and it works fine for both single and multiple selects, i don’t see any bugs. Do you get any JS errors in your console?
Greetings I have a minor problem with the file input button on multiple input. Is it possible to display the number of files instead of the first filename?
Hey
Are you using one of the custom file uploaders or a native browser uploader?
I m referring to styled upload button with uniform js. If I change the input to multiple and try to select multiple images it does the job but only shows the first file name as selected.
Hi
Sorry for delayed response.
Basically by default uniform.js doesn’t support multiple files upload, it’s designed for a single upload. Although you can use multiple attribute, plugin itself doesn’t support this option. You can try to adjust core JS file to fit your needs, but for multiple uploader i’d suggest to use bootstrap file uploader.
Thanks
Hi Kopyov! The daterange picker (.daterange-basic) shows up behind a modal popup. How can I resolve?
Hey
Yep, confirmed and in my todo list for the upcoming update. The reason why this is happening is that modal has higher z-index than any other dropdown or picker. The fix is simple, you just need to change z-index for .daterangepicker.dropdown-menu class to 1060 in datepicker.less or override it in CSS.
Thanks
Thank you! 
Thank you! 
Welcome! Let me know if you have any other issues.
I’m trying to use the ‘success radio button’ under ‘Color Options’ on the form_checkboxes_radios.html page. If I add this:
<label> <input type=”radio” name=”radio-styled-color” class=”control-success”> Success radio </label>It does not work UNLESS the code under ‘Switchery Toggles; Switcher Colors’ is added. I don’t see how they are even related. If I take everything out of the page except these two sections, it works fine (even in your html page). If I then take out the ‘switchery toggles; switcher colors’ code, the ‘color’ css for the ‘success radio’ button goes away.
Hello,
If you want to use 1 example, you need to use a single config for it:
// Uniform
// ------------------------------
// Success
$(".control-success").uniform({
radioClass: 'choice',
wrapperClass: 'border-success-600 text-success-800'
});
Assuming you are using form_checkboxes_radios.js file as well. This file also contains initializations for other checkboxes/radios examples, as well as bootstrap switch and switchery. Simply remove code pieces needed for other examples and keep the code mentioned above; or create a new custom.js file and use it for your custom js code.
Thanks
Thanks so much for your prompt response. I still must be missing something:
<!- Global stylesheets ->
<link href="https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700,900" rel="stylesheet" type="text/css" />
<link href="../assets/css/icons/icomoon/styles.css" rel="stylesheet" type="text/css" />
<link href="../assets/css/bootstrap.css" rel="stylesheet" type="text/css" />
<link href="../assets/css/core.css" rel="stylesheet" type="text/css" />
<link href="../assets/css/components.css" rel="stylesheet" type="text/css" />
<link href="../assets/css/colors.css" rel="stylesheet" type="text/css" />
<!- Core JS files ->
<script type="text/javascript" src="../assets/js/plugins/loaders/pace.min.js"></script>
<script type="text/javascript" src="../assets/js/core/libraries/jquery.min.js"></script>
<script type="text/javascript" src="../assets/js/core/libraries/bootstrap.min.js"></script>
<script type="text/javascript" src="../assets/js/plugins/loaders/blockui.min.js"></script>
<!- /core JS files ->
<!- Theme JS files ->
<script type="text/javascript" src="../assets/js/plugins/tables/datatables/datatables.min.js"></script>
<script type="text/javascript" src="../assets/js/core/app.js"></script>
<script type="text/javascript" src="../assets/js/pages/datatable_no_search_no_paging.js"></script>
<script type="text/javascript" src="../assets/js/pages/form_radios.js"></script>
<!- /theme JS files ->
I created a new javascript: form_radios.js. It only has this:
/*- # Styled checkboxes, radios and file input *
- Specific JS code additions for form_checkboxes_radios.html page *
- Version: 1.0
- Latest update: Aug 1, 2015 *
-
—-—-—-—-—-—-—-—-—-—-—-—-—-—-——*/
$(function () {
// Success
$(".control-success").uniform({
radioClass: 'choice',
wrapperClass: 'border-success-600 text-success-800'
});
});
My html:
<label class=”display-block text-semibold”>Show classes that are:</label> <label> <input type=”radio” name=”radio-styled-color” class=”control-success”>Active </label> <label> <input type=”radio” name=”radio-styled-color” class=”control-success”>Expired </label>Thanks again for the help. I’m relatively new at this…
Susan
You also need to include a path to uniform.min.js, try to include it before datatables.min.js path and everything should work fine 
That worked! Thank you so much!
How to create in datatable numeric-coma with format like example: 12.500.000,21 and alignment right, because i use “ColumnDefs”: [{ {“Type”: “numeric-comma”, “targets”: [2]},
{ “ClassName”: “dt-right”, “targets”: “_all” }],
But this does not work, maybe you have a solution
Thank you
You might want to check formatNumber and language options that are built in.
For right alignment, you can use .text-right class name, which already exists in the template.
Thanks
I do not understand your intentions, what I want is the column data table I want on the colum to 2 right and the right type is money (ext 12.000,500) while the other colum is left and character type. I’ve tried with:
$ (’# Datatable’). DataTable ({ “ColumnDefs”: [{ “Orderable”: false, “Targets”: “_all” },
{“Type”: “numeric-comma”, “targets”: [2]},
{ “ClassName”: ”.text-right”, “targets”: [2] }],
But the result is still not able, maybe you can help me, what the right script.
Thank you
problem is solved…thx
Glad you’ve managed it yourself
Let me know if you have any other issues.
Thanks
Hai, I have been seen multiselect dropdown with form editable..but i was not able to load data from database in datatables so can u pls show any example that loads data in datatable from database and saves it back to database…
Hey
Can you please share your code for editable config? Either here or send me an email to e.kopyov[at]gmail.com
Thanks
Noticed someone else recently posted a similiar question as I have. I am using template #4 and am trying to have a large logo in the top left hand corner. I have also fixed both the main and second navbars. I did not understand modifying the LESS files. Would you mind providing further details. thank you!
Hi
You need to adjust logo size in navbar.less file (assets/less/_bootstrap-limitless/) in .navbar-brand class and child image – there is no any other way to do it unfortunately, unless you want to override vertical spacing, height and line height of the .navbar-brand class.
How to use less and how to compile less files is well explained in the documentation. Also http://lesscss.org/ has quite extensive documentation.
Thanks
Datatable with Json Error: Dear Kopyov, When i try to use datatable with json, there is an 404 error that source code does not find the datatable_ajax.json.
Error Notice 1: DataTables warning: table id=DataTables_Table_0 – Ajax error. For more information about this error, please see http://datatables.net/tn/7
Then I search the error at “http://datatables.net/tn/7” and it looks like 404 error. When i examine the code; in aspx page it use “assets/js/pages/datatables_data_sources.js” path. That js direct the ”$(’.datatable-ajax’).dataTable({ ajax:’assets/demo_data/tables/datatable_ajax.json’});
But at chrome developer section it goes to “datatable_ajax.json?_=1497219356377”. What it means 1497219356377 here??
Error Message: GET http://localhost:60971/assets/demo_data/tables/datatable_ajax.json?_=1497219356377 404 (Not Found)
Thank you for your attention. Best Regards, Mustafa
Could you please let me know what size is the main css file. i have puchased themes in oast from other vendors and after purchase have found the css file to be over 500k. So could you please provide info on css file sizes
Hi
Unfortunately that’s a common problem of all templates – the more features the template has, the bigger source files are. Total size of Starter kit CSS is around 300kb and can be reduced to 200kb by turning off some features, full featured template is around 400Kb.
Thanks
Hello, Do you think there might be a way to make a webpage full screen on mobile devices?
Hello
Sorry, i don’t understand what you mean by that. It already has 1 column, or you want to remove horizontal spacing?
I mean when you click on an icon a page fits to all screen,
Sorry, but i still don’t understand… Why do you want to make the page full width, if it already has 100% width? All columns stack on small screens, sidebar is hidden, the only thing is 20px horizontal spacing, which can be removed in CSS.
Hi, I noticed that pnotify is an old version, current version is 3.2 and you use 3.0. I don’t know if I can only replace js file or it is necessary to modify some styles?
Hi, again, I am testing noty and I like a bit more, but the version is very old too.
Hi
Noty has quite strange templating – theme is defined in JS, not CSS. So it requires quite a lot of time to update it.
PNotify was released a month ago, i’ll update it in the upcoming release. But you can use both now if you want, when update is available all you’ll need to do is to replace JS and CSS files, in any case it won’t affect functionality.
Thanks
So you will not update Noty? If I replace noty javascript file I will have problems with some style? New version of noty have new features such progressbar that I like
.
I will definitely update it, should be available in the next version.
Thanks
thank you! 
Hi Kopyov,
Any chance of a default “coming soon” page that would complete the starter set?
Btw, brilliant work.
Cheers Damon
Hey Damon
Yep, in my todo list for upcoming update – coming soon and maintenance pages. Thanks for suggestion!
I want to show and hide different menu items in the left column. How would i auto collapse the side bar for just one link. For example i’d want to hide the links for “Sidebar”.
So how would i auto collapse this:
Old MessagesThank You
Hi
Sorry, but i don’t understand what you are trying to achieve. Can you please provide more details or some example?
Thanks