Submit button disappears after submitting
-
WP 4.5.2
BP 2.5.9
BP Activity Privacy 1.3.8After 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)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Submit button disappears after submitting’ is closed to new replies.