496 comments found.
@Flatfull – we are considering this for an enterprise application. Will you take on consulting or customization work? If so, what is your hourly rate.
Thanks.
Hello?
hello, you can contact me via my profile contact form. Thank you!
hallo could you add page like this ? http://semantic-ui.com/modules/dimmer.html
hello sorry for asking again , in list.html how to create Nestable list looks like Sortable list in size and the icons
Thanks 
hi, i only create the common widgets/pages. you can change the paddings in the js/nestable/nestable.css.
Thanks
okay it works
awseome thanks
by the way could you add some dimmer page or some thing like tour page ? i’don’t know how to add it 
Good idea. i will include one in the future update. Thanks.
how can I hide the side nav to only be visible (slide from the left) on small screens when the nav icon is clicked.
never mind, I fixed it.
Your theme is really great! Already some nice additions! I hope you’ll keep improving it!
I’ve found some issues 1) The ‘responsive table’ will have problems displaying if there are more than 5 columns, especially at mobile. So it’s not really a responsive table. Can you build some more advanced responsive tables with scrollbars? Something like this: http://www.keenthemes.com/preview/metronic_admin/table_responsive.html Maybe you also can add some ‘editable’ and ‘managed’ tables?
2) In your examples you only show toolbars inside the panels. Can you add one or more examples of horizontal toolbars not inside panel, but above them for example?
Hi, Thanks for the comments
1) it’s Bootstrap responsive table http://getbootstrap.com/css/#tables-responsive, no js plugin used, you can test it on real phone.
2) you can use the btn-groups to build the toolbars.
Thanks!
Great Work! We are struggling in ONE areas- spent a lot of time: in multi step forms we just can not have textbox.. If we put the textbox then it doesnt appear on the browser
http://heyflat.com/themes/todo/form.html Form Wizard TabPlease help 
<div class="step-pane" id="step1">
<textarea class="form-control"></textarea>
</div>
Thanks
That didn’t work for us. It was now double checked. Can you please give us better solution on this matter?
Flatfull – even after trying again and ensuring all weaps… this is not happening… any bugs out there for you and others.. This is the Form Wizard Tab of yours.
you can send me a msg via my profile contact form. i will send you a sample page. thanks
1] Do you know why your preview the dragable does work with touch device and when I upload all the files (without any change) on my server it doesn’t work?
2] Also the status toggle (V en X) on the table.html doesn’t work anymore also on your preview. (I believe you could switch them when clicking?)
Thanks
hi, 1] the touchable portlet need the js/jquery.ui.touch-punch.min.js, make sure you have uploaded and included in the page.
2] the static table sorting will fix in next update.
thanks
hi, 1] I didn’t change any files just upload all the files without any modification. Check private message for my site.
2] Thank you!
sent you an email
Hello there!
I am customizing this template and I have discovered a problem. When I click on the mail item (mail.html) that says “click me” using an iPad, it does not work properly.
Could you take a look at it and suggest a way to fix the problem ?
Thanks in advance.
hi, it works on iPad mini. click it when the page loaded completely. Thanks
is their a way to change the border colore of a container? they are all wht and i need them to be darker?
Thanks
you mean the ’.panel’? you can use the ’.no-borders’ to remove the border. also you can check @panel-border:@border-color in the less/app.variables.less file.
Thanks
Hello again, Once again I face another layout problem: When the content of the inner section is big enough, the footer jumps and sticks to the middle of the page! And you seem to have the same issue in your example page (dashboard-2): http://i44.tinypic.com/xpsaa0.png Any suggestions on how to fix this?
A better documentation on what your section classes such as “w-f, scrollable, stretch, flex, wrapper etc” exactly do would also help. But my main issue is I want a fixed header on top and a footer that is on the bottom of the page (not necessarily sticky, just at the bottom of the page after all the content.) Please help!
<section class="hbox stretch">
<aside></aside>
<section>
<section class="vbox">
<section class="scrollable">
you long content
</section>
</section>
</section>
</section>
i will include a detail document in next update.
Thanks
that works almost but not the desired outcome for me, it makes the footer sticky and the content scrollable, i want the footer to be after the content, not in an absolute position… so the best workaround I could come up with was to disable ” .vbox > section, .vbox > footer” class in the css (line 553), that solved the problem but I’m not sure if this will have a bad effect on the rest…
you can put your footer content in the ‘scrollable’ so it will scroll with the content.
Thanks
hi can you explain about how it works or Configuration this templet any video or link plz
This is a html/js template, Thanks.
Hi can you please make the sortable list also touch enabled? for touch devices. Thanks.
you can switch to jquery sortable function. check the portlet.html Thanks
ok will try. Do you know why your preview the dragable does work with touch device and when I upload all the files (without any change) on my server it doesn’t work?
Also the status toggle (V en X) on the table.html doesn’t work anymore also on your preview. (I believe you could switch them when clicking?)
Clearly it’s high quality, but the documentation is awful!
Most docs are Bootstrap documents. and plugins you can check on the author site. Thanks
Theres a bug with the left sidebar. Check this: http://gyazo.com/cb4cd8ab14d7711f589369068e216fb7.png
How can we fix that? This bug is happening on the preview link you have and the download copy of the template.
Awesome work though, love it!
which browser you used?
Flatfull, the bug exists in Google Chrome, Firefox and Safari.
Flatfull, also, the font is different on the download vs the preview/demo. Its not the same font. Its bigger on the downloaded copy.
The downloaded is same as the preview one. maybe it’s the Google web font does not loaded on your local.
There’s a bug on http://heyflat.com/themes/todo/mail.html Labels are showed without overflowed hidden. If I add “scrollable” class doesn’t solve the problem also… please help.
Ok, just add “scrollable” class to section.w-f and remove ”> section” without classes. Should work then.
I was wondering the same thing – may make sense to offer a dashboard layout with a horizontal top nav in your next release. Was about to go with someone else’s template instead because I didn’t see it in this one.
check the dashboard-2.html, Thanks.
Thanks for making a excellent them! Is there an example of a top-fixed-horizontal menu that is mobile friendly?
Quan
Check the index.html page, it has .nav-bar-fixed-top class.
Thanks
Do this template support widget of dialog, I can’t find the solution of it? I must to use this widget on my template.
ives
there are chat/comment widgets in the widgets.html.
Thanks
Hi,
When I go to a new page when viewing in full screen mode, it leaves full screen. Besides AJAX is there any way to keep it in full screen mode when going to a new page?
It will back to normal if refresh/open a page. you can try the Chrome app.
Thanks
There’s a bug when #content is short than #nav. On smartphones #nav gets cutted. Can you check this? Maybe use CSS flexbox for this? Thanks!
hi, Thanks for this bug report. you can remove the position:relative to fix this @media (max-width: 767px) html, body{ position:relative }
I will fix in next update. Thanks
It doesn’t work. With “position: inherit;” works but the transition when opening the #nav is weird. It works for you with “position: relative;” ?
no, i mean remove the position:relative, and set the .nav-off-screen + *{position:absolute;width:100%}
I can’t get your point, I think I’ll wait for the update
. Please take a look at this hbox, vbox implementation in CSS3 FlexBox: https://code.google.com/p/chromabrush/source/browse/frontend/css/hbox.vbox.css?r=ef9268b7a91ce96d11ab3b22ce86e7f7b97f7bb0
i will fix in next update. the flex box is a good idea. but it does not support ie9/ie8. Thanks.