496 comments found.
HI, in form wizard(form.html), i make more than one <input> textbox, but the validation only validate the first input textbox.
Could you help me, how to make form wizard with more than one input value.
Thank You
will be fixed in next update, Thanks
broken layout if I reduced browser window height, it’s happen with all your sample layout. How to fix it ?
You mean the left menu? there will be a collapse menu in this weekend update. Thanks
fixed, using vbox..thanks. BTW I have problem with bundling and minification ASP NET MVC 5 (font-awosemo.css & font.css)—>/* Minification failed. Returning unminified contents. (40,1): run-time error CSS1019: Unexpected token, found ’@import’
Do not minify the font-awesome.css and font.css, they both import fonts.
Thanks
Any more updates we can expect? 
There is a update in this weekend. Thanks
Can we masonary layout and youtube video link 
No plan for this. thanks
will add great value to it. We need it also
isotope and masonary will make it more interesting.
Is there a way to make the sidebar (navbar) be automatically extended by default? I don’t like it when it is in a single column??
Actually you can put other things in the left column. not just the navbar.
Thanks
Yes I know, that wasn’t my question.
I want to make the navbar stay extended, not a single column (icon next to name), instead of where it is just the icon. How do I do that?
Check this page, http://flatfull.com/themes/todo/dashboard.html, you can put the icon in the .navbar, also it’s the bs3 navbar, http://getbootstrap.com/components/#navbar
Thanks
My problem is that I have too many items for the navbar. It gets all messed up, I’d like to show a screenshot so i can explain better as your not getting it. Can i get an email?
There is a update in this weekend. and it have a collapse menu for your many items menu.
Thanks
I tried to convert everything with PhoneGap. In table.html file with the plugin DataTables the underlying part does not work. That is, clicking on the number of pages does not change anything, does not change the display.
Thanks you very much
Can you debug it, see any js error happens? if it loaded the data success and get the pages. it will works fine with the pagination.
Thanks
The problem is the css class .table-responsive . With this class all link in the bottom become unclickable.
You can wrap the DataTables rows with the .table-responsive, not the whole table. except the header footer. Thanks
Fixed! Thanks! 
Hi,
I am trying to make the wizard widget works with more than one input field per step, but parsely seems to validate only the first field on the form. And it behaves in a weird way.
How can I add more than one field per setp and validate all them?
Thanks.
Any luck with this?
will be fixed in next update, Thanks
What does it mean that this theme has 2 Runnable applications? Also, do you have a layered Photoshop file for sale for this theme?
Tasks and notes with crud functions. no psd files
Thanks
Hello,
Is it possible to improve the response time in mobile? I can see when I use a mobile to visit the app and click any button, it probably need one second to respond.
Thanks!
Hi, use this https://github.com/ftlabs/fastclick
It works! Thank you!
Hello!
I will buy the template but I want it with fixed width.
Can you make it with fixed style too?
Thanks!
You just need fix the body
body{width:1000px; margin:0 auto}
Hi,
Great theme! I have an issue when using as an IOS webapp when it has been added to the homescreen. When I have the scrollable wrapper class set and I go into a textbox the onscreen keyboard covers the textbox and will not type anything. In normal safari it works fine and when the textbox gets focus the whole page moves up to make space for the keyboard. Any help would be really appreciated. Thanks Wayne
<!-- iOS web-app metas -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black"
Found a fix – if anyone else needs it : http://stackoverflow.com/questions/18970865/ios-7-input-elements-moving-fixed-positioned-elements
Thank you!
Where can I find documentation and instructions for the form validation?
Hi! Restarting dev on the webapp again. Is there an update coming soon? Not that it is needed, just want the freshest copy. Thank you.
Hi, I am working on the update and some feedback. but not ready yet.
Thanks
I wish others were as responsive as you. I will buy all of your themes. Communication is key.
Thank you!
The system has no model alert for confirmation, type remove?
There are BS3 alert and modal components.
Thanks
which link where I can find?
Do you have a BS2 version of this?
No BS2, BS3 is more better.
took as the focus of the datepicker inputs select the date?
Call the .datepicker(‘hide’) function. docs here http://www.eyecon.ro/bootstrap-datepicker/
Thank you!
Preciso inicializar o tooltip neste código da datatable para que possa aparecer dentro dos registros em aaData… Como devo proceder?
<script type=”text/javascript”> jQuery(document).ready(function(){ var oTable = $(this).dataTable( { “bSort”: false, “bProcessing”: true, “bAutoWidth”: false, “sDom”: ”<’row’<’col-sm-6’l><’col-sm-6’f>r>t<’row’<’col-sm-6’i><’col-sm-6’p>>”, “sPaginationType”: “full_numbers”, “aoColumns”: [ { “mData”: “dados01” }, { “mData”: “dados02” }, { “mData”: “dados03” }, { “mData”: “dados04” }, { “mData”: “dados05” }, { “mData”: “dados06” } ], “aaData”: [...
I need to initialize the tooltip this code to datatable that may appear within records aaData … How should I proceed in the above code?
Example:
i class=’icon-eye-open’ data-toggle=’tooltip’ data-placement=’top’ title=’Fatura Visualizada’ /i
Congratulations… Success… Thanks
Is there a way to make the sidebar (navbar) be automatically extended by default? I don’t like it when it is in a single column??
Can I get a reply please?
In IE9/10/11 content seems to dissapear when you go over them with the mouse… it’s very wierd… for example (http://flatfull.com/themes/todo/profile.html) when you move the mouse over this page all elements except the menu and header eventually dissapear/turn white.
Is this a known issue and being fixed in a future update?
Hi,
I have a problem. I´d like to know if the todo´s datepicker component, it´s possible to configure like a timepicker. I saw in other datepicker components, it´s avaible with this code
<script type=”text/javascript”> $(’#timepicker1’).timepicker(); </script>
Hi, The datepicker not support time picker. you can try this one. http://tarruda.github.io/bootstrap-datetimepicker/