Forums

[Plugin: Tabbed Widgets] No Invisible Sidebar (3 posts)

  1. andrewharvey
    Member
    Posted 10 months ago #

    Hi WordPressers

    I'm having a bizarre issue with the Tabbed Widgets plugin on WordPress 3.2.1 and Automattic's Toolbox theme.

    The "Invisible Sidebar" is not showing up under Appearance>Widgets

    This appears to be a theme issue. Under my previous theme and Twenty-Ten, "Invisible Sidebar" is displayed.

    Under my new theme and Twenty-Eleven, it is not displayed.

    The only theme prerequisites I've been able to find relate to unique identifiers for the frontend sidebars, which I have:

    register_sidebar( array (
    		'name' => __( 'Sidebar 1', 'toolbox' ),
    		'id' => 'sidebar-1',
    		'before_widget' => '<aside id="%1$s" class="widget %2$s">',
    		'after_widget' => "</aside>",
    		'before_title' => '<h1 class="widget-title">',
    		'after_title' => '</h1>',
    	) );

    I'd appreciate any ideas why "Invisible Sidebar" is not appearing in the WordPress admin panel for some themes.

    Has anyone else encountered this?

    Thanks for your ideas....

  2. keepclif
    Member
    Posted 10 months ago #

    Hi

    I have the same problem : I made a Twenty Eleven child theme, and the "Invisible sidebar" is not showing up too.

    Thanks in advance for your help !

  3. Frostalva
    Member
    Posted 9 months ago #

    I just put the widgets in the showcase sidebar, since I don't use that function

    works fine :)

Reply

You must log in to post.

About this Topic