PHP Fatal error: Call to undefined function is_question_tag()

I am having the same Issue. When I click on any of the categories I get Fatal error: Call to undefined function is_question_tag() in /home/content/p3pnexwpnas02_data02/91/2852391/html/wp-content/plugins/anspress-master/includes/subscriber.php on line 248

Send email based on defined intervals

IF Anspress uses WP email subsystem to send emails, then maybe this could help you all: https://wordpress.org/plugins/smtp-mailing-queue/ https://wordpress.org/plugins/mailer/ I have NOT tried them, just FYI.

Does anybody wants to help in writing documents

I can help.

How to change my user password?

Go to your profile –> Profile –> Account, you can change your email there.

how to set logout button on profile view

Code Snippet or put in functions.php add_filter( 'ap_user_menu', 'd_ap_logout' ); function d_ap_logout($links){ if(is_user_logged_in()){ $links['logout'] = array( 'slug' => 'logout', 'title' => __('Выйти'), 'link' => wp_logout_url( ), 'order' => 100, 'show_in_menu' => false, 'public' => true, 'class' => 'apicon-x'); } return $links; }

Anspress login or sign up dont work

It does work for me with both latest release and beta4. Try looking in what’s unusual in your installation, try on clean local wordpress installation, disable adblocks maybe. Please report what was the problem if you manage to fix it.

Communities Q&A – Notifications

Install this: https://github.com/anspress/anspress-email

Possible Bug: Spinner doesn’t stop when including new files.

I see this in ajax response: <style> #checkout { position:relative; bottom: 300px; } </style> Transaction failed.OUTSIDE THE FUNCTION AND WITH DOUBLE QUOTES Remove this and your issue will be solved.

Avatars not lining up

Look like clearfix are not being applied. Try once disabling CSS minify.

Theme like on index page of anspress.io ?

AnsPress depend on your theme for layout and size. As your theme content width is fixed hence you are facing the issue.