-
Milena replied to the question Show @handle in activity feed / forums in the forum Requests and Feedback 10 years, 4 months ago
@style960, it’s especially painful with folks like you who have a totally different user name 🙂
I think the issue with the buddypress activity was solved in
buddypress 2.1.1
“Forget the old days of trying to remember someone’s username when you want to @mention them in a conversation! With BuddyPress 2.1, type a @ when leaving a status update o…[Read more] -
Milena replied to the question How change tab label "New Feed"? in the forum BuddyBoss Wall 10 years, 4 months ago
Hi @tjchester,
I found the file – it’s in buddyboss-wall/includes/wall-hooks.php
I think it is more a function issue than a string. I found this code (line 45 of wall-hooks.php) and I think I need it to be the OLD way : “Without this formatting it would say:
// [username] posted an update to [group name]”Can you help me- and tell me which…[Read more]
-
Milena replied to the question Activity Issue: Post showing 2 images when featured image is set in the forum BuddyBoss theme 10 years, 4 months ago
No, I tested this and it was because of this added code
https://www.buddyboss.com/support-forums/topic/activity-wall-show-featured-image-like-facebook/
After removing the code- the activity shows only the embedded post image.
you can close this thread cause I opened a new – more specific one. Thanks -
Milena started the question A few questions about the activity feed in the forum BuddyBoss theme 10 years, 4 months ago
Hi,
I have a few functionality questions about the activity feed.
1. How to change the post image that shows up on the activity page – from an embedded image to the featured one? So that the posts in the activity will look more uniform with the blog page.
2. How to increase the amount of text that is shown before the […] on the post activity…[Read more]
-
Milena replied to the question Activity Wall – Show Featured image like Facebook in the forum Requests and Feedback 10 years, 4 months ago
Hi @rotju,
I tried adding this code to my child theme functions php, and I get a weird combo of featured image, underneath it – the post’s embedded image and what is the most interesting is that the featured image is added to every comment one makes on that activity. (see attached image. p.s. site is rtl)
Did you have a similar experience, and…[Read more]
-
milena and
MurrayrGreig are now friends 10 years, 4 months ago
-
Milena replied to the question shortcode to show all latest pictures added from users in the forum BuddyBoss 3.0 10 years, 4 months ago
Hi @tjchester,
I have a new (old) issue wih th e5 recent photos widget –
The photos get stretched lenghwise. I found and tried to edit wp.css
media="all"
.entry-content img, .comment-content img, <strong>.widget img</strong> {
max-width: 100%;
}but no matter what code I try – I either loose the proportions or the responsiveness.
I think the…[Read more] -
Milena replied to the question Responsive media queries issue in the forum BuddyBoss theme 10 years, 4 months ago
I removed ALL the code from custom css, de-registered the buddyboss-slides.css, registered the new child theme css and edited from there. Now it works.
-
Milena replied to the question Responsive media queries issue in the forum BuddyBoss theme 10 years, 4 months ago
I removed ALL the code from custom css, de-registered the buddyboss.css, registered the new child theme css and edited from there. Now it works.
-
Milena replied to the question Add Photo not working for any browser in the forum BuddyBoss Media 10 years, 4 months ago
Hi Michael, I contacted my hosting service to change the RAM to 512, and they asked me which specific file – and where to find it.
-
Milena replied to the question Issues still unresolved with BB Media 1.0.6 in the forum BuddyBoss Media 10 years, 4 months ago
I have a problem with the chrome on iPad upload. iOS 6, latest chrome.
-
Milena started the question Activity Issue: Post showing 2 images when featured image is set in the forum BuddyBoss theme 10 years, 4 months ago
Hi @tjchester,
I have something new now.
Buddyboss activity shows- no photo when an user posts a post with either only a featured image or an embedded image.
It shows 2 photos one under another if a post has both featured image and an embedded one. -
Milena replied to the question Plugin conflict – featured image in the forum BuddyBoss theme 10 years, 4 months ago
Hi @tjchester,
I have something new now.
Buddyboss activity shows- no photo when an user posts a post with either only a featured image or an embedded image.
It shows 2 photos one under another if a post has both featured image and an embedded one. -
Milena replied to the question Featured images missing in the forum BuddyBoss 3.0 10 years, 4 months ago
-
Milena replied to the question Plugin conflict – featured image in the forum BuddyBoss theme 10 years, 4 months ago
Hi TJ.
first I pm-ed you a link.
second I found this in wp-rtl-css.entry-post-thumbnail img {
float: right;
width: 150px;
hight: 150px;
}I removed the sizing. It’s a good size now (!)
But the image moved the meta text to the left. So I inserted the code you gave after this part :
`<!– Title –>
<header…[Read more] -
Milena replied to the question Plugin conflict – featured image in the forum BuddyBoss theme 10 years, 4 months ago
Hi TJ.
first I pm-ed you a link.
second I found this in wp-rtl-css.entry-post-thumbnail img {
float: right;
width: 150px;
hight: 150px;
}I removed the sizing. It’s a good size now (!)
The image moved the meta text to the left. So I inserted the code you gave after this part :`<!– Title –>
<header…[Read more] -
Milena replied to the question Plugin conflict – featured image in the forum BuddyBoss theme 10 years, 4 months ago
Hi TJ.
first I pm-ed you a link.
second I found this in wp-rtl-css
.entry-post-thumbnail img {
float: right;
width: 150px;
hight: 150px;
}I removed the sizing. It’s a good size now (!) but the image moved the meta text to the left.
So I inserted the code you gave after this part :` <!– Title –>
<header…[Read more] -
Milena replied to the question Featured images missing in the forum BuddyBoss 3.0 10 years, 4 months ago
Hi @tjchester, pm-ed you a link.
-
Milena replied to the question Login / Register Links on mobile + WooCommerce in the forum BuddyBoss 3.0 10 years, 4 months ago
Immediately * 🙂
-
Milena replied to the question Login / Register Links on mobile + WooCommerce in the forum BuddyBoss 3.0 10 years, 4 months ago
@style960 you were right. I thought I was careful, but I copy-pasted the apostrophes from another code @tjchester gave me (for the slides), and they were the wrong type!
the right code
remove_filter( 'show_admin_bar', 'wc_disable_admin_bar', 10, 1 );
TJ, I imidiatly went and fixed that slide code too
function…
[Read more] - Load More