Replies
- Brajesh Singh on February 21, 2017 at 12:41 pm in reply to: [Resolved] Fix avatar visibility problem Snippet NOT Working on Group Cover Images #7411
Hi Mwiiga,
is this problem relevant with current BuddyPress? Are you using BuddyPress in Multiblog mode?Thank you
Brajesh - Brajesh Singh on February 21, 2017 at 12:39 pm in reply to: Get drop downlist of “certain” pages #7409
You are welcome 🙂 All the best!
Thank you Graham.
I am adding it to our list of conflicting plugins. Going to maintain one for future.- Brajesh Singh on February 21, 2017 at 12:02 am in reply to: [Resolved] Gallery Created But Not Showing Up #7399
Hi Mario,
I am sorry for the inconvenience, we don’t monitor the wp.org forum at the moment. We will try to keep an eye there too in future.I just had a look at your screenshots, and you gallery seems perfectly fine to me(they have the component/type and status assigned).
The only reason it may not appear is some plugin/code modifying the WP_Query( pre_get_posts filter). before being sure, Can you please do me a favour and enable debug mode in the MediaPress settings.
Once you have done that, please visit Dashboard->Media and click on Edit of any of the MediaPress uploaded media.
At the bottom of that pages, there should be some debug info. if possible, Please post that for me.
Thank you
Brajesh Hi Ben,
I am sorry I haven’t worked on it yet. I will certainly be doing it this week.Thank you for notifying me the login issue, is it happening in any specific browser or all the browser?
Regards
Brajesh- Brajesh Singh on February 20, 2017 at 11:29 pm in reply to: Get drop downlist of “certain” pages #7396
I am sorry if it was not very clear.
As you mentioned you wanted the code to show dropdown and a submit form, the above code will show a dropdown wherever you put it.
You can put it inside any form and add the submit button. You will have to handle the form action yourself though.
Hope that clarifies. Hi Jay,
I am sorry for the trouble.is there any chance that you are on PHP version less that 5.3?
The function is part of PHP and should be available by default on PHP 5.3+
http://php.net/manual/en/function.mime-content-type.php
For lower that PHP 5.3, you may need to enable the Fileinfo extension
http://php.net/manual/en/book.fileinfo.php
Please do note that behaviour of MediaPress and its extension is not tested on PHp version lower than 5.3
Thank you
Brajesh- Brajesh Singh on February 20, 2017 at 11:01 pm in reply to: [Resolved] Mediapress gallery upload #7393
Thank you for confirming. Glad it worked 🙂
Hi Tom,
Thank you.The update is available now.
If you are using BuddyDev dashboard, The update will be available and you can upgrade like any normal plugin.
https://buddydev.com/plugins/buddydev-dashboard/
Otherwise you can delete and manually upload the plugin.
Hope that helps.
Thank you
BrajeshHi Tom,
I had a look.
Most probably somewhere WP_User_Query is being used before bp_include action and that has caused it.To fix it, I have modified line 248 from
if ( ! function_exists( 'buddypress' ) ) { return ; }to
if ( ! function_exists( 'buddypress' ) || ! function_exists( 'bp_profile_visibility_loader' ) ) { return ; }I am pushing a release, that will fix it. I am sorry for the inconvenience.