- Author had a File in an Envato Bundle
- Sold between 250 000 and 1 000 000 dollars
- Author was Featured
- Item was Featured
- Contributed a Tutorial to a Tuts+ Site
- Exclusive Author
- Has been a member for 3-4 years
- India
Congratulations, Paz. Really long time since a release from you.
- Author had a File in an Envato Bundle
- Sold between 250 000 and 1 000 000 dollars
- Author was Featured
- Item was Featured
- Contributed a Tutorial to a Tuts+ Site
- Exclusive Author
- Has been a member for 3-4 years
- India
I guess your browser is set to clear up cookies automatically. The Announcement bar will remain disappeared only until your cookies are not deleted. You can check your cookie/history settings inside Browser options.
- Author had a File in an Envato Bundle
- Sold between 250 000 and 1 000 000 dollars
- Author was Featured
- Item was Featured
- Contributed a Tutorial to a Tuts+ Site
- Exclusive Author
- Has been a member for 3-4 years
- India
@kotofey Happy Birthday (9th Aug). 
And Happy Birthday to all Leos. Cheers!
- Author had a File in an Envato Bundle
- Sold between 250 000 and 1 000 000 dollars
- Author was Featured
- Item was Featured
- Contributed a Tutorial to a Tuts+ Site
- Exclusive Author
- Has been a member for 3-4 years
- India
Happy Birthday!
Cheers 
- Author had a File in an Envato Bundle
- Sold between 250 000 and 1 000 000 dollars
- Author was Featured
- Item was Featured
- Contributed a Tutorial to a Tuts+ Site
- Exclusive Author
- Has been a member for 3-4 years
- India
A huge thank from the heart. This is awesome. 
- Author had a File in an Envato Bundle
- Sold between 250 000 and 1 000 000 dollars
- Author was Featured
- Item was Featured
- Contributed a Tutorial to a Tuts+ Site
- Exclusive Author
- Has been a member for 3-4 years
- India
function add_buttons() {
if ( current_user_can('edit_posts') && current_user_can('edit_pages') )
{
add_filter('mce_external_plugins', 'add_plugins');
add_filter('mce_buttons_3', 'register_buttons');
}
}
Use mce_buttons_3. That should work.
- Author had a File in an Envato Bundle
- Sold between 250 000 and 1 000 000 dollars
- Author was Featured
- Item was Featured
- Contributed a Tutorial to a Tuts+ Site
- Exclusive Author
- Has been a member for 3-4 years
- India
That is because of a lesser cap height, which we can not alter via CSS properties. That can be done in a font editing software (Fontlab) BUT only if the license of that font permits to do so.
Bebas:
CapHeight 891
UnderlinePosition -100
Bebas Neue:
CapHeight 700
UnderlinePosition -100
- Author had a File in an Envato Bundle
- Sold between 250 000 and 1 000 000 dollars
- Author was Featured
- Item was Featured
- Contributed a Tutorial to a Tuts+ Site
- Exclusive Author
- Has been a member for 3-4 years
- India
Thanks for sharing that solution.
Now that we have a thread on WP3 .2 issues, let me share one more thing. There is an auto wrapping of the orphan <li /> tags inside the content editor (as of WordPress 3.2). i.e. when you will try to write the following code:
<li>my list item</li>
and switch between Visual/HTML mode. This code will be converted into:
<ul> <li>my list item</li> </ul>
Now since I was using some short code on stylish lists as:
[list params="foo"] <li>my list item</li> [/list]
It outputs the following code:
<ul class="as_defined_by_params"> <ul> //the added one by WP <li>my list item</li> </ul> </ul>
For now, I am directly inserting the HTML markup via JS tinyMCE insertion. I am sure there would be some filter to override and prevent this auto wrapping of orphan list items.
Edit: @bitfade, sorry for posting another issue. (I think a single thread will be okay for any such things). Don’t mind mate. 
- Author had a File in an Envato Bundle
- Sold between 250 000 and 1 000 000 dollars
- Author was Featured
- Item was Featured
- Contributed a Tutorial to a Tuts+ Site
- Exclusive Author
- Has been a member for 3-4 years
- India
Happy Birthday to the “Marketplace Patrol”. Have a great one Drew! 
- Author had a File in an Envato Bundle
- Sold between 250 000 and 1 000 000 dollars
- Author was Featured
- Item was Featured
- Contributed a Tutorial to a Tuts+ Site
- Exclusive Author
- Has been a member for 3-4 years
- India
Voted 
