Replies
Hi Rich,
Thank you for your interest in the plugin.At the moment, It is in private beta and only available to Pro Members on invitation/request basis. We will be making it available for other members in upcoming months.
Regards
BrajeshHi Patrick,
The problem is related to setting of max-width on figure.A temporary solution is to unset it.
Please visit Dashboard->Appearance->Customize and Open Additional CSS panel
Add the following css there and save
.woocommerce figure { max-width: unset; }That will fix it.
I will add it in our next release.
Regards
BrajeshHi Patrick,
I am sorry for the inconvenience.Which version of woocommerce are you using? Please let me know and I will assist.
Regards
Brajesh- Brajesh Singh on May 20, 2020 at 5:02 pm in reply to: [Resolved] BuddyPress Multi Network. Setup issues \"No member found\" #30068
We have issued the refund. Please check your PayPal account.
Regards
Brajesh - Brajesh Singh on May 20, 2020 at 1:49 pm in reply to: [Resolved] Community Builder Pro Activities Block Colour #30067This reply has been marked as private.
- Brajesh Singh on May 20, 2020 at 9:45 am in reply to: [Resolved] BuddyPress Multi Network. Setup issues \"No member found\" #30064
Hi Issam,
I am sorry, we will not be able to assist you with exporting/importing. It is beyond what we can support for the plugin.Since you did purchase support for this plugin, we will provide a refund within next 24 hours. I will write back after that.
Regards
Brajesh Hi Carsten,
It is inside bp-templates/your-template-pack(bp-nouveau or bp-legacy)/buddypress/members/single/Check home.php/members-header.php for the details.
Regards
BrajeshHi Carsten,
In my code above, you need to pass the actual user id.For example, if you want to show it on profile, You can use bp_displayed_user_id() for that.
Here is the updated example.
if ( is_user_logged_in() && function_exists( 'bublock_get_button' ) && bp_is_user() && ! bp_is_my_profile() ) { echo bublock_get_button(bp_displayed_user_id() ); }This code will only show button on other user’s profile.
- Brajesh Singh on May 20, 2020 at 9:38 am in reply to: [Resolved] Community Builder Pro Activities Block Colour #30061This reply has been marked as private.
- Brajesh Singh on May 20, 2020 at 7:57 am in reply to: [Resolved] Community Builder Pro Activities Block Colour #30055
Hi JH,
Thank you for using Community Builder pro.It can be achieved with some css. In order to assist you, Please provide me your order/id or email details. I am unable to find it from your BuddyDev account.
I will put an example then.
Thank you
Brajesh