Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1053001
    lubabalo
    Participant

    Helo X
    1.my cover image upload option doesn’t work on buddy press, how can I resolve this issue.
    2. how can i remove the border that surounds the harder of buddy press, the area that surrounds the image cover.
    thank you X

    #1053007
    lubabalo
    Participant
    This reply has been marked as private.
    #1053288
    Jade
    Moderator

    Hi there,

    #1 Buddypress cover image upload is a known issue and has already been passed to our development team for further investigation and the fix in our future releases.

    #2 Please add this CSS in the customizer:

    .buddypress #item-header {
        border: 0;
    }

    Hope this helps.

    #1054324
    lubabalo
    Participant

    thank you X the background of all my pages is transparent
    then a member is logged in to my site bbpress and buddyress page backgrounds become white.
    can there be a solution to that to make everything uniform just like the other pages.
    thank you x

    #1054376
    Thai
    Moderator

    Hey There,

    Please add the following CSS:

    body.buddypress,
    body.bbpress {
        background-color: hsla(0,0%,92%,0.66);
    }

    Hope it helps 🙂

    #1056805
    lubabalo
    Participant
    This reply has been marked as private.
    #1057348
    Rue Nel
    Moderator

    Hi There,

    1] Could please point us out which of the buddypress page or element you want to style?

    2] To increase the size of the user icon and the links, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-topbar{
        font-size: 18px;
    }

    Hope this helps.

    #1057723
    lubabalo
    Participant
    This reply has been marked as private.
    #1057761
    Rue Nel
    Moderator

    Hello There,

    The code should work. I could not see that you haven’t added it to the page. If you happen to removed it, please put it back. Further checking on the custom css, I found out that you have inserted several invalid codes. Please see these screenshots:
    http://prntscr.com/bkd9se
    http://prntscr.com/bkda7p

    And with the styling of the buddypres page, regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    Thank you in advance.

    #1058787
    lubabalo
    Participant
    This reply has been marked as private.
    #1058966
    Rad
    Moderator

    Hi there,

    I went ahead and added this CSS,

    .buddypress .x-item-list-tabs-nav>ul>li {
        width: auto !important;
        float: none !important;
    }

    Thanks!

    #1059408
    lubabalo
    Participant

    thank you Rad

    #1059510
    lubabalo
    Participant

    How to get Buddypress Avatar of logged in user in the topbar
    thank you x

    #1059677
    Rad
    Moderator

    Hi there,

    Try installing this https://wordpress.org/plugins/wp-user-avatar/ and add [avatar] to your top bar’s content.

    Cheers!

    #1065177
    lubabalo
    Participant
    This reply has been marked as private.
  • <script> jQuery(function($){ $("#no-reply-1053001 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>