Limited Support
Our support team is currently on holiday from December 25, 2025 to January 7, 2026, and replies may be delayed during this period.
We appreciate your patience and understanding while our team is away. Thank you for being part of the wpForo community!
Merry Christmas and Happy Holidays! 🎄
I found a bug on the threaded layout. The video describes details: https://cl.ly/90daaa49896c
The page is located at https://www.tradingschools.org/community/
Thanks
This is not wpForo bug, this issue comes from your theme page wrapper, it sets overall hidden attribute in CSS code. Just put this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea, save it , delete all caches and press Ctrl+F5 on forum front-end to reset browser cache.
.wpforo .ss-full-width {
overflow: visible;
}
As far as I see you have W3 Total Cache. After putting this code you should delete all caches of this plugin, and press Ctrl+F5 on forum front-end twice.
Hey Martin,
We are getting closer...I think. The css code partially worked. See video: https://cl.ly/021752ffabef
