Replies
- Brajesh Singh on June 4, 2021 at 7:29 am in reply to: [Resolved] Buddypress moderation button shortcode #38933
Hi Tosin,
Please do not used the above code. Ravi misunderstood the question and provided code for a different purpose. I am working on a release today for moderation tools. Will be providing the code after that.Thank you
Brajesh - Brajesh Singh on June 2, 2021 at 1:11 pm in reply to: Problem with BuddyPress Friends Suggestions Pro #38916
Hi Sandra,
Thank you for the details. I am not sure of the issue.can you please grant me access to the site again. I will like to test it and see if there is any issue with the query there.
Regards
Brajesh - Brajesh Singh on June 2, 2021 at 1:10 pm in reply to: [Resolved] Mediapress Play Pause and speaker button changes position on hovering #38915This reply has been marked as private.
- Brajesh Singh on June 2, 2021 at 1:01 pm in reply to: [Resolved] Buddypress moderation button shortcode #38914
Hi Tosin,
Thank you.I am sorry, we haven’t been able to make any progress as I caught covid mid April. I have recovered since then but I am not sure when we can push an update for this.
For the time being, Can you please use the code snippet?
Regards
Brajesh - Brajesh Singh on June 1, 2021 at 12:58 pm in reply to: Problem with BuddyPress Friends Suggestions Pro #38909
Done. Please check again.
Regards
Brajesh - Brajesh Singh on June 1, 2021 at 9:21 am in reply to: Problem with BuddyPress Friends Suggestions Pro #38907
Hi Sandra,
I am sorry, I see the issue now. You are using 1.0.1 which had bug with multi fields and we released a fix later.I will share a copy of the latest plugin with you via mail now.
Regards
Brajesh - Brajesh Singh on May 31, 2021 at 7:57 pm in reply to: [Resolved] Enforce strong passwords in Buddypress General Settings #38905
Hi Tosin,
Thank you for the question.1. Doing server side check does not provide right user experience. So, I do not recommend the above code. The code does not include any validation function, it just lets the implementer define their own logic.
2. If you still wish to implement server side checkup, you can include this library https://github.com/bjeavons/zxcvbn-php and use it.
WordPress does not include any php function for testing the password strength currently. It does include the zxcvbn javascript library to test it at the client side(Which BuddyPress already uses).
Regards
Brajesh - Brajesh Singh on May 31, 2021 at 7:53 pm in reply to: [Resolved] Little loading image not in main activity box #38904
Thank you Lisa.
- Brajesh Singh on May 31, 2021 at 2:47 pm in reply to: [Resolved] Hiding elements from the register page #38901
Hi Carsten,
Thank you for the question.The page id selector should work fine. Have you checked your the css specificity? Your css may begetting overridden. Please check in the developer console using the element inspector.
Regards
Brajesh - Brajesh Singh on May 31, 2021 at 2:44 pm in reply to: Problem with BuddyPress Friends Suggestions Pro #38900
Thank you.