Hello @awijasa, Thanks for letting us know and providing a solution. You can send a pull request to our GitHub repo. Edit our editor.css file and send pull request, I will merge it.
Hello michal, Have you installed any other forum plugin? Its look like rewrite rules is conflicting with some other plugin rules. Disable other forum plugins and then try. Lemme know.
Still an issue with this plugin i sent you a few emails over the week. Can we get this solved plz
Hi awijasa I tried and do what you are wrote but if i edit the functions.php the site die ahah I saw that it’s enough the point 1 and 2.
Hello, He said wrong. You can override above files from child theme. Simply create a child theme and copy this files there keep same directory path. Like if you want to override: wp-content/themes/askbug/anspress/addons/user/edit-profile.php Then copy it to child theme with same path wp-content/themes/askbug-child/anspress/addons/user/edit-profile.php There are lots of plugins available to create a child theme by few clicks, search for them in wp.org. Lemme know if you need any further assistance.
I am facing the same issue ? How can i get out of it?
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’ ); function ap_ma_additional_allowed_mimes( $mimes ) { $mimes[’pdf’] = ‘application/pdf’; return $mimes; } I believe doc and docx are already allowed by default. You can check in \wp-content\plugins\anspress-question-answer\includes\upload.php Sorry for the backslashes if you are using Mac or Linux! Let me know if you have any question. Thanks, @awijasa
Hello Rahul, I had the same question, I’m looking for a Q&A to integrate on my WordPress. Can this choise to use the same table generate slowness of the site? I don’t understand because not separate this things 🙂 Thanks in advaced Maurizio
Hello, No, its not possible.
Hello Vamshi, you can change AnsPress font size by adding styles to #anspress css id.