496 comments found.
How do i work on the grids as given in /todo/src/table.html I would like to implement the grid sort and similar functions. Please guide.
The datagrid use fuelux js. check the document here http://exacttarget.github.io/fuelux/
The documentation sucks. You got 2k sales but didn’t bother to clarify how to structure our layouts with the components. That sucks a ton!!
What is this used for: off screen push left use data-toggle=”class:nav-off-screen” data-target=”#nav” to trigger the off screen nav
check the docs.html, there is a toggle class plugin. data-toggle=”class:nav-off-screen” data-target=”#nav” means add/remove ’.nav-off-screen’ class on ’#nav’, the .nav-off-screen only affects on mobile. thanks.
Hi, what do you mean by “2 runnable applications”. I am interested in the style portion of this only. Will i need to remove tons of Javascript and plugins to customize?
The “notes” and “tasks” are backbone apps. you can remove the plugins and components as you want. they are in separate folders and files.
Thanks
Hi thanks for great work i just need to include 2
modal
in one page , don;t know how to make this i try it to create one with<button href="#modal" data-toggle="modal" class="btn btn-sm btn-white">+</button>and call
<div class="modal fade" id="modal">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
and second
<pre>
href="#modal2" data-toggle="modal"
</pre>
call
<pre>
<div class="modal fade" id="modal2">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal2" aria-hidden="true">×</button>
but it;s not working and help please thx</div></div></div></div></pre></div></div></div></div>
check the form.html, there is a “Form in a modal” button. click and you will see a embeded modal, Thanks
First of all, great work – love the cleanliness of this!
Now, on to my problem – I have inserted an img into the nav-brand element (an icon – 80px high), which looks great on desktop browsers. However, when it’s shown with the horizontal header (bar along the top with logo in the middle), it’s too high and ‘chops off’ the first part of the content.
I have updated the media queries to display:none on the nav-bar element when viewed at mobile resolutions, which works fine – except on some devices (i.e Galaxy Tab 3 – 7”, one of my test devices). On iPhone, it doesn’t show and all is good.
I’ve struggled to figure out why this problem is occuring on Android (same issue doesn’t occur on Chrome desktop when I resize the browser). Therefore, I’m looking at other possibilities. For example, is it possible for me to display one image (i.e the current 80px high icon) in the vertical menu, and another (wide) image when the horizontal menu is in view?
Thanks in advance!
Check the dashboard-2.html page, it use a img logo.
you can always use the ”.visible-lg” or ”.visible-xs” to show on large or small screen.
Thanks
Many Thanks 
Hi, thanks for this great framework!
We have a problem with parsley validation INSIDE an ajaxModal. It does not check form anymore, pop-over does not work.
Still work if I use normal modal.
Can you please suggest help?
Thanks.
ajaxModal load the modal, but the js does not parse the dom in it. you need trigger the validate or pop-over function again. you can put the js in the modal.
Thanks
Got it. Great!
In the demo the menus don’t work and other js.
Do you have a syntax error somewhere!
Once you get that fixed is there anyway you could include a drop down menu on the demo landing page which is responsive too. That would be awesome otherwise I’ll have to code one my self. Or is there an easier way?
On the landing page, the latest update use a attribute data-ride=”scroll” on the “A” link to locate page. you need change to this.
you can use the bootstrap dropdown menu.
Thanks
Perhaps I wasn’t clear. Nothing works on your demo pages! Click on the themeforest demo and nothing works.
In regards to the menu issue could you put together an example for the next update that has more than one level on the landing page and is also responsive too.
I tested on Chrome and FF, the landing page links work. and i will add an example for second level in next update. Thanks
What javascript files are needed for the custom checkbox/radio button images? They seem to use fontawesome, but the markup alone isn’t enough.
This file: js/fuelux/fuelux.js.
Thanks
I am trying to make the header sticky, so it is only the content which scrolls.
My html is like this:
<header class="header b-b bg-white clearfix">
HEADER STUFF
</header>
<section class="scrollable">
<section class="panel">
<section class="panel-body m-r">BODY STUFF</section>
</section>
</section>
Any ideas ?
thanks Thomas
<body>
<section class="vbox">
<header class="header b-b bg-white clearfix">
HEADER STUFF
</header>
<section class="scrollable">
<section class="panel">
<section class="panel-body m-r">BODY STUFF</section>
</section>
</section>
</section>
</body>
thanks
This is code:
<div id="flot-live" style="height:240px" />
<script src="js/jquery.min.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.js"></script>
<!-- Flot -->
<script src="js/charts/flot/jquery.flot.min.js" cache="false"></script>
<script src="js/charts/flot/jquery.flot.tooltip.min.js" cache="false"></script>
<script src="js/charts/flot/jquery.flot.resize.js" cache="false"></script>
<script src="js/charts/flot/jquery.flot.orderBars.js" cache="false"></script>
<script src="js/charts/flot/jquery.flot.pie.min.js" cache="false"></script>
<script src="js/charts/flot/demo.js" cache="false"></script>
This is the right code. did you use any developer tool to check any js error happened? use the firebug or chrome developer tools.
It does not display chart. Please try yourself to place this code in page and look on it.
check the analysis.html, remove some sparkline and easy-pie-chart js.
Yes, it is removed in code above, but it does not display chart. Can you please help with this?
also need remove the <div class=”easypiechart”> and <div class=”sparkline”> tags.
It is not included. Please look in code I posted above. What you told me to remove is not present at all. Please help me with this.
Send me a msg via my profile page. so i can send the page. Thanks
Hello,
I need small help please. I want to use one chart from analysis.html as stand alone on one page. It is flot-live Real-time chart.
How can I use only that one without any other, what do I need to include.
I have try to place this code in body:
<script src=”js/jquery.min.js”></script>
<!- Bootstrap ->
<script src=”js/bootstrap.js”></script>
<!- Flot ->
<script src="js/charts/flot/jquery.flot.min.js" cache="false"></script>
<script src="js/charts/flot/jquery.flot.tooltip.min.js" cache="false"></script>
<script src="js/charts/flot/jquery.flot.resize.js" cache="false"></script>
<script src="js/charts/flot/jquery.flot.orderBars.js" cache="false"></script>
<script src="js/charts/flot/jquery.flot.pie.min.js" cache="false"></script>
<script src="js/charts/flot/demo.js" cache="false"></script>
But it doesn’t work.
What I’m missing here????
Me again,
I want to define all TODO plugin.js (others.js, app.js, app.plugin.js) with require.js, how to do that ?, I am still struggle with it.
thank you
Fix it, //requirejs 2.0 integrates that kind of dependency tree specification directly in requirejs ‘slimscroll’: { deps: [‘jquery’, ‘app’] , exports: ‘slimscroll’ },
Hi, since an update on google chrome, I’ve been having trouble with icons. They don’t show up until I hover them. How can I fix this?
Put the app.js app.plugin.js and app.data.js at the bottom after other js.
hey there this might have been answered but I am unclear. is this landing page included in the template? http://flatfull.com/themes/todo/landing.html#price
Yes, included.
The html is like this
<header class="header b-b bg-white clearfix">
<div class="m-t-xs m-b-xs pull-left"> Hi John Doe stuff here </div>
<div class="m-t-xs m-b-xs pull-right">
<ul class="list-inline pull-left">
<li>
<button class="btn btn-sm btn-primary">Button</button>
</li>
.......
</ul>
</div>
</header>
How do I make the header expand, so it can contain the disappearing button ?
thanks Thomas
Turned out it was because of an encompassing vbox higher in the hierarchy
Hi,
I am trying to make some elements have the same height and also flow left to right over several rows.
Right now it looks like this: http://screencast.com/t/7YHh2ZUQGTJE and they are defined like this:
<div class="row m-l-xs">
<div class="col-sm-3">
<section class="panel">
<div class="panel-body">profile content ... </div>
</section>
</div>
<div class="col-sm-3">
<section class="panel">
<div class="panel-body">profile content ... </div>
</section>
</div>
<div class="col-sm-3">
<section class="panel">
<div class="panel-body">profile content ... </div>
</section>
</div>
...
</div>
As you can see they have different heights and they don’t flow from left to right in the right way.
How do I correct this?
thanks Thomas
you can put a <div class=”clearfix”> after every four items. and set a min-height for each of the item.
Thanks
thanks
I don’t know what to do 
There should be some documentation, at least!
check the docs.html. Thanks
Hi, Great theme, absolutely love it! I have a couple of questions about the landing page:
1. In the desktop mode the “navbar-brand” link isn’t clickable. I tried removing the z-index from the #nav, but with no effect. Is there a way to fix this?
2. There is a glitch with the scroll bars. Scrolling at the bottom of the page, an horizontal scroll bar appears. On some browsers it disappears immediatly and then everything works fine, on other browsers the page is horizontally scrollable. ( http://i.imgur.com/O4u7QUm.png ) I tried with Chrome and Firefox on Ubuntu, with Chrome, Firefox and Safari on Mac OS X and with Chrome on Android. It’s somehow related to the scrolling animations. Removing animate.css or the jquery.appear plugin everything works great, but i liked the animations
How can I fix this?
Thanks!
change the “css/landing.css”
1.
.landing .navbar-brand{
font-size: 24px;
position: relative;
z-index: 1020;
}
2.
html, body {
height: auto;
overflow-x: hidden;
}
Yeah, works like a charm! Thanks a lot!
You are welcome.
I have a question about the IE compatibility.
When using asides the content is still disappearing (for example on the profile page). Any pointers on where I’m going wrong?
I kinda suspect the ajax loading we apply inside the asides that makes the height go all places and eventually disappears, the ajax does not change any markup.
I updated from before the fix to the latest version so maybe it’s a markup or class change that I missed. If I need to provide more info or an example of the code please let me know!
Thanks in advance!
I need more details, you can send me a message via my profile page.
Thanks
Hey. I am using your theme for a PhoneGap app. I just noticed the app is not at all scrolling (default scrolling) on Samsung Duos mobile device. Could you assist me on this? Plus, are there any custom scrolling being used for mobile devices?
It’s scrolling on Chrome mobile? i did not test on Samsung Duos, i think PhoneGap app load the Samsung Duos default browser. not the Chrome.
There is no scrolling plugin for mobile. only custom the ::-webkit-scrollbar, ::-webkit-scrollbar-thumb. you can remove these style and see if it’s a bug.

for @media (max-width: 767px) {
you have:
html,
body {
...
...
min-height: 100%;
height: 100%;
}
That needs to change as follows:
html,
body {
...
...
min-height: 100%;
/*remove height property from here*/
}
html{
/*add height property here*/
height: 100%;
}
Cheers. Great theme, love your work. Thank you
Thanks! 