Replies
So, I guess you are trying to have larger image in the activity stream display?
There are two eays to do it.
1. Either change the size of the thumbnail from the above code(and It will resize for new)
2. Or use a different image size(may be ‘mid’)For the second case, Please do teh following
a) Copy the mediapress/templates/default/buddypress/activity/views/grid-photo.php (Please see screenshot)
http://i.imgur.com/Yk3vXW4.pngto Yourtheme/mediapress/default/buddypress/activity/views(as shown below)
http://i.imgur.com/7LVKyNh.pngOnce you have done it, Please change the code
<a href="<?php mpp_media_permalink(); ?>"> <img src="<?php mpp_media_src( 'thumbnail' ); ?>" class='mpp-attached-media-item' data-mpp-activity-id="<?php echo $activity_id; ?>" title="<?php echo esc_attr( mpp_get_media_title() ); ?>"/> </a>to
<a href="<?php mpp_media_permalink(); ?>"> <img src="<?php mpp_media_src( 'mid' ); ?>" class='mpp-attached-media-item' data-mpp-activity-id="<?php echo $activity_id; ?>" title="<?php echo esc_attr( mpp_get_media_title() ); ?>"/> </a>That will do it.
Hope that helps.
Regards
BrajeshHi Doug,
Thank you.
It’s good to know.is that a chance that you deleted some admin gallery earlier? If a wall gallery is deleted(by default trashed) but not completely removed, they can cause this issue.
Can you please Visit Dashboard->MediaPress and check if there are some galleries in trashed state?
Thank you
BrajeshPlease attach a screenshot. Is it the WordPress adminbar or the BuddyPress item nav?
- Brajesh Singh on May 26, 2017 at 12:10 pm in reply to: [Resolved] buddypress input#signup_password.password-entry #9315
Glad to hear that 🙂
- Brajesh Singh on May 26, 2017 at 12:09 pm in reply to: [Resolved] BuddyPress Xprofile Member Type Field issue #9314
Hi Lapo,
i just tested the plugin. It is working fine for the new registrations.
Are you sure that user registered through your normal registration process?Please try registering a new user and checking their profile after activation.
I used your code and it is giving me correct result.
Thank you
Brajesh Hi Dough,
Apologies for the delayed reply.
Please open a new topic(or post me the debug details(MediaPress->Tools screen) also a temporary gues user/password for your site.Thank you
BrajeshHi Mike,
My apologies for the inconvenience.
Can you please disable it and check if that makes the message work properly? If that does, Can you please tell me if you have a huge community(large number) or small. Just to get an idea of the queries.Thank you
BrajeshHi Dan,
Please post me a screenshot and I will have better idea. I will post the css code then.Thank you
Brajesh- Brajesh Singh on May 25, 2017 at 9:34 pm in reply to: [Resolved] buddypress input#signup_password.password-entry #9303
Hi Valle,
Your selector is valid. Most probably your theme is using !important to override the width.If you can point me to your site, I can assist quickly.
Thank you
Brajesh - Brajesh Singh on May 25, 2017 at 9:31 pm in reply to: [Resolved] Critical bug with join blog widget 1.0.1 #9302
Hi Matthew,
Welcome to BuddyDev.My apologies for the inconvenience. We haven’t updated the plugin recently. Please allow me 1 days to test and update the plugin.
Thank you
Brajesh