Skip to:
Content
Pages
Categories
Search
Top
Bottom

User Navigation not working properly (Topics Started, Replies Created, etc)


  • sharongraylac
    Participant

    @sharongraylac

    There seems to be an issue with my Profile page.

    The links in the user navigation (below the avatar) do not seem to be working.

    1. Links are empty (even though there have been topics written and replies created).
    2. There is over 4500px of white space under “Replies Created”.

    Here’s a link to my own profile: http://bellynsoul.com/forums/students/admin/

    Is there a way to fix this?

    Thanks!
    Sharon

    Any thoughts?

    Thanks!
    Sharon
    Bellynsoul.com

Viewing 14 replies - 1 through 14 (of 14 total)

  • Robkk
    Moderator

    @robkk

    screenshots are missing

    link to your site so i can check and see what might be the issue.


    sharongraylac
    Participant

    @sharongraylac

    Thanks, Robkk,

    Please see updated post above.

    Thanks again!
    Sharon


    sharongraylac
    Participant

    @sharongraylac

    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…


    Robkk
    Moderator

    @robkk

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

    sharongraylac
    Participant

    @sharongraylac

    THANK YOU, Robkk!!!! 🙂

    There’s a little overlap between Participants and Post in the header, but otherwise, it looks GREAT!

    Thanks again!
    Sharon


    Robkk
    Moderator

    @robkk

    @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.


    sharongraylac
    Participant

    @sharongraylac

    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


    Robkk
    Moderator

    @robkk

    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.


    sharongraylac
    Participant

    @sharongraylac

    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


    sharongraylac
    Participant

    @sharongraylac

    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:

    Button 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


    Robkk
    Moderator

    @robkk

    this should do it

    #bbpress-forums #bbp-your-profile fieldset.submit {
      padding: 0px;
    }

    sharongraylac
    Participant

    @sharongraylac

    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


    Robkk
    Moderator

    @robkk

    @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


    sharongraylac
    Participant

    @sharongraylac

    Thanks, Robkk!

    Again, I really appreciate your help.

    Truly,
    Sharon

Viewing 14 replies - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.
Skip to toolbar