Replies
- Brajesh Singh on January 9, 2018 at 7:37 pm in reply to: [Resolved] Critical bug with join blog widget 1.0.1 #12780
Hi Hugo,
Thank you. I am glad it is working.It’s a good suggestion, I will be happy to add the link. Please allow me to update the plugin by tomorrow.
Regards
Brajesh - Brajesh Singh on January 9, 2018 at 7:21 pm in reply to: [Resolved] Critical bug with join blog widget 1.0.1 #12778
Hi Hugo,
Thank you for the prompt response.
Can you please check if you are logged in as super admin or you are already a member of the sub site?Here is what I see
https://i.imgur.com/TSMRLHq.pngWhen I am logged in as a normal user who is not part of the sub site.
- Brajesh Singh on January 9, 2018 at 6:55 pm in reply to: [Resolved] Critical bug with join blog widget 1.0.1 #12776
Hi Hugo,
Welcome to BuddyDev forums.Have you added the widget in the sidebar of the sub site?
Is it throwing any error? And I am hoping that by WP 4.9.1 you mean Multisite 4.9.1.
Regards
Brajesh - Brajesh Singh on January 9, 2018 at 2:56 pm in reply to: [Resolved] Adding a gallery automatically on post creation #12772
Thank you George.
To delete a gallery, you can use the following
mpp_delete_gallery( $gallery_id, true );Hope that helps.
Regards
Brajesh Hi Tristan,
Thank you.Yes, one of the goals of CB 2.0 is to provide compatibility with multiple Page Builders(We are looking at the top 3-4 and Divi Builder is among it).
Regards
Brajesh- Brajesh Singh on January 9, 2018 at 2:07 pm in reply to: [Resolved] Adding a gallery automatically on post creation #12769
Hi George,
If you are using the global shared gallery, the codempp_update_gallery_meta( $gallery_id, '_mpp_is_all_upload_allowed', 0)Marks a gallery as shared and anyone can upload to it.
To undo that, you should delete the meta.
The above code does not change the status of the gallery. For changing status/privacy, please see my post about mpp_update_gallery.
Regards
BrajeshPS:- We will release Shared Gallery anytime soon where a user can give fine grained control like ‘view’, ‘edit’, ‘upload’, ‘delete’ to other specific members.
Hi George,
Thank you.
You have a very informative article there and I am sure it will help many people.@ Keith,
In this case, you can copy community-builder/buddypress/members/members-list.php to your child theme/buddypress/members/members-list.php
and then we can use the following code to show a field in the loop.
bp_member_profile_data('field=About'); // About is the name of field, you should change it.Or you can also use the following
echo xprofile_get_field_data( 'About', bp_get_member_user_id(), 'comma' );If you are using the second style, you may want to use field id instead of field name for better efficiency.
echo xprofile_get_field_data( 2, bp_get_member_user_id(), 'comma' );Hope that helps.
Regards
BrajeshHi Tristan,
Thank you.I checked and I see that the child theme is disabling the font-end css file loaded by divi builder. That’s why It is taking the normal styles.
I will be off for an hour, when I am back, I will check and see if there is a possibility of doing the same.
It seems to me, that Divi theme is providing a complete custom css for the builder and not letting builder load the default styles.
It may not be a feasible solution for normal themes, still I will like to check and see if it is doable without too much issue.
- This reply has been marked as private.
Hi Tristan,
The theme is test for compatibility with Maximus Builder(which is based on Divi Builder 1.3.x).Still, Any theme will work with Divi Builder.
You have provided me access to the site, please allow me 30mins-1 hour to check/update a few things on site and it will work.
regards
Brajesh