Trying to uninstall from my dev system i still get:
PHP Fatal error: Uncaught Error: Call to undefined function ap_opt() in /home/wp-content/plugins/anspress-question-answer/anspress-question-answer.php:491
Thanks
On anspress 3.0.4 when replying to a question the following error occurs.
VM4635:2 Uncaught ReferenceError: tinymce is not defined
The text box will not allow input
I want to create a forum in wordpress
when i try to activate the AnsPress plugin i get the following error
Plugin could not be activated because it triggered a fatal error.
Parse error: syntax error, unexpected ‘[’ in /home/ehibamfoundation/public_html/wp-content/plugins/anspress-question-answer/anspress-question-answer.php on line 580
We are using WC Memberships to control access to membership levels and content.
How does the AnsPress Paid Membership work with WC?
https://anspress.io/downloads/anspress-paid-membership/
Urgent! We about to start custom coding a solution here.
Please advise if your team is available to consult on this matter.
Thanks,
Hi,
How can I make that users dont put tags to the questions?
Thanks
Hi Guys,
When viewing the “about” page of any AnsPress user i’ve noticed in the address bar that the users “username” is displayed rather than “display name publicly as”. This worries me a little because it exposes a users login name. Is there any easy way this can be changed so the link includes the name the user wishes displayed rather than their username?
Thanks
Hi,
Siteorigin updated today their pagebuilder plugin, and now it seems that it conflicts with anspress.
The result of the conflict is that the visual editor is not functioning on the backend and just shows a blank editor.
While Anspress 3.0.3 shows available at WP, in my 2 installations it doesn’t show for an update.
Any ideas ?
Thanks
I’m getting this constant JS error in console saying “b.prop is undefined”:
What ends up happening is you get that error multiple times a second, until eventually it crashes the entire page or entire browser.
I debugged this myself and tracked it down to the WatchJS minimized code you have in `ap_functions.js` on line #470.
I could not figure out if it was a compatibility issue with my theme, or what the actual cause was … as when I replaced the minimized code you have in your file, with the unminimized code from:
https://raw.githubusercontent.com/melanke/Watch.JS/master/src/watch.js
And now it works fine … not sure what would cause this but certainly was a huge issue for me.