Why have you stopped working on this? it’s such a great plugin. I really like the plugin but see that it’s not been updated, also there is no support for schema?

How do I fix the error of my Ask a question page displaying more than one field each? Question Title appeared three times, category three and even the input box appeared 3. Thanks.

Hi,
is there any way to show the user profile in an normal page instead the autor remplate?
Kind regards,
Ole

Hi, I added this code to the theme’s function.php but not of any use. Can you help with choosing category automatically

<?php

/**

* Filter ask button link to append category id in single category.

*

* @param string $link Ask page link.

* @return string

*/

function my_ap_ask_btn_link( $link ) {

if( ap_current_page( ‘category’ ) ) {

$question_category = get_queried_object();

$link = add_query_arg( [ ‘question_form’ => [ ‘category’ => $question_category->term_id ] ], $link );

}

return $link;

}

add_filter( ‘ap_ask_btn_link’, ‘my_ap_ask_btn_link’ );

Suddenly anspress plugin on my site deactivated with a message: the plugin deactivated because of header problem
Please help. I am not being able to see the plugin in my plugin manager as well. How to recover.

When setting up the categories, there is an option to upload an image, which I am using.
However, the images I am uploading are different sizes and so nothing is centering correctly. Is there is an optimal image size for the categories page?
Thank you for any help.

We have a special environment: One Login for all users. This means, all users shares one login.
Is it possible to allow this user to vote up / down without any restriction? This User should be able to vote unlimited times for the same question / answer.
Thank you,
mickna

The question form has two forms.

I think the cause is 「SEO SIMPLE PACK」plugin.
I was able to confirm that there was a problem using that plugin.
But I need that plugin.
Please let me know if there is a way to fix it.

theme:SWELL