it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Health Check & Troubleshooting
Then come back
Hi! Thanks for your help. I tryed it but with no luck. I installed the plugin, changed the theme to the Twenty Twenty Four and deactivated all the plugins except bbpress. It didn’t work. Then I changed to my theme, did the same and the same error appears: the replies are not shown underneath the topic, but above it and overlapped.
Intenciones del foro
Any other help you can provide?
Thank you
Hi, with twenty twenty looks fine… so it must be my theme? any clue of what it could be, to let the developers know?
Thanks
what theme are you using?
I’ve just taken a look, and you are using Oshin.
Try adding this to the additioanl/custom css part of your theme
.bbpress .reply {
position: relative !important ;
top :0px !important;
right : 0px !important;
}