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/
]]>It seems retval [0] id is incorrect or something?? But I never have this issue before until now. I am using latest wordpress.
Please, how can i fix it? It happens when i post update on activity stream.
https://www.ads-software.com/plugins/buddypress-activity-privacy/
]]>Best regards!
https://www.ads-software.com/plugins/buddypress-activity-privacy/
]]>The like code is inserted into the activity privacy <DIV>
<div class="filtri-privacy">
<select class="bp-ap-selectbox">
<option class="fa fa-public" value="public"> Anyone</option>
<option class="fa fa-friends" selected="selected" value="friends">My Friends</option>
<option class="fa fa-onlyme" value="onlyme"> Only me</option>
</select>
<span class="customStyleSelectBox2" style="display: inline-block;">
<i class="fa fa-friends"></i>
<span class="customStyleSelectBoxInner2"> My Friends</span>
<i class="fa fa-caret-down"></i>
</span>
<strong><a href="#" class="button like" id="like-activity-141" title="Piace questo elemento">Mi piace</a></strong>
</div>
https://www.ads-software.com/plugins/buddypress-like/
]]>define( ‘BP_ENABLE_MULTIBLOG’, true );
define(‘MULTISITE’, true);
As soon as the plugin is sitewide activated the sub domain blog goes down.
Similar issues but no inputs yet:
https://www.ads-software.com/support/topic/not-visible-under-multi-site-buddypress?replies=1
https://www.ads-software.com/plugins/buddypress-activity-privacy/
]]>meg@info thank you for the great plugin.
Issue: I found that visibility of activity don’t work with Activity Plus plugin.
Story: When I post some link or image the visibility of activity is always for everyone. When I post only message (without using the AP plugin it works)
Possibility reason: I think the reason is that Activity Plus is creating new Submit buttons and Activity Stream Privacy cannot accept this.
Does anyone have a clue of how I can resolve this?
https://www.ads-software.com/extend/plugins/buddypress-activity-privacy/
]]>