Replies
- Brajesh Singh on March 24, 2018 at 11:36 am in reply to: [Resolved] how do I show full posts on the profile feed without 'read more'? #14082
Hi Peter,
I am marking it as resolved as it dealt with the original issue.For your last question, let us continue discussion at
https://buddydev.com/support/forums/topic/how-to-add-shortcode-to-top-of-activity-feed/Thank you
Brajesh Hi Madhavi,
I am sorry but I am unable to assist as I could not recognise the theme from the screenshot.Since t seems to be a custom theme, I will suggest you to use chrome developer tool to identify the element and then add proper css.
Best Regards
Brajesh- Brajesh Singh on March 24, 2018 at 11:31 am in reply to: [Resolved] how do i make images much larger on the activity feed? #14080
Hi Peter,
Hope you are doing well.
In case of MediaPress, we currently create 2 size of images– thumbnail
– mid
-largeand then there is the original fiull image
If you want to change the dimension for each of these sizes, you can do that from Dashboard->MediaPress->settings->General
The changes will apply to newer uploaded images only(which are uploaded after the settings change).
Now, in case of activity, we use the thumbnail size. The simplest way to change it will be to copy
wp-content/plugins/mediapress/templates/mediapress/default/buddypress/activity/views/grid-photo.php to
wp-content/themes/[Your-current-child-theme or theme]/mediapress/default/buddypress/activity/views/grid-photo.php
and then modifying this
<img src="<?php mpp_media_src( 'thumbnail' ); ?>" class='mpp-attached-media-item' title="<?php echo esc_attr( mpp_get_media_title() ); ?>"/>to
<img src="<?php mpp_media_src( 'mid' ); ?>" class='mpp-attached-media-item' title="<?php echo esc_attr( mpp_get_media_title() ); ?>"/>For example, we changed the size to mid.
Hope that helps.
Regards
Brajesh - Brajesh Singh on March 24, 2018 at 11:25 am in reply to: Can not upload images with Mediapress at BP activity page #14079This reply has been marked as private.
- Brajesh Singh on March 24, 2018 at 11:22 am in reply to: [Resolved] Urgent: Mediapress conflict with Gravityforms accessing admin "view entry" #14077
The fix is available as part of MediaPress 1.3.5 now. Please upgrade.
- Brajesh Singh on March 24, 2018 at 11:08 am in reply to: Can not upload images with Mediapress at BP activity page #14076
Hi Alex,
If you have some time, Please do check and let me know if the updates worked or not?Regards
Brajesh - Brajesh Singh on March 24, 2018 at 10:37 am in reply to: [Resolved] MediaPress – S2Member Storage Limit – storage limits by member level not working #14075This reply has been marked as private.
- Brajesh Singh on March 24, 2018 at 4:55 am in reply to: No option to save profile photo, cropping doesn't work either. #14071
Thank you.
- Brajesh Singh on March 24, 2018 at 4:55 am in reply to: [Resolved] [BUG] Uploading on Mobile not working (HTML5 Shim Not Working?) #14070
Thank you both of you. Specially Aubrey for the details.
It is fixed in 1.3.5
The problem was related to the way we are doing it on activity. On the page load, the Dropzone is hidden, so the shim was positioning incorrectly.
To fix it, I had to refresh the uploader after the drozone becomes visible and that fix it.
Here is the fix.
https://github.com/buddydev/mediapress/commit/ea9b4b013b8aac8475c47598a55e74300ad264ecAlso, I have pushed 1.3.5 on wp.org, Please use it.
Thank you for the patience and help on this.
Regards
Brajesh - Brajesh Singh on March 23, 2018 at 8:00 am in reply to: Problem Using Conditional Profile Fields for BuddyPress Plugin #14061This reply has been marked as private.