Are you posting as an Admin ? if not then check user have proper role like participants. You can set default role in WordPress setting, I suggest you to use participants as default role

Hello guys, can you ask plugin developer about this issue ? I am sure they will tell us the solution 🙂

you can get anspress profile link using: $user_link = ap_user_link(get_current_user_id());

oh 😀 simply do this add_action('show_admin_bar', '__return_false');

I found out it is called the topbar… please help!

I will wait.

oh you mean you are redirected to wp-admin :). just add this code to your function.php file inside your active theme. for registartion add_filter( 'registration_redirect', 'openwp_registration_redirect' ); function openwp_registration_redirect() { return get_permalink(ap_opt('base_page')); } For login add_filter( 'login_redirect', 'openwp_login_redirect' ); function openwp_login_redirect() { return get_permalink(ap_opt('base_page')); }

Hello Tinku, this feature will be added soon. You can get see user updates on your feed and if you wish you can receive notification.

Dear Rahul Aryan. Thank you. You are so very kind. In addition, thank you! This is where I live in the Republic of Korea. I will recommend your kindness to other peoples,too. Thank you! Thank you!

There will be some more changes in current AnsPress layout, so after its finalized then I will add responsive style. for now you can check it here: https://wordpress.org/plugins/anspress-question-answer/changelog/ I am working to add dedicated roadmap and changelog page in our site.