Replies
- Brajesh Singh on September 15, 2016 at 2:43 pm in reply to: [Resolved] Looking for ideas – Post page with gallery attached #5618
Hi George,
Please download the plugin from github. It is fixed now
https://github.com/buddydev/mediapress/commit/65339379f132950fbd9f566c1e0a4eb8de8827ddThank you
Brajesh - Brajesh Singh on September 15, 2016 at 2:34 pm in reply to: [Resolved] Any way to set Gallery ON by default for Groups? #5617
Hi Jaume,
Thank you. It was a bug. I have it fixed in
https://github.com/buddydev/mediapress/commit/061d913d578bcdaa5f50aaea365604e3c2647fa9It will be available in our next release.
Thank you
Brajesh - Brajesh Singh on September 15, 2016 at 1:40 pm in reply to: Social sharing buttons on image view #5613
Hi Simon,
Please use mpp-social-share plugin based on the Simple social pluginhttps://github.com/mediapress/mpp-social-share
We haven’t released it officially yet, so if you find any issue, Please do let us know.
Thank you
Brajesh - Brajesh Singh on September 15, 2016 at 8:46 am in reply to: [Resolved] Looking for ideas – Post page with gallery attached #5608
Thank you. Just checked and I see the problem. Instead of returning the data as string the shortcode is echoing that. A fix is coming very soon today.
- Brajesh Singh on September 15, 2016 at 8:35 am in reply to: [Resolved] Looking for ideas – Post page with gallery attached #5606
Hi George,
Can you please move the shortcode at the bottom of the content and see what happens? - Brajesh Singh on September 15, 2016 at 3:20 am in reply to: Buddypress Ajax Registration -> Popup on pageload #5601
Thank you. I am glad I was able to help.
We have plans to impart some functionalities in future in the plugin itself.
Marking it as resolved now.
Brajesh
Thank you Lana,
I am looking at it again and will report back.- Brajesh Singh on September 15, 2016 at 3:18 am in reply to: [Resolved] [UPDATED] Error 404 when joining a private group #5599
Hi Jaume,
Are you using any group specific plugin? There is nothing wrong on the front end using a different URL, that allows to write some message/intro for the user.Have you tried by disabling all pluging and keeping BuddyPress active only?
- Brajesh Singh on September 14, 2016 at 2:14 pm in reply to: Setting Issue or Bug? Can't Delete Media in MediaPress #5592
Hi Rick,
I am sorry for the inconvenience.Can you please tell me if it is happening with user gallery upload or sitewide gallery uploads?
Thank you
Brajesh - Brajesh Singh on September 14, 2016 at 1:38 pm in reply to: Buddypress Ajax Registration -> Popup on pageload #5591
Hi,
Please make sure you have completed the change in the above step.We may use this code to temporarily disable it on other pages
function bpajaxr_only_load_on_signup() { if ( ! is_user_logged_in() && is_page( 'sign-up' ) ) { return true; } return false; } add_filter( 'bp_ajaxr_load_js', 'bpajaxr_only_load_on_signup' );It should go in your bp-custom.php
Hope that helps.