I’m running the latest version of WordPress and bbPress (forget to mention that, sorry)
Just to add, it almost seems like the form content for bbpress isn’t pushing the div.container margin down for some reason. Is there any CSS code I could add to the bbpress CSS file to force the height of the form to push the div container down to fit?
Removing what I highlight in the image makes the content visable but when reszing the editor it doesn’t resize the container but this all works like a dream when editing the very first post in the thread which is causing me utter confusion…
Im having the exact same issue… I did trie to find info on the net. The only thing i did find with this problem is this thread. I do not know how to create a ticket or event if this is worthy of creating one. Wooul really appreciate some info on this.
Thank you!!
π
This is fixed in the next release (any day now)
Wow, thank you very much for the fast response!!! π
Hmmm… Just updated the plugin… Still having the same problem… π
Actually when I click edit the reply it will redirect me to somewhere else not relevant and say no topics found…
Hmmmm, i dont think that is the same issue… But indeed, that is a probelm!
@robotcake Try running the ‘Repair Forums’ toolΒ https://codex.bbpress.org/repair-forums/
Exactly the same problem, I have also fixed a lot of errors for fitting my WP theme, starting feel like heaven and discover this bug. Please help!
The repair step not work, it’s something about the theme because switch to twentyeleven it works.
Wow, I think I got it, wait a minute…
Hi guy! I FIXED IT, be in heaven again.
Here’s my solution, as I said before, it’s about your theme. You should browse to your WordPress theme folder, open the style.css and if your problem are the same as mine you should find some code like this:
.reply {
margin: 10px 20px 0 0;
text-align: left;
text-transform: none;
font-size: 12px;
position: relative;
height: 25px
overflow: hidden;
position: relative;
right: -20px;
}
Now you just simply put 2 lines
height: 25px
overflow: hidden;
in the comment or just delete it, cause I found in bbpress.css there is the id name reply, it was overide by WordPress.
If you need more details, email me.
This is the content of my themes css. Cant see the code you are refering ton in there… π
{snip}
@hypnoscribe – Please don’t post big code dumps; it’s not easy to read and easily accessible by linking to your site, a pastebin, or any other place.
@netweb – If you’re going to answer questions, make sure they’re the correct answers. π
Looking just a bit deeper in Inspector, you’ll notice the CSS isn’t part of WordPress or bbPress. Like @nguyenkinh said, this is a problem with the CSS in your theme.
Ok, sorry for that… Still, im am new to all this. I am not afraid to get my hands dirty. But what exactly should i be looking for in the css code? I tried testing the default bbpress theme and the problem is not there… So yes, this is a theme problem… :/
my problem should be a conflict with transposh, when disable it I can edit topic I have no idea how to solve though π