Notifications
Clear all

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! 🎄

wpForo 1.x.x [Closed] Bug

5 Posts
2 Users
0 Reactions
1,677 Views
Posts: 18
Topic starter
(@superfly)
Eminent Member
Joined: 7 years ago

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
Posts: 991
Moderator
(@martin)
Support Team
Joined: 9 years ago

@superfly,

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;
}


Posts: 991
Moderator
(@martin)
Support Team
Joined: 9 years ago

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.


Posts: 18
Topic starter
(@superfly)
Eminent Member
Joined: 7 years ago

Hey Martin,

We are getting closer...I think. The css code partially worked. See video: https://cl.ly/021752ffabef

 


1 Reply
Moderator
(@martin)
Joined: 9 years ago

Support Team
Posts: 991

The cache is not deleted well so the code is not there yet, it should not work and it doesn't work. On the small screen it works because of your theme, not because of the code I provided. In video I don't see Ctrl+F5 full refresh of your browser. You should do that twice. 

If it still doesn't work, just put that code in Additional CSS section of website. In Top admin bar > Customize > Additional CSS textarea. Save it, delete all caches and press Ctrl+F5 twice on forum front-end.