I am detecting a Duplicate Title Tag on the Google Search Console for Questions on AnsPress. These are the affected URLs:
/?ap_page=shortlink&ap_a=22621
/forums/question/question-slug/
/forums/question/question-slug/?order_by=active
/forums/question/question-slug/?order_by=oldest
/forums/question/question-slug/?order_by=voted
/forums/question/question-slug/answer/22621/
what could be the possible solution for this? adding on robots.txt?

Hi,
I want to add the Show/Hide button or link to show the description editor in Ask Question Form page.
I tried to do it at ask.php file but I just find 

<?php ap_ask_form(); ?>

which is it will hide all of the ask form field.
I want only Description editor to hide, like a spoiler link, the description editor will be shown if the user click “add description” link.
How to do it? Which file should I edit?

Having issues with links in notification emails not being clickable.
When changes are made to the email template, the system deletes them and reverts back to the original code. This is the code:

A new answer is posted by {answerer}
<a href=”{answer_link}”>{question_title}</a>
{answer_excerpt}

Any ideas?

TIA.

Distance from top or z-index would be fine but I can’t seem to control them in the cssfiles.
ap-modal is the class indicated when I inspect the page and editing this on the page does result in the appearance I want but when I edit

/wp-content/plugins/anspress-question-answer/templates/scss/modal.scss


the changes are not visible.
I do not have a cache plugin running and I have flushed the cache in both chrome and firefox.

widget: Anspress Question sidebar,
if i use question sidebar then width of my website will decrease and it does not look good.. i want widget that work below the Question and answer horizontally.. How i can do this ???

When a new question is created with tags the tags are then deleted off the previous question.
Questions tags would only save using the front end interface – they would not save if a question was created in the backend.