Forum Replies Created
-
Hello @venutius,
Thanks for the immediate response,
As per you’re guidance I’ve found the issues via “Inspect Element” then select “Console” and found the below error :
This request has been blocked; the content must be served over HTTPS.
So I’ve installed SSL Insecure Content Fixer Plugin and select HTTP_X_FORWARDED_PROTO (e.g. load balancer, reverse proxy, NginX) in the settings.
Now it’s working fine all my issues are fixed.
Thanks for the great guidance @venutius. You’re a superman.
Regards,
Raakesh V.Any update @venutius hope you’ll help 🙂
Hello @Venutius,
Fantastic, you did a wonderful job. Its working 🙂 Thank you so much for your immediate help. Much appreciated. Once again Thanks a Ton for All.
Hello @@venutius,
The above action is undo user to join group. If a user joined in a group it automatically undo it.
‘if ( $membership_total >= 1 )’ is not working. Please fix thanks in advance.Hello @Venutius,
The filter is working fine. If possible could you please help me with the auto page reload if the user click join group.
A whole hearted and heart felted Thank you all for your solution’s on my need towards the issues. Definitely this is keeps motivated and to be more active in this community to learn and share the knowledge. Once again Thanks a Ton for All.
Hello @Venutius,
I’ve checked Buddypress options it shows Buddypress Legacy template.
Please find below the snap shot.
Good day Venutius,
Much appreciated, Please look my website Thinkbox I’ve used Astra WordPress theme and Youzer plugin for rich look.
Thanks,
Raakesh V.Hello @Venutius,
Oh yes I forget that now its working fine!! But users still able to join multiple groups. Please fine below the snap shot.
Thanks,
Raakesh VHello Venutius,
Much appreciated, Thanks for the immediate update and help. I’ve used the plugin but it does not works! Please fine the snap shot
This rule is for contributor part. I’ve used ‘edit_posts’ capability. Please help me to fix this.’
Thanks,
Raakesh V.Please fine below the filter. Hope it works!!
add_action( 'init', 'remove_admin_bar_user', 10001 ); function remove_admin_bar_user() { if ( current_user_can( 'administrator' ) || is_admin() ) { show_admin_bar( true ); } else { show_admin_bar( false ); } }