Replies
- Brajesh Singh on October 25, 2015 at 12:44 pm in reply to: Bug – Nextgen Gallery/DJD Site Post – gallery upload displaying DJD Site Post #1245
Thank you. I will be away for few hours after that will test and let you know a solution.
- Brajesh Singh on October 25, 2015 at 12:23 pm in reply to: Bug – Nextgen Gallery/DJD Site Post – gallery upload displaying DJD Site Post #1241
That is very strange. Can you please check by disabling NGG for a moment that is it happening when NGG is installed or just with DJD Site Post?
PS: If you have debug enabled in wp-config, MediaPress will have issues with these 2 plugin. I have checked DJD and it throws a lot of notice making any JSON response invalid.
I strongly recommend enabling Debug on test sites but be aware that MediaPress expects valid json responses and any plugin thwoing notice can cause a lot of issue.
- Brajesh Singh on October 25, 2015 at 12:17 pm in reply to: [Resolved] Problem – audio uploads not working on one site #1239
Hi George,
I am sorry for the inconvenience.can you please post me the debug details from MediaPress->tools section. Most probably it has to do with file extension.
Do you note any javascript error there on the upload pages by any chance?
- Brajesh Singh on October 25, 2015 at 12:15 pm in reply to: [Resolved] Show number of pics in album list #1238
Hi,
here is the codeadd_filter( 'mpp_get_gallery_title', 'mpp_custom_inject_media_count_in_gallery_title', 10, 2 ); function mpp_custom_inject_media_count_in_gallery_title( $title , $gallery = null ) { //only show it on gallery home if( mpp_is_gallery_home() ) { $gallery = mpp_get_gallery( $gallery ); $count = absint( $gallery->media_count ); return "({$count}) {$title}"; } return $title; }
Please put it in your bp-custom.php or your theme’s functions.php and on user gallery page it will show the count.
- Brajesh Singh on October 25, 2015 at 9:36 am in reply to: [Resolved] Show number of pics in album list #1233
Hi Terjemk,
Thank you for posting the topic.
It is easily doable. Can you please post me a screenshot and point me where would you like to see the count. I will post the code that will enable it.Thank you
Brajesh - Brajesh Singh on October 24, 2015 at 7:17 pm in reply to: [Resolved] Incompatibility found: DJD Site Post #1229
Thank you 🙂
- Brajesh Singh on October 24, 2015 at 6:50 pm in reply to: [Resolved] Possible incompatibility – Buddypress Groups Create, Crop avatar #1226
I hope that the other fix should automatically fix it too. Please do check with the update and let me know.
- Brajesh Singh on October 24, 2015 at 6:40 pm in reply to: [Resolved] Incompatibility found: DJD Site Post #1223
Have fixed and pushed. It was related to javascript dependency. The dependency I had declared was conflicting with the Media models, so I have moved to even better minimal dependency.
- Brajesh Singh on October 24, 2015 at 6:23 pm in reply to: [Resolved] Incompatibility found: DJD Site Post #1222
Hi George,
Thank you. Just checked and can confirm it. Working on a solution. Thank you George.
More is coming soon. Have finished 4 addons for MediaPress and going to work on a few more in next couple of days. Then, we will have it all 🙂