BuddyBoss Home – Web Support Forums Plugins BuddyBoss Media Add Photo not working for any browser

Tagged: ,

Viewing 15 posts - 16 through 30 (of 67 total)
  • Question

    #31002
    @toyeebgodo

    TJ, thanks for your swiftness.

    Answers

    #31119

    Anonymous
    @

    @tjchester thank you! looking forward to the fix soon. Cheers

    #31162

    Anonymous
    @

    Ok — uploading in the Profile section seems to be okay and does not have this issue above (uploading in the sitewide activity). Not really sure what’s going on — looking forward to the fix. Thanks

    #31164

    Anonymous
    @

    I’ve removed wordpress heartbeat (except when editing new post) — and the Add Photo upload is not disappearing anymore! This is what I added to the function.php

    function deregister_heartbeat() {
    	global $my_currentpage;
    	if ( $my_currentpage != 'post.php' && $my_currentpage != 'post-new.php' )
         wp_deregister_script('heartbeat');
    }
    add_action( 'init', 'deregister_heartbeat', 1 );
    #31196

    Alyssa
    Participant
    @alyssa-buddyboss

    @gansad thanks, this should help us troubleshoot the issue.

    #31222
    @mth75

    @TJ, not working on iPhone and iPad!

    #31224

    Alyssa
    Participant
    @alyssa-buddyboss

    @mth75 it actually isn’t working on all devices. There is some kind of conflict with heartbeat we are working on.

    #31226
    @mth75

    @tj

    Thx, my site feels a lot slower. uploading (doesn’t matter with which browser) just doesn’t work sometimes. Complaints from users are coming in.

    Best regards,

    Marc

    #31285

    Alyssa
    Participant
    @alyssa-buddyboss

    @mth75 consolidated into 1 forum, there is a temporary fix by disabling heartbeat but the uploaded image does not go away until refresh. We are close but still working on the issue. Thank you everyone for your patience.

    #31321
    @imdyakov

    For me Add Photo button doesn’t work on iPad Mini however it works OK on iPhone 5s (browser is Safari in both cases).

    #31324
    @adminzenoed

    In buddypress setting, disabled the activity auto refresh!
    The photo upload stays even if wordpress heartbeat is enabled. Seems like buddypress auto refresh issue ??

    #31331

    Alyssa
    Participant
    @alyssa-buddyboss

    @gansad it is related to WordPress heartbeat but is a theme issue 🙁

    #31340
    @imdyakov

    But what about Safari and iPad Mini? I checked that on original sized iPad the button works fine.

    #31347

    Alyssa
    Participant
    @alyssa-buddyboss

    @imdyakov the problem is not the button, but if you wait 30 seconds to post the image will disappear. If this is not happening on ipad then it is a fluke.

    #31423
    @lgustavodb9

    Hi.
    I have a problem with upload photo button. The button don’t work and returns me no erros. Works fine in Desktop. I tried different phones and allways the same.

    Anyone have a solution for this? Thaks

Viewing 15 posts - 16 through 30 (of 67 total)
  • The question ‘Add Photo not working for any browser’ is closed to new replies.