Hi.

I’m using Anspress, but I realised it removes all rel=canonical tags placed by Yoast SEO on my website.

I found this function in /includes/class-theme.php, but I don’t know why it remove canonical on the other pages / taxonomies, it should only replace it on question taxonomy.

$this->ap->add_filter( 'wpseo_canonical', $this, 'wpseo_canonical' );
...
public function wpseo_canonical() {
	if ( is_question() ) {
		return get_permalink( get_question_id() ); }
	}

Is there any workaround for this, except replacing Yoast SEO with another SEO plugin.

Thanks in advance,

Cristian

Hi

Email notifications aren’t working

I’m using a SMTP Email plugin and when a user signs up they receive a welcome email, so I know emails are working.

 

It’s just when a user replies to a question, the user is not getting notified by email.

Really not interested in the follow icon being how many followers the user has. Need to follow questions and track what I’m following like before to avoid repeating questions. Why would this feature be removed?

No sorting questions by comments on the profile either.

That shows in my notification.

On the profile. Is there a way to just add that answered link to the profile menu by the way?

 

(description box took a while to load just now)

Getting the following error on all AnsPress sections of site after updating today:

 

AnsPress shortcode cannot be used inside AnsPress content.

 

Please help!

I’m curious if I can add answers.io to a ThriveThemes site.

It’s what I use for my site design.

Will it take on the look of my ThriveThemes design?

Hi,

I’m trying to add a logout option to the top navigation bar. Currently, I can log in (see 1st image below):

But then, after logging in, there is no option to log out (see 2nd image below):

We’ve explore previous options listed in your support database (e.g. https://anspress.io/questions/question/how-to-add-log-out-option/); however, this solution provided only adds logout to a profile menu and is not equally applicable on navigation menu.

What is the correct solution to this problem?

Hello,

I set the status of a new question with Publish in anspress option.

But, when a subscriber create a new question, he/she will see a notice that his/her question is waiting for approval by moderator. Actually he/she can change question status to Open by him self without waiting a moderator to approve it by clicking status and they can chose Open and than the question can be seen by other subscriber.

My question is, is it the way of anspress for auto publish (unmoderated) question?

What if the subscriber didnt realize that they can change it manually. the subscriber will be waiting and waiting for an hour two hour a day or two day until a moderator approve the question.

Thanks