Anspress uses a shortcode in WordPress->Dashboard->Pages. It contains all of the “sub-pages” to Anspress, like the question list, the page to ask, user rep, etc…I want to add a page to this list so that my page gets the look and feel of Anspress. How do I add the page to be included by the [anspress] shortcode?
My profile on here allows me to upland a background and avatar. Is that a different plugin from Anspress? My Anspress doesn’t show the upland icon.
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. ‘
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