RGB UI Tabs Fix for WP 2.8+

1 Comment

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’ } });

This entry is filed under , , , . You can follow any responses to this entry through RSS 2.0. You can leave a response, or trackback from your own site.

1 Response to “RGB UI Tabs Fix for WP 2.8+”


  1. J Bergstrom

    I know you are busy.
    Perhaps eventually you can help me with this …

    How do I get into the image folder to change the permissions to 777 ?
    I think it is in php, but I am a technical idiot, and need a little help.

    Thanks!

Post your comment