This topic has 7 replies, 2 voices, and was last updated 6 years by Kieran_SQ.

  • Author
  • #186327
     strychninegr
    Participant

    Hello

    Lately, due to either a wordpress/buddypress update or a kleo theme update, messages in activity stream regarding friend requests appear in 3 lines as if avatars do not fit correctly.

    The link to my site and its activity stream is: https://hotwifefantasyplay.com/activity/

    I also include a screenshot that shows the problem.

    Is there a way to fix this by editing theme template?

    Thanks in advance.

    Attachments:
    You must be logged in to view attached files.
    #186366
     Kieran_SQ
    Moderator

    Hi,

    Thanks for contacting us and sorry to hear you’re having issues since the BuddyPress update. Can you please update this ticket, in a private reply, with login credentials for your site as I am unable to view your activity page whilst logged out.

    Thanks,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #186528
     strychninegr
    Participant
    This reply has been set as private.
    #186529
     Kieran_SQ
    Moderator

    Hi,

    I wasn’t able to apply a fix for you as the account you shared was not an administrator. To fix this issue please add the below CSS to your KLEO Child theme’s style.css by going to WP Admin > Appearance > Editor > KLEO Child > Style.css

    COPY CODE
    #buddypress #activity-stream p img {
        display: none;
    }

    Clear your WordPress cache, any CDN and delete your local cache (Ctrl+F5) to see any changes.

    Thanks,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #186619
     strychninegr
    Participant

    Hello
    I applied the above CSS and the problem was fixed… partially though. This way any image within the line is hidden, including the second avatar. Although I don’t really mind I think something else should be applied in order for second avatar to appear and “wrapping” to work correctly.
    Thanks

    #186666
     Kieran_SQ
    Moderator

    Hi,

    The second avatar is feature of BuddyPress that wasn’t meant to be shown in KLEO. The recent update changed this and revealed it. If you would like to keep it in view and inline then please use the below CSS instead of the CSS I shared earlier.

    COPY CODE
    #buddypress .activity-list .activity-content .activity-header img.avatar {
        display: inline-block !important;
        margin: -5px 5px -8px 2px !important;
    }

    All the best,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #186878
     strychninegr
    Participant

    Thanks for your prompt reply!!!
    I prefer it without the avatar being displayed, so your 1st solution suits me fine.
    I didn’t remember KLEO’s default state (regarding avatar) and I thought the latest update “spoiled” its appearance and if any other user read this thread with the solution might me interested in this option.
    My Regards

    #186881
     Kieran_SQ
    Moderator

    Great, glad it is all working 🙂 I will leave the alternative solution in place for other users in case they wish to use it.

    All the best,

    Kieran.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

Viewing 8 posts - 1 through 8 (of 8 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?