Hi @megainfo,
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 you apply this fix in next release?
See also the same ticket on wordpress.org:
https://wordpress.org/support/topic/submit-button-disappears-after-submitting?replies=1#post-8508147
I was not sure which channel would be more appropriate since the link you suggest on your plugin wordpress.org FAQ page (http://buddypress.org/community/groups/buddypress-activity-privacy/forum/) does not work anymore.
Best regards,
Oscar