• WP 4.5.2
    BP 2.5.9
    BP Activity Privacy 1.3.8

    After clicking submit button to send a new activity, the whole div “#whats-new-options” gets a display:none applied to it, therefore it disappears for users.

    The problem seems to be line 224 on this file:

    wp-content/plugins/buddypress-activity-privacy/includes/js/bp-activity-privacy.js

    jq( '#whats-new-options' ).slideUp();

    When changed to:

    jq( '#whats-new-options' ).slideDown();

    Everything works fine.

    Could apply this fix in next release?

    https://www.ads-software.com/plugins/buddypress-activity-privacy/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi

    I get the same issue!
    I tried the change you say above, but still get the issue. Have you been able to fully resolve it?

    Many thanks

    Thread Starter Oscar Estepa

    (@estepix)

    Hi,

    The plugin version is still 1.3.8 so I guess there’s no official fix for this yet.

    Have you tried clearing your browser cache (and any other cache) after the fix I suggested? being a .js file it’s probably cached by your browser. Try this to clear the cache:

    • Mac OS: Cmd + R
    • Win/Linux: Ctrl + F5

    Regards

    Hi

    I hadn’t actually cleared the cache, but I just did that. The buttons no longer hide which is great. However the status updates are hidden/whitespace when they are added to the stream now.

    I can move the mouse around over them and see that the update is there as the mouse pointer changes when I hover over where things like ‘Comment’, ‘Edit’ and ‘Delete’ would be, but it is all just white space.

    Any ideas?!

    Thanks

    Same problem here..

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Submit button disappears after submitting’ is closed to new replies.