It is almost certainly a theme issue – post a url
url has a ‘under dev’ banner !
oops – sorry. I took it down. please check quickly. thanks!
The [bbp-topic-index] is not designed to run in a sidebar, or indeed in any panel of such a small width.
There are plenty of widgets you can use to put in there.
What are you trying to achieve in the sidebar?
Thank you! Just trying to have recent forum activity listed in that sidebar.
one other thing – how can we fix the forum header (http://imageshack.com/a/img673/4510/Utc46x.png) to show an image per forum OR just remove it entirely? It has the forum or topic name twice.
Just trying to have recent forum activity listed in that sidebar.
try the ‘latest activity widget’ in my plugin
https://wordpress.org/plugins/bbp-style-pack/
one other thing – how can we fix the forum header
This is a theme issue – who’s theme are you using?
THANKS! will look into the plugin.
HMM.. Using the Listify wordpress theme.
I can’t find anything in the code. I was able to remove the first page title if I want, but I want to leave that.
The big grey box I wanted to remove.
Thanks!
The first basketball is given by a div class of ‘page-title’
The second basketball is given by a div class of ‘entry-title’
so you could try
#bbpress-forums .entry-title {
display : none !important ;
}
in your child theme css
Functions files and child themes – explained !
Thanks! I had tried something real similar and it didn’t work, I tried that too – no luck.
thanks so much for your help!
.entry-title {
display : none !important ;
}
works but not with #bbpress in front.
ok, as long a that doesn’t break the site it elsewhere you have a solution !