screenshots are missing
link to your site so i can check and see what might be the issue.
Thanks, Robkk,
Please see updated post above.
Thanks again!
Sharon
P.S. Apparently, the white space issue is only happening when I am logged in.
However, it’s still saying I have no topics, and replies, which is not true. Really strange…
They work fine.
there is some CSS hiding your content though. i just changed clear:none
to clear:left
if you find any other style awkwardness tell me and i could fix it pretty quick.
add this anywhere you can add custom css
#bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic,
#bbpress-forums #bbp-user-wrapper ul.bbp-topics,
#bbpress-forums #bbp-user-wrapper ul.bbp-forums,
#bbpress-forums #bbp-user-wrapper ul.bbp-replies,
#bbpress-forums #bbp-user-wrapper fieldset.bbp-form {
clear: left;
}
THANK YOU, Robkk!!!! 🙂
There’s a little overlap between Participants and Post in the header, but otherwise, it looks GREAT!
Thanks again!
Sharon
@sharongraylac
well thats going to happen if you have a long word like participants in there , maybe replace it with an icon or a synonym with less letters.
It’s making me consider going back to the full width page… I think that might make a difference. I’ll play with it.
Thanks again! 🙂
Sharon
well a full width bbpress.php template would not fix the profile page looks. it would just need some CSS rules for a better bbPress responsive layout.
I have a more narrow page for posts, which is what the template is drawing from. Therefore, it was cramming everything together. I just removed the “voices” count in CSS to compensate for now…
Thanks again!
Sharon
Hi again, Robkk!
Would you be able to help me with one other odd CSS issue I’m having?
The “Update Profile” button on the BBPress profile’s Edit page is bleeding out of the box.
Here’s a screenshot:
I don’t know if you can access it without having an account. Here’s the link to set one up, just in case you need it: bellynsoul.com/my-account.
Thanks again for all of your help!
Kindly,
Sharon
this should do it
#bbpress-forums #bbp-your-profile fieldset.submit {
padding: 0px;
}
That worked! I could not figure out the right ID/Class to save my soul. Thanks SO much again, Robkk!!!
Would I be pressing my luck if I asked you one more Profile page-related css question? 🙂 I’m happy to start a new thread, if it would be more appropriate.
Why do line breaks not show up on the profile page? They do in the editor section, but not on the front end. The CSS indicates there’s a bottom margin of 18px, but it isn’t registering. Any thoughts?
Thanks again!
Sharon
@sharongraylac
more of a WordPress thing, as the biographical info doesn’t allow line breaks by default.
you can create a new topic but at the WordPress support forums if you really need this type of thing
Support Forums
Thanks, Robkk!
Again, I really appreciate your help.
Truly,
Sharon