Replies
Hi Otis,
Thank you for purchasing from us.
There is a bug in WordPress 6.4.3 that is causing this.We have posted a solution here
https://buddydev.com/support/forums/topic/solution-for-wordpress-error-incompatible-archive/Please download and install/activate the Buddydev dashboard(no need to configure it, just installation and activation is fine) and then you can install the downloaded plugin.
Please let me know if that works for you or not?
Regards
Brajesh- Brajesh Singh on February 16, 2024 at 11:51 am in reply to: [Resolved] Banner Image is distorted on all pages excepy Activity Feed #51699
Hi Steve,
Thank you for reporting the issue. It was intentional(directory, user profile, group profiles have user uploaded images, so we made it use as it is). For other pages, if an image is not large enough, we force it, that’s causing the distortion.Please visit dashboard->Appearance->Customize->Additional Css and add the following
#page-header { background-attachment: unset; }
and save.
Please visit the pages now and let me know if it fixed or not?
Regards
Brajesh Hi Joy,
Thank you for the question.Our plugin does not offer any limit/restrictions of xprofile fields. It adds new field types.
You can use BuddyPress Advance Xprofile field plugin to achieve your goal.
https://wordpress.org/plugins/advanced-xprofile-fields-for-buddypress/
Regards
Brajesh- Brajesh Singh on February 16, 2024 at 9:00 am in reply to: Using BP Block Users plugin with wpDiscuz, BuddyPress plugins #51696
Hi,
In the BuddyPress activity stream, they are hidden. If you are using wpDiscuzz, they will not be hidden in the wpDiscuzz discussion section.I don’t think this plugin will work for your use case.
Regards
Brajesh - Brajesh Singh on February 16, 2024 at 12:15 am in reply to: Using BP Block Users plugin with wpDiscuz, BuddyPress plugins #51693
Hi,
Welcome to BuddyDev support forums.Thank you for your question and your interest in the plugin.
Our plugin has no integration with wpDiscuz at the moment. If a user blocks another user, they will still be visible in wpDiscuz comment section.
Hope that helps.
Regards
Brajesh Hi Steve,
Thank you for confirming.
I am glad I was able to assist.Regards
BrajeshHi Steve,
Thank you.Are you able to use FTP or do you know some way of accessing your site’s wp-content/themes directory.
We need to edit wp-content/themes/community-builder-child/functions.php and add the line at the bottom, from this page
https://pastebin.com/raw/kWNgBrnSAlternatively, you can use a snippet plugin like this
https://wordpress.org/plugins/code-snippets/and add the code from the above as snippet. That will work too.
If you feel uncomfortable doing it, Please grant me temporary access and I will do it for you.
Regards
Brajesh- Brajesh Singh on February 14, 2024 at 9:16 pm in reply to: Can you disable the Wall Photos Gallery #51687
Hi Cheryl,
I am sorry that we could not assist you much with MediaPress this time.It may not be suitable for your current use case. I hope that in future, we will have the opportunity to assist you better.
Thank you
Brajesh - Brajesh Singh on February 14, 2024 at 9:11 pm in reply to: Change Slug from mediapress/wall-photo-gallery #51686
Hi Rene,
Welcome to BuddyDev support forums.I am sorry, at the moment, the comment notifications has no knowledge if they were made from activity or the single gallery/media page. We are not storing the activity id with the notifications. So, it is not feasible to link directly to the activity currently.
We did this way as the the initial version of MediaPress, there were too many complaints of confusing comment locations/context.
We will explore and hopefully be able to provide an option in future version for this to switch but it won’t be available any time soon.
I am sorry that we are not able to assist you with this request.
Regards
Brajesh Hi Steve,
Welcome to BuddyDev support forums.Thank you for using Community Builder Pro.
I am sorry, front page is the only page where we have it disabled and we haven’t provided an option to turn it on.
There is small fix, we can put this code in the child theme’s functions.php
add_filter( 'cb_is_page_header_enabled', '__return_true', 100 );
Or, we can add it as a setting option and release the update within 24 – 48 hours.
Please let me know which one will be preferred.
Regards
Brajesh