BuddyDev

Search

[Resolved] “BuddyPress User Badges” Update for BuddyBoss 2

  • Participant
    Level: Initiated
    Posts: 15
    hussein rezaei on #45010

    It looks like the “Message Icon” and “user badge” overlaps in BuddyBoss 2
    cause I did not have such a problem before updating the theme to V2

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #45022

    Hi Hussein,
    Here is what it should look like if you removed the css code

    With BuddyCircle
    https://i.ibb.co/GQ67Z4F/Selection-505.png

    // without
    https://i.ibb.co/Y761Q1S/Selection-506.png

    It seems there is some css conflict at your end.

    Can you please provide me temporary guest access to your members directory and I can look and assist.

    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 15
    hussein rezaei on #45027
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #45037
    This reply has been marked as private.
  • Participant
    Level: Initiated
    Posts: 15
    hussein rezaei on #45114

    Hi Brajesh

    I hope you are great.

    Is there any update about this issue for me?

    Thanks

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #45116

    Hi Hussein,
    I am sorry for not updating you.

    I had a look at the site earlier and I was not sure what caused it. I could see the issue but I was unable to pin point the conflict. So, I left that and thought will try again.

    Today, the login did not work and I got locked. Can you please grant me temporary login again and I will try it one more time today to find the conflict.

    I am saying this is a conflict as I tried the same size on local without any issue.

    Regards
    Brajesh

  • Participant
    Level: Master
    Posts: 152
    טליה שוורץ on #45127

    the single topic is not compatible with buddyboss 2.0
    in continue with this topic:
    https://buddydev.com/support/forums/topic/badges-can-be-displayd-in-the-same-line-with-name/

    the badges now appears twice
    see my image here:
    https://drive.google.com/file/d/1wVVOqwc-WAbB4L_lJsnTR_uhQKdb_VDc/view?usp=sharing

    i do use the custom CSS above.
    without it the badges is displayed 3 times as here:
    https://drive.google.com/file/d/1J6r5AasZJ-DHR-7soJGyV7_k8i6pICnL/view?usp=sharing

    i fixed it with this CSS:
    .bp-user-badges-badge-list {
    display: none;
    }
    and if someone is intersted to display the badge in same line with name:
    .item-meta .bp-user-badges-badge-list {
    display: inline;
    padding: 10px;
    }

    *****************

    only thing remain and i need your help with please –
    the badge doesnt disalyed in the main topic (first message in a discussion)
    https://drive.google.com/file/d/12_FbIhSpldX-ptVSVkY67co3cQ7DWlIU/view?usp=sharing

    i assume it baecause the buddyboss removed the profile avatar and information for main topic message?
    dont get why id they do that…
    how can we fix that so the badge (also dont mind all the info – avatar and name) to be displayed?
    this is important to me please help me with that?

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #45128

    Hi @talia,
    Sorry about it.

    Please open a new topic to help me assist you. This topic is related to another member’s issue and they will be notified of the discussions which is not relevant to their need.

    In the meantime, I will be looking at the issue.

    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 15
    hussein rezaei on #45157

    Update.

    Dear Brajesh

    I have found a css solution for that:

    .bp-user-badges-badge-list img {

    min-width: 150px !important;

    min-height: 75px !important;

    margin-bottom: 40px;

    Thanks anyway

  • Participant
    Level: Initiated
    Posts: 15
    hussein rezaei on #45161

    Good Day Brajesh

    I have the same problem with “Add to circle” button.
    I need to add a “margin-bottom: 40px”

    What is the css code for this button?

    Thank a lot!

The topic ‘ [Resolved] “BuddyPress User Badges” Update for BuddyBoss 2’ is closed to new replies.

This topic is: resolved