496 comments found.
Hey there
I have an existing application that is already on Bootstrap.
I am curious if you provide the LESS files in a similar manner Bootstrap 3 did so I can integrate them easily:
https://github.com/twbs/bootstrap/blob/master/less/bootstrap.less https://github.com/twbs/bootstrap/tree/master/lessIs it implemented in a Bootstrap 3 theme?
Are you doing @import on Bootstrap LESS files?
Thanks! Really beautiful theme and it will be wonderful if it can be easily integrated in my existing app.
The LESS files have the similar manner with BS3. actually i used some of the mixins from BS3.
but the LESS files do not compiled with BS3’s LESS files. so customers can easy update the BS3 css. do not need to wait my update if there is some conflict.
Thank you!
I’ll be very appreciate if you could add a css when user clicks a submit button, it comes disabled and have a spinner on the right. This is a very very useful feature.
You can use the $().button(‘loading’) and data-toggle=”class:className”, like
<button type="button" class="btn btn-sm btn-primary" data-loading-text="Saving..." data-toggle="class:show inline" data-target="#spin">Save</button> <i class="icon-spinner hide" id="spin" />
and change the .inline{display:inline-block !important};
I was very very confused with nav-bar and navbar. Can u just keep only one of them?
navbar is a Bootstrap’s component. nav-bar is a custom nav.
Thanks
I think the theme should do some design to , like different color or underline decorator. If I put a link in a sentence, I almost couldn’t realize it was a link unless I move the mouse on it.
Actually, you can use the .text-info, like link
Thanks
Do you have install instructions?
Hi, it’s only html/js, no back-end.
Thanks
I would like to know where is the documentation in the template?
Check the docs.html or http://flatfull.com/themes/todo/docs.html
Thanks
Can you give an example layout of a blog article? Your documents contains only blog list. I think there are lot of need in an article page.
Thank you!
Actually, i merged them in the blog.html, you can see the comments on this page.
Thanks
Hi,
awesome theme! Is it possible to use this theme in a software product that should be sold? Under what license is this theme?
Thank you!
You need Extended license.
Thanks
Hi there,
Love the theme, well done.
One issue that I can’t get my head around… The carousel on the landing page seems to have a conflict with jquery.appear.js when the js script is loaded on manual next arrow the page moves down. This is also the same on your demo. Is there a quick fix for this? Its very annoying when it moves down. I just want it to stay on the same place as it is.
Quick fix by edit the landing.js
$(document).on('click.app','[href^="#"]',function (e) {
var $target = this.hash;
if($target == '#c-slide'){
return;
}
});
Awesome thank you… I also have a license question. We’re using the theme for an online webapp that people will buy a monthly subscription to use, it is still one project, will that mean we also have to buy the extended license?
Great, thank you. We’ll visit this once we’re ready to launch the platform.
Love how everything looks on mobile devices.. You guys nailed it. On the landing.html page—any option to add a swiping feature to the slider?
Hello!
There is bug in the current implementation. If you decrease the height of the browser, the footer gets messed up. Because of this the two buttons(compress-menu and lock-me) on the left side menu comes on top of existing menu.
Also, in the left menu if you click on ‘UI kit’ and then hover over ‘Pages’ the submenu for ‘Pages’ comes under the submenu for ‘UI kit’. Ideally, the submenu for ‘UI kit’ should disappear.
i will include a collapse menu in next update in case of big first-level menus.
if you check more detail, you will see it’s dropdown menu. only you click on sth it will disappear.
Thanks.
Thankyou Flatfull
I have one more Qs. Would I be eligible for the update if I buy it now? (Sorry, this would be my first purchase on themeforest).
Yes, you can get the update after the purchase. Thanks.
How do you store data from WYSIWYG editor to mysql database?
when submit the form, you can grab the html from the editor div and post it to server.
Hello, any plans to update to FontAwesome 4?
Yes. i will update it to 4, but seems have lot of rename work to do.
Awesome. Yeah, that’s why I ask
I hate when they do that.
Hello! Very wonderful template! Thank you for this job! There is one small problem with the left menu – if there are many elements that diverges layout.
I suggest rearrange your menus. but i will include a collapse menu in next update.
Thanks
Hi all ,Can help me for use bootstrap file upload via jquery and php ?
Use this one. http://blueimp.github.io/jQuery-File-Upload/
Thanks
On dashboard. If you click the button to make the side menu full size, the graphs just totally screw up. (the content window doesn’t adjust to the difference in size from the side menu moving).
The Morris chart need be updated when the size changed, rebuild the morris chart.
Thanks
can you tell me how?
clear the chart dom. and build the chart again. check the app.data.js. and you will see it have a rezise function to rebuild the Morris chart.
Can I add an image uploader button to the drag and drop widget and still have the image preview in the dotted lines?
You can show the upload button if the browser do not support the FileReader api.
if (typeof window.FileReader === 'undefined') {
// show the button.
}
Hi, do you heave PSD files ?
all right i see your discussion on the top
nice theme man …. awesome indeed . the psd not included am i right?
No psd files. Thank you!