• Resolved Momshof

    (@momshof)


    Hi – absolutely loving the plugin! So very helpful!

    I added the template which shows the forums as Hierarchical to my child theme and they are really looking great – just like I wanted.

    I need to remove the search bar at the top of them though. I did not know if your plugin has that capability – am I missing it? I also did not see the code for the search bar in the template file.

    As it is right now I have 3 of search bars on my forum index page:

    http://dtcdancecentral.com/DTCTest/forums/

    I tried turning off “Allow forum wide search” but it removed all of my searches. (I really only want the one in the search widget to show & remove the one at the top of the forum & the one in the “Latest Activity” widget.

    If you would let me know if I have missed it in the plugin or the template file I would greatly appreciate your assistance.

    Thank you!

    https://wordpress.org/plugins/bbp-style-pack/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Robin W

    (@robin-w)

    Thanks for contacting me

    Without a detailed look, I can’t say why they are appearing – think it is a combination of theme and bbpress, but can’t immediately see why.

    However if you are able to add a line to your css file, then

    #bbpress-forums div.bbp-search-form {
    display: none !important;
    }

    should get rid of the two top ones.

    If you don’t know how to do that, come back

    Plugin Author Robin W

    (@robin-w)

    nothing heard – marking as resolved

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘remove search from forum index page – duplicated 3 times’ is closed to new replies.