please share link to your website to test. on my demo website and production website i have no difficults, so maybe something you have conflicts with another plugins or theme
View QuestionAnswers
yes. just deactivate reputation module in anspress options /wp-admin/admin.php?page=anspress_options&active_tab=features#features-toggle_features
View Questionyour template must contain [apcode language="php"] <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?> <?php the_content(); ?> <?php endwhile; // end of the loop. ?> [/apcode]...
View Questionit looks like your theme or one of the plugins is preventing plugin styles from loading. Try disabling all plugins and changing the theme to the standard one, then gradually enable the plugins and check...
View QuestionThere is no such option in the plugin. but I can make it for you by changing the plugin code
View QuestionThe plugin has an option to allow anonymous users to ask questions, answer questions and comment without registration
View QuestionI don't know the correct way, but it is possible to change the plugin file /wp-content/plugins/anspress-question-answer/includes/class-theme.php replace the line 340 echo '<div class="ap-post-updated"><i...
View Questionthe same error was here https://anspress.io/questions/question/what-capability-should-be-set-to-update-edited-answers/
View Question