-
Author
-
May 21, 2015 at 02:43 #59677FDParticipant
Hi,
After upgrading to the latest RT-media my BuddyPress wall and group wall is not as it should.
I have tried to find a solution, but I need some help to resolve this.
I have attached some pictures that shows the problem.Thank you for helping me out here.
Attachments:
You must be logged in to view attached files.May 22, 2015 at 14:39 #59812LauraModeratorHello, could you share admin credentials? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
May 24, 2015 at 18:05 #59985LauraModeratorHello, sorry but i dont find the problem, maybe it could help you to use the vesion before the update, found in wordpress repository, rt media > development
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
May 27, 2015 at 00:37 #60245FDParticipantHi Laura,
Could you please get someone else (Abe, maybe?) to take a look at this?
May 27, 2015 at 15:49 #60299ACTasarimParticipantSame problem here. After rtMedia update my activity looks like this.
When I deactivate rtMedia, it works normal.
Attachments:
You must be logged in to view attached files.May 30, 2015 at 19:28 #60597FDParticipantHi @ACTasarim,
We ended up with this mod. It´s working for us and I really hope it will fix it for you as well.
If the file does not exist in you child theme, then you have to copy it from the main theme.
See attached picture for the result.File: sweetdate_child/custom_buddypress/_inc/css/default.css
Before:
form#whats-new-form #whats-new-submit {
float: left;
}After:
form#whats-new-form #whats-new-submit {
float: right;
margin: -34px 0px 0px 0px;
}Before (this makes the “share” button a bit wider):
#aw-whats-new-submit {margin-bottom:10px;}After (this makes the “share” button a bit wider):
#aw-whats-new-submit {margin-bottom:10px; padding: 4px 26px !important;}Before:
#whats-new-options {
/*overflow: auto;*/
overflow: inherit;
height: 0;
/*display:none;*/
}After:
#whats-new-options {
/*overflow: auto;*/
overflow: inherit;
height: 0;
/*display:none;*/
display: initial;
}Attachments:
You must be logged in to view attached files.June 1, 2015 at 18:15 #60682anonim_2mParticipantsomeone has solved this problem with this code?
I have not solved the problem 🙁June 1, 2015 at 21:45 #60693ACTasarimParticipantme too… thanks for trying but that didn’t solve the problem 🙁
June 2, 2015 at 11:23 #60750FDParticipantHi @ACTasarim,
If the mod did not work. Try to make the same changes to the file (In the main sweetdate theme folder): sweetdate/custom_buddypress/_inc/css/default.css
Make sure to take a copy of the original default.css file before you modify it. 🙂
Good luck!
June 19, 2015 at 19:07 #63912AbeKeymasterPlease Andrei take a look at this too
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.June 21, 2015 at 06:34 #64149AndreiModeratorWe’ll be working on this in the following days and we’ll release an update as soon as possible.
Meanwhile, in order to fix the broken content column which overlaps with the sidebar, you can add the following rule into your back end in “SweetDate > Styling Options > Qucik css”:COPY CODEul#activity-stream{ overflow: initial; }
Cheers
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 ‘Sweetdate – WordPress’ is closed to new topics and replies.