-
John replied to the topic After uploading avatar, there is no button to save in the forum How-to & Troubleshooting 6 years, 6 months ago
Hi Vapvarun,
Thank you for this. It looks like the Crop Image button was breaking and surrounding the image. I’m not sure if it was designed that way, but it has been very confusing for the site users.
I’ve fixed the issue in the CSS and I now see a button like the one shown in your video.
I appreciate the help.
John
-
John replied to the topic After uploading avatar, there is no button to save in the forum How-to & Troubleshooting 6 years, 6 months ago
Hi Venutius,
Yes, I’ve tested with the default TwentyX themes and all plugins deactivated except for BuddyPress and the problem persists. No save button when uploading the profile photo.
Also, nothing in the console or error logs.
-
John replied to the topic After uploading avatar, there is no button to save in the forum How-to & Troubleshooting 6 years, 6 months ago
I’m having the same issue. Its confusing quite a few site customers.
-
John started the topic How to filter "All Members" count on activity stream page in the forum How-to & Troubleshooting 7 years, 5 months ago
I’m filtering the activity stream to only reflect friends/BuddyPress members (along with only new topics and replies) as follows:
/* Filter Activity Stream to only display new topics and replies */
function gk_filtering_activity_default( $query ) {
if ( empty( $query ) && empty( $_POST ) ) {
$query =…[Read more]
@johnmcole
Active 5 years, 12 months ago