237 comments found.
How do i enable scroll down/up on key press?
you can remove the custom ::-webkit-scrollbar related classes. to enable the scroll arrow up/down
Hi,
Following instructions in the docs for storing notes to SQL DB rather than using backbone makes the notepad itself (yellow lined area for typing notes) disappear. Any ideas why? I followed the instruction in docs carefully. Thanks.
Did you change the notes.js and switch to restfull api?
Great job! Does the frontend preview theme come with this template?
Yes. included.
ilmondo mentions an issue with compiling less to CSS. Yes it works with the PHP file, but it would be very nice if it also worked with the standard command line (lessc) as this is more usable in larger environments with many less files (and automation). Could you consider adding that fix? Doubt there is much that needs to be changed.
Remove the ” background: @brand-primary \9;” line 62 in the app.plugin.css
Thanks
This theme is great and everything is looking good so far. One question thought is there a styled modal for this template?
I meant a popup sorry
nvm i found it lol

Hi,
Are you able to convert your theme for Drupal 7.26.
Let me know.
No plan for this. Thanks
hi i am willing to buy this theme, but i have a question, when i am looking at source of this theme, its messed up and cluttered. is there any way we can get a proper organised coded theme ? ( because if you look at view source of this theme its all messed up, it will become pain for developer. )
Regards, Krishna Puranik
Purchased file has the source code that well organized. Demo html/css/js are compressed.
Thanks
I’m getting some notification which says “Sofia sent you a mail”. How to get rid of that?
I do now what you exactly want to do. Thanks
www.mediafire.com/view/s5cknjc3w2o3pua/notebook.jpg
Please check this out
You want to remove this notification? you can use the data-dismiss=”alert” bs components, http://getbootstrap.com/javascript/#alerts
Have noticed a fairly important issue that you may already be aware of: in safari on ipad, when using the menu toggled to reduced size/icons the layover part of the menu actually lays under much of the content in the main page so you cannot access the links unless you expand the menu to full size. Any fix for this (other than removing the toggle menu button and forcing users to use full menu)? Thanks.
In your real app, you can reorgnize the menus, so put it in second level. or change the height of the menu item height.(via the app.variables.less)
Thanks
I’m considering purchase – looks like a awesome theme. Slightly concerned that the drag and drop calender items don’t seem to be working on any browser i test them in though. Strange because they work in your other themes. Any fix? Thanks.
It’s a bug on demo server. the download file works.
Thanks
OK thanks. Do you recommend any particular CMS for the backbone?
Wordpress is ok, use the json api plugin for backbone model.
http://wordpress.org/plugins/json-api/ http://wordpress.org/plugins/json-rest-api/will try that, thanks
Hi Flatfull, i have been reading about the json-api over the past couple of days. Have installed and activated it in WP. Ive never used WP or APIs before but seems pretty simple. But i really cant get my head around the API. Can you post, for example, how to pass user login data from notebook to WP, and then receive users name from WP back to notebook, just as an example. I think this will help others also. Thanks.
Or does it only work with notes? In which case could you show a practical example of how to use it? thanks.
You can read the documents of the http://wordpress.org/plugins/json-rest-api/ . and there is no example for wp rest api now.
The notes using the php slimframework for rest api.
I purchased your all templates. I hope, we will see new templates.
Working hard on new one.
Thanks!
Nice theme, there was a small issue with a less selector. That was erroring due to a /9
You mean when compile .less to css? i use less, i use http://leafo.net/lessphp/ , no error.
Thanks
Hey there! are you able to provide PSD files to the images? Thanks!
No psd files. Thanks
Hi flatfull, I am planning to buy this item, and i have a question about license. I am planning to make a client web app product like a messenger, and distribute it. In this case, extended license($1000) fee is OK? or Is there the another license policy? And, can i see the documentation for the item. Should i pay for 20$ to test it?
Hi, There is a problem in http://flatfull.com/themes/note/table-datagrid.html page. In the data-table when you start typing to search box the search button disappears.
For your reference: https://lh5.googleusercontent.com/-07Mp7O-0fQs/UtPIyPTUUMI/AAAAAAAABaU/3ev-pIOV4cc/w497-h202-no/Register049.png
Hi, Quick fix by change the js/fuelux/fuelux.js, replace the “icon-search” -> “fa fa-search” and “icon-remove” – >”fa fa-times”,
Thanks
Hi, is there a way to hide the switch project button? I tried to delete the whole header tag but resulting the first nav item hidden.
By the way, thanks for your work. I love the templates you produced.
You need remove the whole ”<header>” tag.
Thanks!
Parsley validation is not working on signin page with<input type="checkbox"> Keep me logged in. Its submitting the form without validation. However when I remove the checkbox block its working fine.
Please help. Thanks.
Its resolved.Thanks 

I am trying to use the about section in landing page at the very top. But on page load the fadeInLeft data-animation is not working. I tried with data-ride=carousel but in vain. The icons are appearing upon scrolling.
Could you please help me in making the icons animate and fadeIn on page load.
For your reference: in landing.html<div class="col-sm-4 fadeInLeft animated" data-ride="animated" data-animation="fadeInLeft" data-delay="300">
<p class="h3 m-b-lg">
<i class="fa fa-lightbulb-o fa-3x text-info" />
</p>
<div class="">
<h4 class="m-t-none">Web Application</h4>
<p class="text-muted m-t-lg">Many mobile app widgets and components, it's fully responsive, it can run on all the size of the screens. Start work on your great idea today!</p>
</div>
</div>
Thanks.
actually the data-ride=”animated” data-animation=”fadeInLeft” data-delay=”300” only for the elements not show at the first. only the element appears it will trigger the animation.
you can just put the animate class on the element. like for the very top elements.
Thanks
Thank you. But how to handle data-delay in that case.Because all the icons are fading in at once. Thanks.
You can use the js below
!function ($) {
$(function(){
$('[data-ride="animated"]').each(function() {
var $el = $(this), $ani = ($el.data('animation') || 'fadeIn'), $delay;
$el.addClass('appear');
if ( !$el.hasClass('animated') ) {
$delay = $el.data('delay') || 0;
setTimeout(function(){
$el.removeClass('appear').addClass( $ani + " animated" );
}, $delay);
}
});
}(window.jQuery);
Hi,
Thanks for a great template, we are evaluating this with our application, and so far we are very happy.
I bought the v.1.0.1 version, and now I wanted to download v.1.0.2 for the bug fixes, but when I click download again I get only 1.0.1. How do I get the 1.0.2 version?
Hi, the one you can download now is the 1.0.2, you can see there is a jvectormap.html added in.
Thanks
Thanks, I tested this again. But when I click “You have already purchased this file. You can download it here. ” I get the files for 1.0.1
oh. the v.1.0.1 in the change.log.txt is not correct. it’s 1.0.2 actually.
Ah, got me. Thanks!