Replies
- calu on September 30, 2020 at 6:30 pm in reply to: [Resolved] Does BuddyPress Ajax Registration work with BuddyPress Better Registration code? #33607This reply has been marked as private.
- calu on September 30, 2020 at 2:34 pm in reply to: Why are users email addresses not deleted with the account? #33605
Hi Brajesh
I checked, it’s not a cache issue
Regards
Carsten - calu on September 30, 2020 at 2:09 pm in reply to: Why are users email addresses not deleted with the account? #33602
Hi Brajesh, no, BP has not been deactivated, and I’m not using multisite, can it be a cache issue then?
Maybe the address are deleted, can you guide me to where they are stored,then I can check?
Thanks!
- calu on September 30, 2020 at 12:08 pm in reply to: [Resolved] Does BuddyPress Ajax Registration work with BuddyPress Better Registration code? #33592
Hi Brajesh, I’m about to purchase the Ajax Registration plugin, for a more smooth registration process.
Do you offer stands, about providing the Better Registration code for this plugin?
Regards
Carsten - calu on September 21, 2020 at 8:47 am in reply to: Selector to style avatars in BP Members With Uploaded Avatars Widget #33335
Hi Ravi, thanks for the code, which unfortunately has no effect on padding or margin.
Regards
Carsten - calu on September 18, 2020 at 9:44 pm in reply to: I need help with customizing the registration form!! #33303
Try this code, it did it for me
#buddypress .standard-form #profile-details-section { clear: both; float: left; }
- calu on September 18, 2020 at 7:34 pm in reply to: [Resolved] Differentiation in hooks between own profile and other users profiles? #33298
Hi Brajesh, thanks for the codes, unfortunately the Block Elements from the theme I’m using will not accept PHP, but the codes are good to know anyway.
Regards
Carsten - calu on September 16, 2020 at 11:36 am in reply to: Activity Plus Reloaded, reduce image size #33264
Hi Brajesh, thanks for your suggestion. All of the image optimizers I know of, are based on monthly rather expensive subscriptions.
I came across this code for Increase Image compression in WordPress, by simply adding a lower value than the default 82%
add_filter('jpeg_quality', function($arg){return 60;});
High quality images in BP are not important, so would a simple solution, like adding this code snippet be feasible?
Regards
Carsten - calu on September 14, 2020 at 9:39 pm in reply to: Images added with Activity Plus Reloaded, are not displayed in members profile #33228
Hi Brajesh, yes exactly, that was my question and my problem.
The next problem is then, as mentioned, that the ‘view’ link appears when an image is uploaded, but the image is not, so the view link stands alone, which makes no sense to users.
Regards
Carsten - calu on September 14, 2020 at 9:28 pm in reply to: Images added with Activity Plus Reloaded, are not displayed in members profile #33225
I meant:
maybe an uploaded image is NOT supposed to appear in the profile header
The pink text is the translation of the ‘View’ link.
If the image is not displayed, the view link should of course not be there either.
- This reply was modified 4 years, 10 months ago by
calu.
- This reply was modified 4 years, 10 months ago by