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;
}
Hi, thanks for your help. Unfortunately I added that paragraph at Oshine Options/General Settings/Custom CSS but it looks all the same.
Is it relevant if I write it at the begining or at the end of the sheet?
that should not matter, but I suspect you will need to clear cache on either the server or the browser
https://its.uiowa.edu/services/general/how-clear-cache-and-cookies-your-web-browser
and the server will depend on whether you are using a caching plugin.
Hi, problem solved! I added that custom CSS you gave me directly on the WP Dashboard/appearance instead of through my theme options, and now it works.
Thanks again!
great – glad you are fixed