Jun 12, 2019 3:27 am
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
4 Replies
Jun 12, 2019 5:35 am
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;
}
Jun 12, 2019 6:06 am
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.
Jun 12, 2019 5:18 pm
Hey Martin,
We are getting closer...I think. The css code partially worked. See video: https://cl.ly/021752ffabef