Replies
- Brajesh Singh on July 6, 2018 at 10:12 am in reply to: [Resolved] Extension .mpp is not allowed #16149
Thank you.
The settings are correct. I will test now and get back to you again today.
Regards
Brajesh Hi,
Are you on a cpanel host? If you have never used the database queries earlier, I can do it for you. I will need temporary access to phpmyadmin though.Please do note that the above is only required for old galleries(to clear cache, we are planning to provide a time bound expiry in future). For new galleries, the new sizes will be in effect immediately.
Regards
BrajeshHi,
I am sorry for the inconvenience.There is an easy fix and CSS is not required at all.
1. The screenshot is from single gallery page(media list). We use ‘mid’ size’s dimension for listing remote videos on that page. It seems in you settings, the mid size is set too large.
Please change the size to say 300×200. Ut won’t fix the issue for existing videos(on the single gallery page). The reason is we are caching the oembed results using size name and change in size will not trigger(atleast for now ) any cache cleaning. You may want to search for “_mpp_oembed_content_mid” key in the posts meta table and delete it. That will force regenerate the media list.
2. All the remote media(oembed) is always loaded inside iframe. This is due to security reasons.
Please give the try to 1st and see if it works for you or not?
Thank you
Brajesh- Brajesh Singh on July 6, 2018 at 1:23 am in reply to: [Resolved] Moderation Tools – Report Button #16143
Hi Jeff,
Marking it as resolved.PS:- We have updated the documents now. In next update, will update in the plugin pages too.
here is the link to docs for now.
https://buddydev.com/docs/buddypress-moderation-tools/installing-buddypress-moderation-tools/Regards
Brajesh - Brajesh Singh on July 5, 2018 at 9:30 pm in reply to: [Resolved] Incorporating the MediaPress Gallery widget features into my own project. #16141
Hi George,
I will be very happy if you included it.If you need any assistance, I will be glad to support.
Thank you for considering it.
Regards
Brajesh - Brajesh Singh on July 5, 2018 at 9:28 pm in reply to: Buddyblog privacy and activity featured image link #16139
Hi Trolinfo,
BuddyBlog is going through a lot of change at the moment. We are including a form builder with it to allow add any attributes. Also, It will work with/Without BuddyPress in future.
In the mean time, I will try to push the one change you had asked me on simple front end post. Please allow me till tomorrow(I am trying it today though) for the change.
Hi Oscar, you may use
.mpp-media-title{ display:none; }To hide from everywhere. It may have some side effects though.
- Brajesh Singh on July 5, 2018 at 3:41 pm in reply to: How to Change Data Placeholder when User Creates Post #16133
Hi Saumya,
You can achieve the above by localization.If you are familiar with BuddyPress Poedit, you can use it tot translate otherwise, you may use Loco translate or any other plugin that allows it.
The string is most probably coming from the theme or (it may come from their blogging plugin if you are using it).
Try translating, It will work.
Regards
Brajesh - Brajesh Singh on July 5, 2018 at 6:59 am in reply to: [Resolved] Extension .mpp is not allowed #16131
Please use
https://snag.gy/
or
https://prnt.sc/Thank you
Brajesh - Brajesh Singh on July 5, 2018 at 6:37 am in reply to: [Resolved] Need some SQL Help Moving a large Gallery Site #16129
Hi Andrew,
At the moment, MediaPress uses Taxonomy( mpp-status) to store the privacy and privacy is stored as terms underscored with their actual value. E.g private is a term with slug _private and so on.Please look into wp_terms_taxonomy for mpp-status and you will find the term_taxonomy_id for the terms here.
We need this to update the wp_term_relationships relation table. In this table, WordPress keeps object(say post type instance) to terms association. The object id is post id.
It is way much easier to do it in php using either WordPress API or MediaPress API.
Please look into it and let me know if you need any assistance from me.
Regards
BRajeshPS:- Got your email too. Let us keep the conversation here for now.