No, anonymous user cannot up-vote or down-vote at all. To be honest besides adding question and answer he cannot do much.
Remove (uncheck) the following from Anspress options admin menu: Base page slug before question permalink
@rahul Did you see this thread?
I’ve been poking around this problem and found that notifications for BP where built based on two functions: ap_add_parti() and ap_get_parti(). You do not use these functions anymore, so there You have it. There is no participant added to the meta after submitting question, answer or comment, so: $participants = ap_get_parti( $answer->post_parent ); // and $participants = ap_get_parti( $comment->comment_post_ID ); } are always returning null.
Anspress is not a theme, it is a plugin. And the latest version is 3.0.5, get it from WordPress.org
I updated manually but the problem remains the same Back to 2.4.6
Hello Fred, You can edit and upload new avatar for user from AnsPress profile. User->profile
Update from here: https://github.com/anspress/anspress/archive/master.zip
Ok. Check carefully you wp user role. The wp instance had TWO groups named “editor”, with different userights. I was an “editor’ (group 2 without edition rights). See : /wp-admin/users.php for existing roles. Look for duplicata. wp-admin/admin.php?page=anspress_options&option_page=roles WP as administrator > Anspress > Options > User roles, for Anspress user rights.
In Polylang settings I’ve set URL modifications The language is set from content Now it works, but only for 1 language. Another drawback is that standard comments stopped switching interfaces for different languages.