• Resolved thomasklosinsky

    (@thomasklosinsky)


    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

    https://wordpress.org/plugins/bp-profile-widgets/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author slushman

    (@slushman)

    It really should be as simple as adding the widget(s) to the sidebar. Custom sidebars shouldn’t make a difference. The plugin only displays the widgets on the Profile pages, but I wouldn’t think that would interfere here.

    Plugin Author slushman

    (@slushman)

    Haven’t heard anything else from Thomas, closing ticket.

    Thread Starter thomasklosinsky

    (@thomasklosinsky)

    Yay, that was it ;).
    Simple as that!

    Thanks!
    Also for closing!

    HI Threre

    When i Install Plugin then add in Widget i can see any thing in profile page can you support what’s problem ????

    Plugin Author slushman

    (@slushman)

    Hey aymanomar85,

    Can you start your own thread, please? Also, can be more precise about what you’ve already done so I can help you figure out what needs to happen? Thanks!

    Slushman

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Custom Sidebars for BP Pages makes Widgets disappear’ is closed to new replies.