2227 comments found.
Hello. We are wanting to build an Angular admin for our client. How feasible would this be with your theme? Do JQuery and Angular work well together?
Hello there
Although both can work together, i would suggest to find the template based on native Angular code 
Thanks
Is there any provision of looking stats on the country or global map?
Sorry i don’t understand your question. Can you please provide more details?
Thanks
Forgive for the questions that everyone seems to be asking – when will Bootstrap 4 version be out. From previous queries it was going to be November – just wondering if you have a reliable date please? many thanks
Hi
Unfortunately still can’t provide any ETA, it’s still in active development and i’m going to launch beta version soon to gather feedbacks and bug reports, if you want to participate send me an email to e.kopyov[at]gmail.com, i’ll add you to the list and ping when it’s ready.
Thanks
WOW!Nice Work,Congratulations! Good Luck With Sale 
Thanks!
Hi, are you releasing an Angular Version soon?
Hi
Unfortunately no, not in upcoming release.
Thanks
Hi Kopyov,
We would like to purchase this theme but the only thing stopping us is the Mobile Menu. It slides from the top and we would like to have it slide from the right side. Example https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_sidenav
Please tell me if this will be added.
Hi
This is the default behaviour in BS3 – navbars and sidebars are sliding from top. In the upcoming version sidebars will be sliding from left to right and vice versa.
Thanks
Hi Kopyov,
Any way I can make the side menu collapse action in an animated way? Like, when you click in the link in the top that collapses the left side menu, instead of collapsing it immediately I would like to have a collapse animation (even if it’s fast, but still as an animation).
Thanks for the CSS code snippet when you can! 
Hey
Unfortunately this option is not available in current layout, because all sidebars are controlled by simple CSS code with display: none; which can’t be animated with plain CSS. There is an option though – animate with velocity.js.
Hope this helps. Thanks
Can i use it with wordpress?
Hi
Nope, it’s a static HTML template. Actually you can use it for wordpress admin theme plugin, but it requires additional development.
Thanks
We’ll soon start with a new project, whether it’s your advice to wait for a new version and whether there’s an indication when the new version will come out. Any information about the release of a new version means to us, that we would know how to organize ourselves. Greeting!
Hey Voja
Totally understand your situation – approximate release date is 4 weeks from today, stuck on a few things. I’ll ping you when i have the first production version, need a couple of people to help with testings. If you don’t mind of course.
Thanks!
Is it possible to get this image seperately?
Thanks & cheers blueguy
Hey there
Unfortunately i can’t find a source file of this seamless pattern, but feel free to save this pic and load it to photoshop as a new pattern.
Thanks
Hi is any solution to change RTL to LTR to switch directly without put LTR folder to host? like with translate words on page after click. i want to change theme language, Thanks in advance
Hi
It depends on the backend in most cases, RTL requires some markup changes and different CSS files, so in theory you can swap CSS files dynamically and add dir=”rtl” to your page, but for the text translations you need to implement it on backend side.
Thanks
Hey, i copy the example datatable_extension_buttons_html5. But i want to change the three_icon_bars to have a function like Restore column visibility just like in the example. But where do i have to change it? I cannot find it in the html file and js file.
Hey
If i understand your question correctly, you just need to edit button text option in table config, default is:
text: '<i class="icon-three-bars" /> <span class="caret" />'
Change icon-three-bars to whatever you want 
Hope this helps. Thanks
Hi, there’s an issue with having multiple fixed columns. The headers do not align up properly with the column if having more that one fixed column. It does not occur using the datatables fixed columns css so there must be something in the components.css or similar that is causing the issue. You can try it for yourself just set leftColumns: 2 (or more) and you will see it so please have a look if you can tell me what to modify to get it working.
Hi
Thanks for reporting. This issue is caused by long content wrapping and fix is simple – just add this bit to your css:
.DTFC_Cloned th,
.DTFC_Cloned td {
white-space: nowrap;
}
This will force cell content to be on 1 line. Will include this solution to upcoming update.
Thanks!
Well it did not work on your example page when I added it, look at datatables_extension_fixed_columns.js and add another column to the left to .datatable-fixed-both and you will see that the “Last Name” header column is not the same width as the corresponding row column.
I think columns.adjust() should help here, unfortunately not all DT extensions work nicely with fluid layouts.
Already tried that but did not have any effect, altough I have solved it now. For datatables to play along nicely with bootstrap there is an additional css file and js file for bootstrap intergration that needs to be downloaded for it to work correctly.
Ha, that’s interesting. Thanks for your input, i’ll definitely check it out for 2.0, might missed something in the latest update.
Thanks!
<div class="form-group">
<label>Enable/Disable refresh</label>
<div class="input-group">
<select class="bootstrap-select disable-example" data-width="100%">
<option value="AK">Alaska</option>
<option value="HI">Hawaii</option>
<option value="CA">California</option>
</select>
<div class="input-group-btn">
<button type="button" class="btn btn-primary sel-enable">Enable</button>
<button type="button" class="btn btn-danger sel-disable">Disable</button>
</div>
</div>
</div>
select add data-live-search=”true” style has a problem。
Thanks for reporting, this bug is caused by input group, which applies 1% width to input fields. Will be fixed in upcoming update.
Thanks!
Hi Eugene,
i have seen that you have pulled in the update finally but still we can’t access it, is it the Evanto team reviewing before release ?
thanks
Hey there
I have updated preview only for Black Friday sale, template itself wasn’t updated yet. Sorry for confusion.
Thanks
<input type=”file” class=”file-input-ajax” multiple=”multiple”>
Seems to be not working in modal window. Any fix for this?
Have you tried to initialize file input in onShow modal event?
Hi,
is it possible to start the fixed bottom footer at the end of the sidebar, so the footer don’t overlap the sidebar?
Screenshot: https://www.dropbox.com/s/1qt9mm4aelzextj/footer.JPG?dl=0
Thanks, Greetz
Hi
Sure, you just need to set left property to the width of default sidebar:
// CSS solution
.footer-class {
left: 260px;
...
}
@media (min-width: 769px) {
.sidebar-xs .footer-class {
left: 56px;
...
}
}
// LESS solution
.footer-class {
left: @sidebar-base-width;
...
@media (min-width: @grid-float-breakpoint) {
.sidebar-xs .footer-class {
left: @sidebar-mini-width;
...
}
}
}
Thanks
Can i save the ECharts graph in excel, if i can how to coding it
Thanks
Unfortunately no, ECharts library doesn’t provide this kind of functionality.
Thanks
I Bought your theme…congratulations !! but what’s the release date version angular4 or react ?
Although they are planned, i can’t provide any ETA at the moment, currently focused on main version and core functionality.
Thanks