Hello, I really need a help with bbpress. I recently upgraded to this theme as it support BBpress with nice look.
Here is it: http://www.uspornaziarovka.sk/forum/diskusne-led-forum/
Issue is that I have reinstalled the old bbpress but I can still see the old table frame styling, I cannot push or I dont know how or why it is still using old style.
Funny part is that when u click on a actual topic or open a topic the style are OK.
Only the main INDEX page is somehow not right.
Can anybody help where to look or check or delete ? thank you
Hi,
Do you have latest bbPress plugin version? Because i see that your forum structure is different.
Also you have followed this: https://forum.tagdiv.com/how-to-install-bbpress-forum/
Thanks!
yes, I got it running prety much ok. but there is one thing i really miss and I think it does not work in your theme and its a tab [bbp-topic-index] which displays all latest open discussion nicely in a table. It actually works but the styling is OLD, seems like you did not try to tweak it, or i am wrong ?
pls let me know. thanx.
This is the view I was talking about
http://www.uspornaziarovka.sk/forum/diskusie/tema-znacky/led-pas-2/
which does not have new bbpress styles applied. I wonder if you plan to restyle it. thanx.
Hi,
Use the following css to fix the pagination and the search button issue:
.bbp-search-wrap .td-widget-search-input {
width: 558px !important;
}
.bbp-breadcrumb {
float: none !important;
padding-bottom: 10px;
}
#bbpress-forums .page-nav {
padding-bottom: 15px !important;
}
http://screencast.com/t/Q1d77IVkP10Y
Thank you, Emil G.