Replies
Hi Ro,
Thank you. I got @ravisharma to write the code today.Please download the plugin from here
https://github.com/buddydev/buddydev-restoration-terms-tablesand network activate it. After a few minutes, you can deactivate it. It should repair all tables.
- Brajesh Singh on July 12, 2016 at 6:25 am in reply to: [Resolved] BP Custom Background for User Profile – not working when site has background set #4672
Thank you Leigh.
I will look at the group customizer today and post.
Thank you
Brajesh - Brajesh Singh on July 12, 2016 at 6:24 am in reply to: [Resolved] Link Page to BuddyPress Groups – error with wordpress-social-login plugin #4671
Hi,
It is causing the error since you haven’t used the php tag. The code example assumed users will have it already. Please change the bp-custom.php file to this<?php add_filter( 'bp_allow_fronted_group_page_liking', '__return_true' );and it will work. Make sure that there are no space/newline before the starting
- Brajesh Singh on July 12, 2016 at 12:21 am in reply to: [Resolved] BP Custom Background for User Profile – not working when site has background set #4667
Hi Leigh,
Have marked my reply public. I saw your previous reply private, so had marked it as private.PS: We have some issues related to the notification of private replies here.
Please check the code and let me know if it works for you or not?
Thank you
Brajesh - This reply has been marked as private.
I am sorry for delayed reply. Will look once more tomorrow and then post back.
Thank you
BrajeshThank you.
The handling of deletion is exactly as you expect. Individual thumbnails can not be deleted by the user. if they delete the image, all versions of the images are deleted.I will look at the most efficient way of showing the size and will post back.
PS: I believe the best way to show the size is to use the size of the original image.
Thank you
Brajesh- Brajesh Singh on July 11, 2016 at 3:57 pm in reply to: [Resolved] bp-ajax-registration not working #4658
Thank you. Marking it as resolved.
Regards
Brajesh - Brajesh Singh on July 11, 2016 at 2:36 pm in reply to: [Resolved] bp-ajax-registration not working #4656
Thank you Jerry.
I noticed two things.1. The css selector is applied to the list item and not anchor. In that case, ‘bp-ajaxr’ is not a good choice. Instead, please use ‘bp-signup’
2. You are using kleo theme that includes magnific popup, so the popup won’t work yet. Please put this code in your functions.php or bp-custom.php and both the ajax registration and kleo popups will work fine.
add_action( 'wp_enqueue_scripts', 'kleo_remove_magnific_files', 100 ); function kleo_remove_magnific_files() { if ( ! is_user_logged_in() ) { wp_dequeue_script( 'magnific-popup' ); } }Please do let me know if it works for you or not?
- Brajesh Singh on July 11, 2016 at 1:52 pm in reply to: Need help with links, BuddyPress Notify Post Author on Blog Comment #4653
Hi,
I missed the last post. Will post today.