As I remember we have not done any big change in user profile in this updates. There may be some other issue.
Hi @Clarissa_Wu Easily, please: 1- Create a page for “Question guidance” and a page for “Answer guidance” (and write any custom descriptions in them ). 2- Go to “AnsPress panel/general” and set those for “Question Help page” and “Answer Help page”. 3- these tabs will be added automatically. 🙂 Good luck
This is a bug, thanks for letting us know. This will be fixed soon.
Read here for disabling AnsPress profile : Disable AnsPress profile. And then you can add this filter to override AnsPress user link: function my_custom_profile_link($user_id, $sub){ $user = get_user_by('id', $user_id); return user_pro_profile_link($user->user_login); // replace this function } add_action( 'ap_user_custom_profile_link', 'my_custom_profile_link', 0, 2 ); Yes AnsPress have polish translation.
Simply override and edit: wp-content\plugins\anspress-question-answer\theme\default\login-signup.php If you don’t know how to override then read the documentation.