I receive an error while trying to remove the Anspress plugin:
Fatal error: Uncaught Error: Call to undefined function ap_opt() in ../public_html/wp-content/plugins/anspress-question-answer/anspress-question-answer.php:491 Stack trace: #0 ../public_html/wp-includes/plugin.php(525): AnsPress_Init::anspress_uninstall(”) #1 ../public_html/wp-admin/includes/plugin.php(1031): do_action(‘uninstall_anspr…’) #2 /../public_html/wp-admin/includes/plugin.php(829): uninstall_plugin(‘anspress-questi…’) #3 ../public_html/wp-admin/plugins.php(346): delete_plugins(Array) #4 {main} thrown in ../public_html/wp-content/plugins/anspress-question-answer/anspress-question-answer.php on line 491
Parse error: syntax error, unexpected ‘if’ (T_IF) in /home1/nikolaih/public_html/kaibiganradio.com/wp-content/plugins/anspress-question-answer/includes/ajax-hooks.php on line 731
you said that change it to
public static function load_tinymce_assets() {
– $settings = ap_tinymce_editor_settings(‘answer‘ );
+ $settings = ap_tinymce_editor_settings( ‘answer‘ );
+
+ if ( $settings[‘tinymce‘] !== false ) {
+ $settings[‘tinymce‘] = array(
+ ‘content_css‘ => ap_get_theme_url( ‘css/editor.css‘ ),
+ ‘wp_autoresize_on‘ => true,
+ );
+ }
but i ended with error
How to make answer box larger.
Is there a way to put Numbering or Reference for each Question title?
How to remove Tag from Ask Question screen? AND I removed Labels from Ask Question screen because don’t want users to Label their question but where can I add Label to Questions so that I can then allow users to sort by Label? Do I have to Label them in WP’s Anspress options? Or do the questions have to be Moderated first and then the Moderator can approve and add label? Thank you.

Why Chrome “User Profile” on Menu as page does not pull down? I am using AP vs. 2.4.8. Is that a browser compatibility issue resolved in later versions of AP?
Is there a later version of AP pre 3.0 that I can upgrade AP to that does not require PHP 5.5? Am I missing new features/functionality in post 2.4.8? Is there a 2.9 that I can upgrade to? 2.4.8 is rather an old version and maybe security issues? Thank you.


why Answer editor has large edit icons? Can I disable those edit icons if I can’t make them “normal” size? I haven’t seen that in the other editors like Ask Question and Comment.

downgraded from AP 3.0 to 2.4.8 because don’t yet have PHP 5.5 – but also installed old extensions I had from July 2016 but they are dated 2014. IF I upgrade extensions AP Email, Categories, Tags will that require PHP 5.5 or higher because goDaddy doesn’t support in their Managed WP 5.5 yet. See image below.
Is there a security risk with keeping the old extensions?

I saw on main Anspress Question page that there was a yellow star for featured question. Does that need to be coded or is that existing feature that I can enable.
With your Basic and Premium memberships, I’d like to understand what the extent of coverage is. For example
I’m having issues using HTML in my mails, I’d like to have these mails go out in a branded template. I have the template ready but implementing in AnsPress is not working out. What level of support do I receive in this case? If I requested support with implementing, wold that be granted?
Basically, I’m trying to understand if already built in functions on AnsPress that aren’t working properly for me will be worked on under these plans. What level of modification support will also be provided?
Thank you