Custom Sidebars for BP Pages makes Widgets disappear
-
Hi there,
I am using custom sidebars for my BuddyPress pages and would also love to use your plugin but it doesn’t show in the sidebars of the profiles anymore.
I have registered this sidebar for Profile pages:register_sidebar(array(
‘name’ =>__(‘Profile Sidebar’, TEMPLATE_DOMAIN),
‘id’ => ‘profile-sidebar’,
‘before_widget’ => ‘<aside id=”%1$s” class=”widget %2$s”>’,
‘after_widget’ => ‘</aside>’,
‘before_title’ => ‘<h3 class=”widget-title”>’,
‘after_title’ => ‘</h3>’,
));Any idea how to make things work again?
Best,
Thomas
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Custom Sidebars for BP Pages makes Widgets disappear’ is closed to new replies.