It’s narrow in every theme.

I’ve added comments here but will have to ask this question again. I have Multisite if that’s hindering anything.

Still requires log in to ask even though this requirement is turned off. [Solved]

Not all providers in WordPress Social Login (officially recommended for AnsPress) return proper data. For vk.com provider (russian facebook) it was returning user id as “display name”.

This display name issue can be fixed with simple snippet:

add_action('user_register','d_change_display_name');
function d_change_display_name( $user_id ) {
    $info = get_userdata( $user_id );
	$args = array(
		'ID' => $user_id,
		'display_name' => $info->first_name . ' ' . $info->last_name
	);
    wp_update_user( $args );
}

We can not ask any question because validation is not working.

I wrote this:

 

‘Merhaba,

Bundan 2 hafta önce sokakta yaklaşık  3-5 aylık diye tahmin ettiğim bir yavru köpeğim var. Sürekli kusuyor ve ishal.

Kanlı ishal hakkında bir kaç şey okudum ama emin olamadım. Köpeğim kanlı ishal olmuş olabilir mi ?

Yardım edebilirseniz çok sevinirim. ‘

ANSPRESS_TITLE

 

Still it’s says: Its too short, it must be minimum 8 characters

Hi,

I need remove the box and the Username link in the page. Please check the image attached.

Hello all,

I have installed AnsPress with AnswerBox theme (also Buddypress).

Everything seems to work fine but avatar images doesn’t assign to each user (but it do upload to the site) even the site tells Successfully.

 

Can you please help me?

Thanks a lot

 

Hayder

I have seen that we can search by user : @david

but this doesn’t seem to work.

Is this function no longer available?