48 comments found.
How can I change the navbar-toggle function from 768px to 992px (responsive view). Thanks, Tosapon.
Hello, you can change the responsive breakpoints editing them in the LESS file variable.less and the recompile it to get the bootstrap.css. You can use prepros or codekit to compile the LESS files.
If you have any trouble with this you can send me a message via my profile page
Regards
What version of font-awesome is this using?
Hi, currently it is using FA 3.2.1.
Will be updated soon to version 4.
Regards
hello, I was able to change the default width to 1000px , but i thin some of the snippets (thats my best word) fell outta shape…any clue?
Hi, Can you share me the Original CSS files for each of elements i mean the non min files
Regards ROhit
Hi,
You have the unminified version of each theme under the theme folder. For the theme amethyst, there are both css files, bootstrap.amethyst.css and bootstrap.amethyst.min.css.
Hi,
I tried to compile your BS3 LESS file but coming up with errors. I am using winless and compiling the bootstrap.less file only, can you please fix these errors and reupload?
Hi,
I’m using prepros for compilation, but I’ve tested BS3 less files on winLESS and it compiles them perfectly. Make sure you are using the last version (winLESS 1.8.1 and LESS compiler 1.4.2)
If problem persists, please post the error message and I’ll check the source.
Regards
it compiled ok after I upgraded the winLESS
Thank for update.
Thanks to you for supporting my work.
Live demo?
This item hasn’t a live demo. If you are unsure, you can see the sales amount and rating to give you an idea of the item quality.
Or if you have questions or need more caps to see if that fits for your project, feel free to ask them.
Also, this skin will be updated to Bootstrap 3 in next days.
Regards
Okie! Shall wait for Bootstrap that shall probably buy!
Hi,
Any ETA for the V3?
Thanks!
Hi,
The update will be released in the course of this week. Depending on approval time, it would be on thursday.
Regards
Hi, i have a question before purchased the skin: Where are the difference with http://codecanyon.net/item/sesamo-bootstrap-skin/5356322?ref=geedmo?
must be a whole or just buy Plan – Flat Bootstrap Skin? Thanks
David
Hi,
You can see main differences under “Features” in item details page. Both are similar due to they are based on a flat style, but there are many features that make them different and I have developed with different approaches.
Do not hesitate to ask anything you need.
Regards
Great work. Next update will come Bootstrap 3 ?
Thanks
Yes, next update will come with BS3. Possibly in the course of this week or next.
Regards
Thank you.
I’m looking to resize the header to accomodate a 25px high logo instead of the text. What’s the best way to go about doing this? Thanks.
1- Inside your navbar markup, look for the .brand element which contains the text to replace
2- Replace the h1 and text with and img tag and point it to your logo image
3- Play with the .brand element padding until your img is vertical centered. For a 120wx25h image, this rule works fine
.navbar .brand { padding: 16px; }
Hope this helps,
Regards
Thanks for skin! Got extended license for my first commercial theme
Here is demo: http://shop.theme.firmasite.com/
My question is; bootstrap preparing for 3.0 release in 19th august. Can we expect update in same week?
Thanks for your purchase. Nice job you have there!
Regarding to your question, I can’t tell exactly when will be the update. I’m finishing a new skin for version 3 (and 2.x simultaneously), so after this I’ll know much better the new version features and be able to know well a release date.
Also, when I start the upgrade process, I’ll include an message on every item informing a release date.
Regards.
How can I make the menu sensitive to hover (drop-dow), the Bootstrap I use the code below, but the plan does not run:
.sidebar-nav { padding: 9px 0; }
.dropdown-menu .sub-menu { left: 100%; position: absolute; top: 0; visibility: hidden; margin-top: -1px; }
.dropdown-menu li:hover .sub-menu { visibility: visible; }
.dropdown:hover .dropdown-menu { display: block; }
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu { margin-top: 0; }
.navbar .sub-menu:before { border-bottom: 7px solid transparent; border-left: none; border-right: 7px solid rgba(0, 0, 0, 0.2); border-top: 7px solid transparent; left: -7px; top: 10px; } .navbar .sub-menu:after { border-top: 6px solid transparent; border-left: none; border-right: 6px solid #fff; border-bottom: 6px solid transparent; left: 10px; top: 11px; left: -6px; }
Try with this code
.dropdown:hover > .dropdown-menu {
display: block;
margin-top: 6px;
visibility: visible;
opacity: 1;
}
Nice, Thank You!
Do you plan to update Bootstrap to v3.0?
Yes, but no too soon. Bootstrap is in RC1 for the moment, and even is not part of the main branch in the twitter project, so I’ll wait a bit more before release an update.
Regards.
If I have a site that is already using bootstrap, bootstrap-responsive, and font-awesome will using your skin be as simple as dropping in your skin’s css file or will additional changes need to be made?
With just replacing your css files the skin will be installed. But, the new ui elements (like radio, checkbox, etc) needs a particular markup and extra files.
Regards
If I use dropdowns plan.ui.js prevents the recovery of the values and sets the first value again, no matter what value was passed.
sorry for my horrible English
Hi,
I’m not sure to understand the idea, but the custom dropdown are used to replace visually a classic select. If you need to recover values you can recover it directly from the select element. It will be updated on dropdown changes.
Hope this helps. Regards
Right, I overlooked that. 
I think I will purchase another license within the next weeks. 
edit: can’t delete this comment. .
No problem, thanks for ask 
Regards.
I purchased the Regular License: Can I use Plan in more than one project or do I have to purchase again for each project I want to use Plan?
I think is well explained in this part of the regular license..
“2. You are licensed to use the Item to create one single End Product for yourself or for one client..”
Full details http://codecanyon.net/licenses/regular
Right, I overlooked that. 
I think I will purchase another license within the next weeks. 
Do you offer psd?
Hi, no, I’m not including psd.
Regards
Looks great, I think I’ll use it for one of my next projects.
One thing I have noticed is when I edit the theme for the bootstrap.html:
If i change line 11 to <link href="assets/css/themes/bootstrap.greensea.min.css" rel="stylesheet"> and line 13 to <link href="assets/css/themes/plan.greensea.min.css" rel="stylesheet"> the theme changes but the icons for buttons etc do not work: http://picload.org/image/ogwgwpg/noicons.png
Hi,
The problem occurs because the font path is not correct when using the skin directly from the themes/ folder. You need to replace the bootstrap and skin files or copy the skin files to the css folder and use it from there.
I’ll cover this point better in documentation
Thanks for report this.
Ok, thanks for the fast reply. 