Hello Rahul & Siamion, I created a pull request that may fix this problem: https://github.com/anspress/anspress/pull/401 Thanks, Adrian
View QuestionAnswers
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 QuestionHello 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 QuestionHello 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 QuestionHello, 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 QuestionHello 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