-
Author
-
June 22, 2015 at 20:09 #64336
itt
ParticipantHello
i attached 2 image
1- in group and profile these 2 overlay each other and group admin can not add cover image
2- in private message avatar moving to left side
Regards
Attachments:
You must be logged in to view attached files.June 23, 2015 at 18:45 #64542Radu
ModeratorHi,
Please provide the URL and an user and password to have access to messages.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 24, 2015 at 17:04 #64709Radu
ModeratorFor the cover issue add this CSS to Theme Options -> General Settings -> Quick CSS
COPY CODEbody.bbp-user-page.buddypress div#item-header div.generic-button, .buddypress div#item-header a.button { color: transparent; } body.bbp-user-page.buddypress .profile-cover-action a.button:hover { width: 140px; color: #efefef !important; }
For the message issue, plese send 3-4 message to user demo to simulate the issue
Thank you
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 25, 2015 at 19:40 #64941Radu
ModeratorHi,
Add this CSS to Theme Options -> General Settings -> Quick CSS
COPY CODE#buddypress #message-threads .thread-avatar img.avatar { margin: 0 0 0 10px !important; }
It should work
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 26, 2015 at 18:54 #65084Radu
ModeratorI looked at your page source and i see that the snippet that i have gave you is not present in page.
Try to put same CSS in kleo-child/style.css
It should work
Regards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 3, 2015 at 19:38 #66368Radu
ModeratorI think you don’t have child theme activated.
In this case put this CSS in Wp-Admin -> Theme Options -> General Settings -> Quick CSS
COPY CODE#buddypress #message-threads .thread-avatar img.avatar { margin: 0 !important; }
IF you cannot handle please provide admin login details and FTP.
REgards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.