Archive for August, 2009

RGB UI Tabs Fix for WP 2.8+

4 Comments

Sorry guys, I’m very busy right now and have no time to upgrade my themes.

Thanks to Erno Hannink, who found the solution for the problem of RGB UI Tabs under WordPress 2.8:

you need to change this in the header.

Replace this:
jQuery(’#sidebar > ul#ui-tabs’).tabs({ fx: { opacity: ‘toggle’ } });

With:
jQuery(’#sidebar’).tabs({ fx: { opacity: ‘toggle’ } });