-
Author
-
January 20, 2018 at 02:02 #186327strychninegrParticipant
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.January 20, 2018 at 17:14 #186366Kieran_SQModeratorHi,
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 solutionIf 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.
January 22, 2018 at 00:55 #186529Kieran_SQModeratorHi,
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 solutionIf 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.
January 23, 2018 at 10:07 #186619strychninegrParticipantHello
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.
ThanksJanuary 23, 2018 at 19:10 #186666Kieran_SQModeratorHi,
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 solutionIf 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.
January 25, 2018 at 23:04 #186878strychninegrParticipantThanks 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 RegardsJanuary 26, 2018 at 00:23 #186881Kieran_SQModeratorGreat, 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 solutionIf 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.
-
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.