Site logo

[Support request] Sidebar for bbPress

Home Forums Support [Support request] Sidebar for bbPress

Home Forums Support Sidebar for bbPress

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2580031
    Philippe

    Hi,

    I use the following CSS for my sidebar. What should I add so that all bbpress pages would have their own sidebar with their own specific content?

    Thanks for your help,

    Philippe

    }

    @media
    (min-width: 769px) {
    .inside-right-sidebar, .inside-left-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 20px
    }

    #2580129
    David
    Staff
    Customer Support

    Hi there,

    theres a few options, the main 2 are:

    1. Use a plugin like Content Aware Sidebars:

    https://wordpress.org/plugins/content-aware-sidebars/

    2. build your own Sidebars with a Block Element:

    https://docs.generatepress.com/article/block-element-sidebar/

    #2580295
    Philippe

    Thanks, David.

    I created a sidebar block element with proper display location rules. For now, it is just the sidebar space that appears on the concerned pages, not even its white background. I guess this is normal since I have nothing to place in the sidebar at the moment. We’ll see how it goes.

    #2580344
    David
    Staff
    Customer Support

    Yeah, try adding something inside the Element to make sure it is working correctly 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.