205 comments found.
In mail.html (and practically most sections. If you replace the (“email-list”) id with a table rather than a ul-li list then horizontal scrolling suddenly appears. Is there a way to make the it fit without horizontal scrolling.
To replicate:
Remove
<ul class="list-group auto no-radius m-b-none m-t-n-xxs list-group-lg">
<li class="list-group-item">
<a href="#" class="thumb-sm pull-left m-r-sm">
<img src="images/a0.png" class="img-circle" />
</a>
<a href="#" class="clear text-ellipsis">
<small class="pull-right">3 minuts ago</small>
<strong class="block">Drew Wllon</strong>
<small>Wellcome and play this web application template </small>
</a>
</li>
..
</ul>
Add
<table>
<tr class="list-group-item">
<td>
<a href="#" class="thumb-sm pull-left m-r-sm">
<img src="images/a0.png" class="img-circle" />
</a>
<a href="#" class="clear text-ellipsis">
<small class="pull-right">3 minuts ago</small>
<strong class="block">Drew Wllon</strong>
<small>Wellcome and play this web application template </small>
</a>
</td>
</tr>
</table>
remove the ‘hover’ class.
<section class=”scrollable hover w-f”> => <section class=”scrollable w-f”>
If you add a checkbox to the datatables.net example (just like in the static table example) it will be too big a box because datatables.net wraps the class ‘dataTables_wrapper’ around it.
The fix should be by overriding ’.dataTables_wrapper input’ somehow.
And thanks for a great template. Will there be any documentation in future?
you are right.
you can put a custom class to override it. like .i-checks input{ width: auto !important; height: auto !important;}
fix in next update. Thanks
Sorry to say, but in your newest (v1.2) update this is again not working using checkboxes in dynamic tables.
Replicate issue:
"aoColumns": [
{
"mData": "engine",
"mRender": function (data, type, full) {
return "<label class='checkbox m-n i-checks'><input
type='checkbox'></label>"
},
},
...
"mRender": function ( data, type, full ) {
return '<label class="checkbox m-l m-t-none m-b-none i-checks"><input type="checkbox"><i /></label>';
}
Hi,
Can we get the updated version for free after I purchased?
Yes, free update. Thanks
Hello,
I love your work have a project i would like to get started on! are you available for hire?
Please email me at slickgfx@gmail.com
Regards, Alex
Contacted you, Thanks
Hi, Never got the email..
Check your email. or send me a msg via my profile page. Thanks
I just sent you an en email via your page.
Thanks
Hello, I want to use your UI Kit in my plugin that will be uploaded on codecanyon. Do i need the extended license for that ?
if you want to sell it on codecanyon. you need the extended license, Thanks
Hey,
There are pirated copies if your template ? Is it ok if someone use one of them ?
Someone can not do this. need a license.
Is it possible to update the mail program so when emails are clicked in <aside id=”email-list”> the contents get loaded with a fade animation into <aside id=”email-content”>.
You can use a js to trigger the click event and then replace the <aside id=”email-content”> inner html. and use a “animated fadeInUp” class for the fade animation. Thanks
It’s awesome, probably will buy.
One last question, is the LESS CSS source of landing page included?
The landing page css is simple. and no less file for this page. Thanks
Hi!
First of all, thank you for the very nice theme for creating awesome web applications
I’m building several tables who are very wide and don’t fit in the content area. Is there any possibility included to enable horizontal scrolling of a table?
you can use the .scroll-x to wrap the table.
<div class="table-responsive scroll-x"> <table class="table table-striped" /> </div>
Thanks
Hi there, one question, what the css code to make the sidebar stay like this http://i.gyazo.com/8f774fa8014d33f2b5e42348d70f55ee.png all the time ? (to be minified / reduced all the time) Thanks.
check the layout-color.html, use a ”.nav-xs” class on the aside. you can use the Chrome Devtool to check what was changed on the elements.
Thanks
Thanks for this lightning fast reply
Worked perfectly.

Hello, You have an error in your CSS on the right side of landing.html. Could you please check ? Thanks.
http://img15.hostingpics.net/pics/978713ScreenShot20140514at134453.png
the background image is not width enough. you can change it to a big width image. Thanks
Also, how does the code for this app look? Is it coded in an MVC structure with data separated from design?
This file is a html template, no MVC for the whole template. only the note.html use the backbone MVC. Thanks
Can you tell me more about the resful API and mysql code—what can you do with it?
Hello,
Do you provide full PSDs?
The 1.1.0 version contains psd file with layout, ui kit, widgets and components. Thanks
Would you consider adding a video player / movie element to the template? or do you have any advice on which one to implement?
will add in future update. Thanks
Hey Flatfull, I already purchased two of your themes and I am super happy so far. I just purchased this new theme and I read somewhere that the theme includes a Mysql & RESTful API code to sync notes. I don’t see it in the zip file during download.
Help me out please.
This file does not have the Restful api. if you want it, you can send me a msg via my profile page. i will send the files to you.
Thanks.
PM sent. Hope to hear from you soon 
file sent. Thanks
Are you planning to create a landing page for this theme (since the /landing.html announce ‘coming soon’) ? Could be awesome ^^
Landing page added. Thanks
Ow ! That looks fantastic. It’s definitely the cleanest Admin theme out there. Purchased !
Thank you!
Hi,
I bought this template and I love it. I just wanted to let you know that on smaller resized screens the horizontal and vertical sliders do not work.
Thanks, J
Tested on chrome mobile, it works. Thanks
Hi
Really like your theme. Wanted to know if we are talking days or weeks for the PSD files to be ready. Also, do you provide yourself or do you know anyone that can provide mockups based on your theme. We have a development team, just need a designer/UI for the wireframes etc.
Cheers
Next update close to be finished. for custom work, you can send me a msg via my profile page. thanks.