Does Anspress Support Jason API?

Any update on this anyone please ? Anyone got it to work ?

AskBug 3.0.0-beta is available for download

I updated to Anspress 4.0.0 and installed Askbug 3.0.0 beta.   The user profile icon in the top right of the nav bar and the notification icon do nothing when clicked, and I don’t see in WP appearance under menu how I can change this.  You can see in the image also how it doesn’t appear right and takes up a good bit of the header.  I also don’t see how users can update their profile information and picture.  I’m thinking about just going back to the older versions of Anspress and Askbug, but I do like how Anspress 4.0.0 allows comments to be shown by default.   How much sooner before Askbug is ready for the full update?  I only ask because this Q&A site will be very active and I need things working right before I go live.  I expect to have several thousand users in the first couple months.

Remove Polling fields on Ask a question page

Here are the fields on Post a question form that I want optional.

AP 4: WP update plugin system

I think people should mainly update via WordPress. And install plugins that have that minimum of check at WP.org. I’m not sure it is proper to update directly via other sources and also i’m not even sure they should install plugins that do not exist at WP.org. imho.

Yoast SEO conflict, removes canonical – Major bug

When I comment out the function it is fixed, so there is something wrong with the filter return parameter: anspress()->add_filter( ‘wpseo_canonical’, ‘AnsPress_Theme’, ‘wpseo_canonical’ );   Edit: You overwrite the  official Yoast hook, so just use another name for it and it is fixed (ex. wpseo_canonical_ans)

Anspress 4: Paid Membership not working?

dear rahul, thanks for your answer. looking forward to the new version 🙂 cheers, tom

Place answerbox at the top of the page

Thanks. Problem with customisation is you need to keep track of your changes as they are overwritten when the plugin is updated. Is there an override facility for hooks and functions like in a child theme ?

Place answerbox at the top of the page

Hello, No option is required, you can simply override question.php and move this line of code to anywhere you want. https://github.com/anspress/anspress/blob/master/templates/question.php#L99