Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1011786
    Josiah W
    Participant

    When I private message other users I get a formatting error with BuddyPress where it cuts off the users avatar and some of the heading text. Screenshot attached. How do I resolve this formatting issue?

    #1012239
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To assist you better with this issue, would you mind providing us the url of your site with login credentials so we can take a closer look? This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    To do this, you can make a post with the following info:
    – Link to your site

    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thank you.

    #1013111
    Josiah W
    Participant
    This reply has been marked as private.
    #1013504
    Jade
    Moderator

    Hi Josiah,

    Please add this code in the CSS customizer:

    .buddypress .message-metadata {
        height: auto !important;
    }

    Hope this helps.

    #1013582
    Josiah W
    Participant

    Worked great! Thank you.

    #1013939
    Friech
    Moderator

    We’re delighted to assist you with this.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1011786 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>