237 comments found.
Hello, I have been working with the Notebook flatfull theme and i recently updated the fontawesome latest version 4.2.0, however it is not reflecting the latest icons that i wanted, please help
icons not show? or it shows but it’s wrong?
not showing at all, the old icons are working fine, i copied the latest files and overwrite them in the the notebook respective directories
sorry it appears with []
Just copied the 4.2 Fonts from fontawesome into the “fonts/” folder, and replace the “css/font-awesome.min.css” with the new 4.2 css. no error happened. all icons worked. make sure you used the font-awesome.min.css, not the font-awesome.css.
Thanks
it works now but the other way round, i removed the font-awesome.min.css and used font-awesome.css
Glad to hear you made it.
Hi Stupid question, as It’s the first time I look into this kind of HTML web app template.
Do I need to create database and backend to complete the system?
Then I can sell like a service online.
It’s just a static html template. no database and back-end.
Thanks
Will there be an Angularjs version of this? How easy is it to convert? Purchased Anglar.
No plan for this. but you can use the Angulr’s js and this item’s html/css
Thanks
Very nice Theme! Nice Work Flatfull 
Thanks! 
If I add any UL Li elements into the wizard, it just breaks the next and prev buttons. It for some reason goes an extra step and does not highlight the next step.
I found the issue, your fuelux.js file is missing the ”.steps” class. this.numSteps = this.$element.find(’.steps li’).length;
Please see there documentation. https://github.com/ExactTarget/fuelux/blob/master/js/wizard.jsYes, the fuelux components is out of date. you can update to the newest.
Thanks
Sweet, can’t wait to see more updates. Thanks.
Great theme, just picked it up and I’m utilizing it. I wanted to ask, is there a way to make a custom date range similar to this screenshot (http://gyazo.com/94f5afc371349d6ffba54d75ed3742c5) from the metronic admin here? http://www.keenthemes.com/preview/metronic/templates/admin/index.html. I don’t see much in terms of date formatting, except for datepicker and I’m really loving how they did that.
you can get it here, https://github.com/dangrossman/bootstrap-daterangepicker
Thanks
If it worth having a look… There’s a small bug using parsley validation on input groups. It’s rendering the list with the errors after the input but before the span.
You can put a data-parsley-errors-container=”#element”, to wrap the error in a container which after the span. http://parsleyjs.org/doc/index.html#ui-for-field
thanks
Send a msg via my profile page. Thanks
is what we can create a web app like this http://www.loyalpanda.com?
Something like that. Thanks
any chance of jquery-ui styling? or some typeahead/autocomplete plugin support? thanks
no plan for jquery-ui, you can use the select2 http://ivaynberg.github.io/select2/ to build the typehead, Thanks
Hi again,
I’ve found a bug and I can’t seem to track it down.
When you first load the page on a mobile, you cannot swipe the left side menu open. You can however open it via the menu button (the bars icon).
However, if you click on one of the menu items, you can then swipe the menu closed as normal. But, if you open the menu with the bars icon again – you lose the ability to swipe until you click a menu item.
Are you able to fix this or let me know how I can fix this?
try ”.open body{overflow:hidden}”. Thanks
Hi there,
I am using AngularJS and routing and want to hide the side menu bar on a mobile device as users are navigating.
What class do I toggle to hide the side menu? (left side) on mobile only?
Thanks,
Simon
I ended up settling on some jQuery:
$(’#nav’).toggleClass(‘nav-off-screen’);
Is this going to be fine? It seems to work okay.
Scratch that – it doesn’t seem to work properly and is not the same as clicking the bars icon. How can I replicate clicking the bars icon?
Okay – sorry for the spam. I figured it out. For anyone else wondering:
$rootScope.$on(’$routeChangeSuccess’, function(next, current) { $(’.navbar-header > [data-toggle^=”class”]’).click(); });
Calling click in the same way you do in app.js does the trick. Thanks!
Thanks
Hi Flatfull. Is it possible to request a “contact us” page layout and have its link shown right after the blog link in the template’s frontend?
why not. i will add in next update. Thanks
Hello, we detected that fullCalendar.js component does not work in Firefox. It would be possible to correct this component?
I tested the fullcalendar.js with the latest Firefox on window 7, it works fine. can you test it again? or go to http://arshaw.com/fullcalendar/ to check it works for you. Thanks
Hi flatfull,
Search is an important component for the application that I am trying to build. I observed that in Notebook, Todo etc. the search bar(or any other widget on top bar) disappears on small screen devices in DashBoard page. Any suggestions?
You can use the data-toggle=”shift:appendTo” plugin to move the search form into the nav part. just as the “first’ theme does. Thanks
Hi flatfull,
In 480×800, footer in layout-h (see link) not anchor bottom.
Link: Flatfull layout-h
See this:
you can use a ’.navbar-fixed-bottom’ class on the footer to make it fixed at the bottom.
Thanks …

Are you going to give left to right (rtl) support in near future.
No plan for this in near future, Thanks
The theme is really great, and Ive already put it to good use. During my work with this theme, there is one (incredibly minor) suggestion I would make.
The shift javascript plugin is quite cool. But I suggest editing the mobile breakpoint to be when the window is <= 768 instead of <768. Since iPads portrait width is 768, it makes sense to capture that as the breakpoint. Shifting is most useful at this breakpoint since you switch from a landscape web design to a portrait web design at this point, and so thats when the most significant shifting of elements takes place. From there we can use media queries to make adjustments from the portrait tablet all the way down to cell phone no problem, but i believe the usefullness of moving the html elements happens when you move from landscape to portrait and this most commonly occurs at 768width on down.
I already made the changes for myself and its working beautifully so I am not in need of any assistance, but I am simply making the suggestion for a future release, as I think lots of other people would find it useful for the breakpoint to be just one pixel larger. This makes most of the designs more practical in my testing.
Thanks!
The 768 size is the medium screen(md) from small screen(sm). so the shift moves the md/lg screen element to sm, Thanks
Hi i already purchase, how to get the front-end template sample?
check the landing.html, Thanks