awijasa
216 Reputation

Answers

Hello Rahul & Siamion, I created a pull request that may fix this problem: https://github.com/anspress/anspress/pull/401 Thanks, Adrian

View Question
1 Vote Selected selected as best answer

Hello Kevin, If you are comfortable with plugin modifications, here is my workaround to fix the tag filter:   On /anspress-question-answer/addons/free/tag.php: A wrong query var is being used....

View Question
1 Vote commented on answer

Hello Rahul, I want to pass along a potential cause of this Email Obfuscation problem from a colleague who has tested CloudFlare Email Obfuscation extensively: CloudFlare only obfuscates emails when the...

View Question
0 Votes commented on answer

Hello Kambur,   AnsPress 4.1.4 can not add any image with a filename that contains a whitespace.   Workaround: On /anspress-question-answer/assets/js/tinymce-plugin.js, replace:  ...

View Question
1 Vote Selected commented on answer

Hello, I was dealing with the same issue. Opening ../categories/<category> would only show an empty page. My workaround: In /wp-content/plugins/anspress-question-answer/addons/free/category.php,...

View Question
2 Votes commented on answer

Hello Muhammad,   I'm working on the same issue today. Here is the resolution to your issue. Add this to your child theme's functions.php:   add_filter( 'ap_allowed_mimes', 'ap_ma_additional_allowed_mimes'...

View Question
1 Vote