2227 comments found.
Hello, wanted to check in on when should we expect 2.0. I’m about to kick off a new project and wondering if 2.0 is coming soon.
thanks.
Hello
Can’t tell you for sure at the moment, it’s in active development. Should be ready within next 1.5 month.
Thanks
Thanks for the update. This gives me some timeline. Is there a way I can see some samples?
Unfortunately no, in 2 weeks, it’s still in development and visual part will be adjusted at the final step 
Thanks
the script and the css for dropdownlist is not working on the PartialView of my MVC Razor solution, please suggest how can I make it work. Thank you.
Hi
I am sorry, but i am not experienced in MVC, so can’t help you much i’m afraid. Do you get any JS errors?
Thanks
It’s a great template. But I am wondering: when do I need to include jasny_bootstrap.min.js in my code, when is this used?
Hi
Jasny Bootstrap is a library that adds some new functionality to Bootstrap. In Limitless it’s used for masked inputs only, so if you don’t use them feel free to remove the library.
Thanks
Hello, i have read the regular licence terms and just to be sure i must ask the following. We are developing a website for a recruitement company. The company will pay at the end for the development. The end product will NOT be reselled, it will only contain services for what people will need to pay, like profile highlighting and stuff like that. And my question is do we need an extended licence or that is only needed if we wish to resell the whole project.
Thanks and regards!
Hello
That’s a tricky question – license is issued for the end product, so if users need to pay to access services on your website and the template will be used in these services, you need Extended license. For example, if your front end has different design and you are using admin template in control panel only (accessible by you), Regular license is enough. But if admin template is used on the entire website, you need Extended one.
During development, you can use Regular license anyway.
I’d suggest you to go through license FAQ’s.
Let me know if you have any further questions.
Thanks
Boostrap 4 BS4
Hi Kopyov, apologies if I sound like a scratched record, but now that Bootstrap 4 beta version has been released, what is your ETA in terms or releasing a version that is Bootstrap 4 ready. Appreciate that you have said you have been working on one for some time, but any indication of release would be much appreciated. Many thanks,
Hi
Ahh, it’s really hard to say – i’ve changed markup and updated all plugins to the latest version and was waiting for final Beta to update styles. But they have also changed class names and tons of variables, so basically i need to do everything again now. That’s why i didn’t want to work with Alpha’s. So it depends on how it goes, 1-2 months max including 1 week vacation 
Thanks!
Thank you for your update.- enjoy the holiday – will keep an eye out for your updates.
Thanks! 
while using the SelectList on my MVC RAZOR page I need to Load the Dropdown with Pre-selected Value but it is not doing quite so with src=”assets/js/plugins/forms/selects/select2.min.js”.
View : <form>
@Html.LabelFor(model => model.CityName)
@Html.HiddenFor(model => model.CityKey,new { id= "CityKey" })
@Html.TextBoxFor(model => model.CityName, new { placeholder = "City Name",id= "CityName", @class = "form-control" })
@Html.ValidationMessageFor(model => model.CityName, "", new { @class = "text-danger" })
</form>
@Html.LabelFor(model => model.StateName)
@Html.DropDownList(“StateCode”, null,string.Empty, new {@required=”required”, id = “StateCode”, @class = “select” })
@Html.ValidationMessageFor(model => model.StateCode, ””, new { @class = “text-danger” })
Script base on the Selectlist Control:
<script type=”text/javascript”> $(document).ready(function () { $(’#msgSuccess’).hide();
$(".discussion-comment").click(function (event) {
//alert($(this).attr("discussion-id"));
$('#CityKey').val($(this).attr("discussion-id"));
$('#myModal').modal('show');
$('#btnUpdate').show();
$('#btnAdd').hide();
var w = "#CityKey";
var url = '@Url.Content("~/")' + "Utility/LoadCityData";
$.getJSON(url, { SelectID: $(w).val() }, function (data) {
$('#CityName').val(data["CityName"]);
$('#StateCode').val(data["StateCode"]);
});
});
});
</script>
Hi
Sorry, but i don’t understand the problem, your code seems to be truncated. Can you please provide more details?
Thanks
Kopyov, great job on this theme! Just a follow up on the ecommerce set, there’s currently a list and a grid, but no details/edit page yet, do you have a target date for this update? Thanks
Hey there
I do have plans for additional pages, but no ETA at the moment, sorry. It’s basically the layout with a mix of existing components, so should be pretty easy to implement, but i am currently working on BS4 version, so can’t tell you exact date. Sorry
Thanks
No issues, just wanted to make sure before I create my own, thanks anyways, and again, great job!
Thanks! 
vue version please!
Not in the near future, sorry. Currently focused on more important things.
Thanks
Hi, I have a problem of dynamically appending a content panel. Here is some of my codes: $(”#body”).append(‘ ......... ‘); The content panel displays normal, but actions in page heading are not working, e.g., <a data-action=”collapse”></a>
Hi
You can wrap JS code for panel actions in some function and then call this function after your .append() method, either normally or in timeout function depending on what exactly you’re appending.
Thanks
Hello, I wrote about this once before probably like a year ago. I could really use some help implementing some image carousel functionality so that people can rotate through images. Is there any way you can help show me how to implement a feature like this in the theme?
Hi
You can implement Carousel plugin, which comes with Bootstrap by default. But you’ll get default styles as i didn’t add this component to the template as i still think admin template doesn’t need this kind of feature, it’s still a control panel.
In future releases i’ll add it eventually, but not sure when exactly, currently focused on more important things, sorry.
Thanks
I see image as well as content slider needs in admin tools all the time today. It is used all the time. I can use it in my tool in about 10+ areas. It all depends what you product is. Today’s admin tools are pretty fancy, just look at your theme. Its not just toggles and switches and forms.
If there is any chance I can pay you to do like a one page example of this properly implemented for me to use, that would be wonderful. You can then add it in later, but perhaps a simple modified page of something that already exists with the profile or something.
No need, i can help you with integration, but not in August, too much work. If you can wait, email me what exactly you need to e.kopyov[at]gmail.com and we’ll sort it out when i have more time.
Thanks
When I combine panels and charts, if I do not use “in” on then the display of the charts is very small, but if I use “in” < div id = “accordion-styled-group1” class = “panel-collapse collapse in> the chart view becomes normal. At the moment I call the chart using . What do I do if I do not use “in” but the echart view becomes normal
thx
I call the chart using
I am sorry, but i don’t understand. You are using collapsible component and want to show the chart in collapsed panel? Because “in” class toggles panel visibility. Please clarify
yes i’m using collapsible component and want to show the chart in collapsed panel. As in the example components_navs.html, Panels styling on the left, which when panel 2 we press it will appear data charts and panel 1 will be closed
thx
just curious, why do you need to show chart in collapsed panel since it won’t be visible?
Or you mean you need to refresh chat size when the panel becomes visible? In this case you need to update chart size when collapsed element is shown:
$('#myCollapsible').on('show.bs.collapse', function () {
yourChart.resize();
});
Hope this helps
yes that was i mean, chart resize when the panel becomes visible, but i already try your script by adding the script at the buttom of my code
<script type="text/javascript">
$('#collapsible-control-right-group3').on('show.bs.collapse', function () {
$('#basic_columns_search_tot').resize();
});
</script>
its not have any impact, the chart still not resize and show sequezz on display panel
You need to resize the chart itself, not the DOM element:
// Init
var chart = ec.init(document.getElementById('chartID'), limitless);
...
$('#myCollapsible').on('show.bs.collapse', function () {
chart.resize();
});
You can also try shown.bs.collapse instead of show.
Thanks
still not working, has error
Main_graph:2603 Uncaught ReferenceError: ec is not defined
at Main_graph:2603
i use the code at the same place like this
<script type="text/javascript">
var chart = ec.init(document.getElementById('basic_columns_pencairan_tot'), limitless);
$('#collapsible-control-right-group3').on('show.bs.collapse', function () {
chart.resize();
});
</script>
How do you initialize your chart?
im initiate charts on the top of code, i already move my code to top and its not got error, but the chart resize still not working, is it class of the div has impact onthe cart
<div class="chart has-fixed-height" id="basic_columns_pencairan_tot" />
Again, i need to see how you initialize your chart – i can’t resolve your issue if i don’t see where it’s coming from. I need to see your chart config and your markup. WOuld be nice if you can share a link to your page or send me a code to e.kopyov[at]gmail.com
Thanks
I’ve sent an email on Friday, please check
Thanks
Replied back
problem is solved…Thank you for the support
Always welcome!
Hi Kopyov,
I have enquires.
In your template how can we make the panel borderless.
Hey there
Of course, simply add .no-border class to the panel container 
Thanks
I’m Facing problem related to anytime picker, in my user interface dynamically adding anytime picker in single page it’s work for only 3 time then after anytime picker is not working and give error in console “Uncaught Cannot create another AnyTime.picker for “start_date”” screen shot google drive link : https://drive.google.com/file/d/0B6_UEICwSpzKdU5YWnlScVBfU3c/view?usp=sharing
give me fast replay with solution.
Thank You
Hi
I can’t give you quick reply with solution, because i have no idea what’s causing this issue, all i see is a screenshot with JS error.
I need to see your code if it’s a code related issue. You can send me a link to your page to e.kopyov[at]gmail.com or email me the file with all JS files and paths to those files, otherwise i won’t be able to help you.
Thanks
I’ve sent an email, please check
You can get the problem by,
Link : http://bmptechnologies.com/anytime_picker/ and source file attached in email.
Thanks
replied back
Having difficulties with the sidebar and dynamically loaded content.
1. Visit the login page: http://dev3.gigbuilder.com/cal6.nsf/login.html 2. Use the date: Sept 1st, 2017 and password 12345 3. Login, shrink the screen for a mobile phone size, click for the menu and you’ll see it appears too far below the main navbar AND won’t disappear when an item is clicked. I am calling the entire app.js (to reinitialize) and the expand button works but that’s all.
Suggestions?
Hi
When dashboard is loaded, you need to remove login-container login-cover classes from body tag and add navbar-top class instead.
login-container class added vertical padding to the body, that’s why you see top and bottom spacing.
Since it’s a simple link, it doesn’t close the menu on click. You can manually remove .sidebar-mobile-main class on click, but i wouldn’t suggest it, because potentially you can have multi level menu there.
Thanks
Hi Guys,
Would you consider adding project management in the next update – the e-commerce is great but it would be definitely great to have project and tasks management – task Board.
Many thanks 
Hey
Of course, as well as task board and other management tools
No ETA at the moment, but they are in my todo list for future updates.
Thanks!
Great thanks
looking froward to the next update
One more thing, will you be able to use slidepanel also !
Many thanks 
In my to do list as well 
How to create a waterfall graph with the condition: that we have a positive-value column across the x-axis, the negative value column across the x-axis and also positive. – and negative-valued columns above and below the axis. (As in the example: http://www.benlcollins.com/spreadsheets/waterfall-charts/ For Case 2: Complex Waterfall Chart)
thx
Hi Kopyov! I love limitless! Thanks for creating it! I need to pass a value to the vertical form on the click event. Do you have any idea on how could I accomplish that? 
Hey there
I am not sure i understand you correctly. You mean pass the value on button click or on form submit? Please clarify.
Thanks
I found the solution, thanks.
Hi – quick question datatable_extension_row_reorder.html
Row Reorder Responsive Integration
The row reordering in this example is triggered by dragging the cells in the second column.
I want it to set to first column.
Per documentation I went to https://editor.datatables.net but could not find what I was looking for, not specific which file to edit.
Thank you
Hi – quick question datatable_extension_row_reorder.html
Row Reorder Responsive Integration
The row reordering in this example is triggered by dragging the cells in the second column.
I want it to set to first column.
Per documentation I went to https://editor.datatables.net but could not find what I was looking for, not specific which file to edit.
Thank you
Hi
Datatables Editor is a separate extension for DT, which is not included to the template as it’s a paid extension.
In your case, you can easily change selector in table config:
// Responsive integration
$('.datatable-row-responsive').DataTable({
rowReorder: {
selector: 'td:first-child'
},
responsive: true
});
This changes the selector to the first cell in each row .
Let me know please if that helps.
Thanks
Thank You
Hi,
is there any posibility to initialize the FAB Button programatically .. when i use this in m VueJs application the fabButton dont work because of injecting the button after pageload ..
Best regards,
Markus
Its ok .. i have found a solution 
Hey
Sorry for delay, just getting back to work after vacation
Let me know if you have any further questions.
Thanks