Anyone?
Page source shows the content is there but it’s not being displayed, only a blank page.
Okay discovered the problem. On line 815 of the .css file change “clear: none;” to “clear: both;”. No quotes of course. Hopefully that will not break anything!
Thanks to labsecrets on the earlier tip about line 78. Led me in the right direction.
This will likely break things. What theme are you using? Link to your site?
Using Swift theme.
Update per John: Only an issue with Firefox. Reverted back to original for now though nothing appeared to be broken.
Any updates on this? Same thing is happening to me in Firefox 17. Thanks
Any update? I’m also getting blank subscription listings in user profiles with FireFox 18.0.1.
Same issue with me, (bbpress 2.2.4 and wp 3.5.1), changing “clear: none;” to “clear: both;” (bbpress.css line 810), making the ul list including table visible. Dont know if it will break some other thing but currently fine.
I suspect that ‘clear:none’ is the right thing built in bbpress, it need to be fixed with some other proper css style.
Same problem here, empty list
Same problem here. Also, when clicking the Edit profile link, the page is blank, showing header and footer and everything but nothing inside, not even the little sidebar at the left with the avatar picture and the other links (Subscription, Topis started, etc.), all empty and not even present in the source code.
WP: 3.5.1
bbPress: 2.2.4
Using the Thesis Theme and s2Member plugin.
I have the same problem- firefox only. On user profile pages Topics Started and Replies Created do not appear- only the title. I added this code from a bbPress forum (3 months, 3 weeks ago) to my WP style.css file:
.bbp-user-section {
overflow: auto;
}
and this code:
#bbpress-forums .bbp-user-section ul.bbp-topics {float: left !important;}
and both together and no change
I have spent time on the forums, but maybe there is a solution somewhere that I missed.
Thank You
WP 3.5.1
bbPress 2.2.4
Thematic Theme
Just started using bbpress — same issue here: in profile topics and replies not showing – list is just a big blank page.
Firefox 19.0.2
WordPress 3.5.1.
Theme Twenty Twelve
This issue was first reported over 4 months ago???
Look like it could use some attention 🙂
I just installed BuddyPress to add all that great stuff it provides.
Doing this “fixed” the blank information display – since BuddyPress handles this with it’s own CSS, templates, etc.
So, while it’s not a real fix – it certainly makes things work 🙂
The same problem here. when logged as a participants i can see all my topics and other member topic. but when logged out it appears as empty. can someone help please?