Forum Replies Created
-
Tech support at my theme company made a fix. Here is CSS to put into the theme options to fix this for the next person!
#bbpress-forums > div:nth-child(4) { display: none; } ul#bbp-forum-0.bbp-topics1.bs-item-list.bs-forums-items.list-view { display: none }
Thank you so much for your help, Robin!
Shortcode with [bbp-forum-index]
Thanks!
Thanks. There is no “All Discussions” forum.
This may or may not help, but that “All Discussions” box by itself is what you get with the short-code [bbp-topic-index]. In other words, if you used that shortcode by itself it just has that “All Discussions” part, but here it is as the 2nd part of [bbp-forum-index] (after the grid display of the forums). I am hoping to inject some CSS to make it go away.
Thank you so much! Here is the page I am working on.
Thank you! This shows the output of shortcode [bbp-forum-index]. I just want the grid of the forums, not the discussions box below.
If am hoping there is CSS where I can specify showing these things is ‘false’
1) Remove the ‘Discussions’ Box
2) Remove the two statements ‘Viewing 4 of 4 forums’ and ‘Viewing 1 of 1 discussions’
I hope that makes sense!