496 comments found.
Hello there, I am having a little problem with the gallery page, when I disable the flickr gallery and use the suggested code to create my own, My images are not coming inline as flickr gallery. Below is my sample code.
title
Mouse over title
desc
title
Mouse over title
desc
hi, next update i will include a local img sample. it will be available in this weekend. Thanks
Oops I am stuck now
can u plz give me a css snippet so I can get my code running
I have used the exacy same code but the images are not floating like when pulled from flickr. For now I had to use float:left to ITEM class
does the .item wrapped by a .galcolumn div? use the chrome debug(F12) to compare your html with the live preview one.
Any chance for sortable portlets. Also touch enabled drag and drop (iphone / android). thanks
i will include a sortable portlets in next update, Thanks
Ok I will buy hope you include touch script for sortable portlets
Thanks!
Hi, is it compatible with asp.net? thanks
It’s html/js, so it can be integrated into your asp.net system. Thanks
Thanks for your awesome theme , i wanted to know is there any way to make this rtl , thanks in advance
Excellent job! I am very happy with this template. I have some request for the future updates: - Masonry. - Feed page. Something looks like cloud.feedy.com will be very amazing. (screenshot here https://dl.dropboxusercontent.com/u/14181582/_temp/feedy.png)
Again, thank you very much for your great job!
screenshot url should be https://dl.dropboxusercontent.com/u/14181582/_temp/feedy.png
Good idea. Thanks
So would it be any chances to be in the next update? 
i will try. Thanks
Tried using bg-light on the dashboard.html right top nav. Currently it uses bg-black. I noticed there were no active classes being set so I took a look at the less files and it looks like .bg-light {} is being handled differently than .bg-dark, .bg-black, .bg-primary. The font-variant mixin isn’t being called at all and that looks to be what builds the classes for the nav active states. Was this intentional or just overlooked?
Thanks!
.bg-light {
.color-variant(@brand-light, 2%, 4%, 2%, 4%);
color: @text-color;
}
.bg-dark {
.color-variant(@brand-dark, 3.5%, 7.5%, 3.5%, 7%);
.font-variant(@brand-dark, #fff, 35%, 10%, 50%, 45%);
}
.bg-black {
.color-variant(@brand-black, 3.5%, 7.5%, 3.5%, 7%);
.font-variant(@brand-black, #fff, 35%, 10%, 50%, 45%);
}
.bg-primary {
.color-variant(@brand-primary, 3.5%, 7.5%, 3.5%, 7%);
.font-variant(@brand-primary, #fff, 35%, 10%, 50%, 45%);
}
hi, the .bg-light wrapped div have the inherit css.
only the dark color will change some of the font and background colors. you can use the .color-variant and .font-variant mixins to build your colors. btw, you need remove the .navbar-inverse class when use the bg-light on the navbar
Thanks.
Got it. Thanks makes sense. Thanks for clearing that up!
Hi,
Wondering if you can help ..
There seem to be issues when printing :
Mac OS : Safari Nothing shows in the print (and preview) except for the navigation elements. However large page is, only 1 page showing to print.
Mac OS : Chrome Similar issues, everything will print in portrait mode (although wide tables do not). When switching to landscape, only the first page is available to print.
Very strange, any ideas?
did you have test the invoice.html page? you can use the Bootstrap Print classes .visible-print and .hidden-print to print the page. Thanks
Hi. The bootstrap print classes don’t seem to be the issue here.
As I said above, printing in portrait may print 4 pages. However, if you switch from portrait to landscape, nothing then prints other than the navigation and only 1 page is output.
I can see the same problem on a number of pages within your theme as sold.
Do you see similar issues?
i got. the nav will be hidden when window size less than 768px, it have the “hidden-xs” class, you can add visible-print class.
and you can try this for the landscape,
@media print {
html, body, .hbox, .vbox{
height: auto;
}
.vbox > section, .vbox > footer{
position: relative;
}
}
i will include this in next update, Thanks
I’ve added the CSS suggested above and that has fixed the problem perfectly. Thanks for your help.
Great product! One important issue for me – on Chrome it hangs during startup, I guess searching for the font. Can you give me instructions on how to speed this up, by removing the font or storing it locally?
i think it loads google web font. you can disable it by change the css/font.css, or you can host the font, download the Webfont Kit from here http://www.fontsquirrel.com/fonts/open-sans?q=Open+Sans.
Thanks
Thank you!
Hi, Does this work like basecamp? Can you collaborate with others? How many email accounts can you add? Can you setup different projects? How about keeping track of hours?
Hi, it’s not a real app, it’s a html/js file. you need further integration.
Thanks.
And one request. Might already be possible but can’t figure it out. Would it be possible to target two different navs for the nav-off-screen functionality? From what I can tell nav-off-screen always targets the #nav div. I noticed this when trying to use nav-off-screen from the left on my primary nav with id=”nav” and then targeting a secondary nav for push-right. Going a step further it would be great if the triggering one nav automatically closes the others.
Thanks!
Is there a limitation that prevents this from being
The nav-off-screen target to the body. #nav and #content work together to make the off screen works.
it seems you want a nested nav. if a nav item have sub items. it hide parent navs and show sub items. right?
Sorry I’ll try to be more clear.
What I’d like is the ability to have both a “slide from the left” and a “slide from the right” one the same page. Each off screen nav is tied to different button triggers. It seems that currently both nav-off-screen and nav-off-screen.push-right are locked to #nav and #content so there is no way to use them together on the same page.
Is there a reason they must the trigger/target need to be locked to ids #nav and #content? I could see a situation where someone may already have specific ids and it may be difficult to adjust due to their existing implementations. It’s possible they may already have a #nav id item that serves a different purpose. I have some thoughts on how to fix it so if I come up with something I’ll be happy to post it back here. I know you have a lot of other work you’re doing.
Thanks
oh. i got. good idea, i will try to implement this. Thanks.
Found a small issue with the bootstrap-select plugin. It seems the style .open in app.reset.less is overriding the style set by bootstrap-select on the dropdown-menu to position:relative when opened. Bootstap-select requires the position be absolute to properly allow the dropdown to hover above the content below it. I added this style to correct it.
.bootstrap-select .dropdown-menu.open {
position:absolute;
}
Thanks for reporting this issue, i only implemented a dropdown-select, and it’s extended from Bootstrap Dropdown.
Thanks.
Somehow the popover in the mini-calender acts weird in safari on mac. It appears, but doesn’t go away and shifts position?
it’s the Bootstrap Popover. it will disppear when you click the link again. you can use the tooltip. Thanks.
I really like this admin theme but have one question. I am using WordPress and would like to use this theme for my WordPress backend. How do I go about this? I can see that the admin is not WordPress specific.
Thanks.
hi, it’s not a wordpress admin theme. Thanks.
Thanks for quick updates… Any special instructions for updating? Did I miss it? I’m still using the original published version.
just add some components and some bug fix. you can update directly.
Thanks.
Hi There, I am fairly new to bootstrap and am a little confused with the grid. http://heyflat.com/themes/todo/grid.html
I want my app to be responsive so which class should I be using to construct my grid. col-xs, col-sm, col-md.
As I had read on bootstrap we only had to use span3 or span4 and it was adjusting according to the layout.
Thankyou. Sid
Hi Sid,
Bootstrap 3.0 have no span3 or span4, it use col-(lg/md/sm/xs)-3(4), if your app have to use the span3 or span4, you need customize the span3(4) class,
.span3, .span4 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
.span3 {
width: 25%;
}
.span4 {
width: 33.33333333333333%;
}
.span3,
.span4{
float:left;
}
}
Dear my question is that I dont have to use span, I am familiar with span so what class should I use (col-xs, col-sm, col-md) to achieve the same results
you can use the col-sm-3/ col-sm-4
any chance you can help me show/hide a div with a btn using the lib you already have so i dont need to add any?
hi, you can use the data-toggle=”class:className”
<a href="#" data-toggle="class:hide" data-target="#target"> <div id="target" /> </a>
Thanks!
You are welcome, Ryan.
Great update! I have found one issue I haven’t been able to solve, if you could look. The datepicker ^ border image from the sprit is persistently displaying above the datepicker textbox in Chrome. Any resolution to this would be appreciated.
Thanks!
hi, the arrow is over the input when the datepicker shows. the input have the same class name with the .datepicker. you can change the input class name to .datepicker-input, and change the js $(”.datepicker-input”).each(function(){ $(this).datepicker();}); in the app.plugin.js, i will fix in next update. Thanks.
Perfect, thanks.
Wow, I’m lost for words. This is an impressive piece of work, and that’s an understatement.
Thanks for the warm comment, appreciate!
Hey, Although, I am loving the theme, can’t we wrap anything with a div. As soon as I write a div (Working with AngularJS, so it wraps most of the things with div), the design breaks.
Currently, in .hbox > #content cannot be wrapped with a div. Wrapping it with a div and making .vbox scrollable doesn’t work. Any suggestions?
hbox wraps aside or section tag. better to put a div in the #content. Thanks
Tried it. Also, tried height 100% trick. Nothing seems to work. Just the scrolling is breaking, not the complete layout.
Here’s a snippet to give you better understanding. https://gist.github.com/mohitmamoria/4968c660a4165bf2c1d2Got it working. Thanks.
Awesome designer, you are!!! 