| Received an upvote Unable to upload picture for avatarYou can find it here: | June 18, 2024 | 10 |
| Answer was selected as best | April 24, 2024 | 10 |
| Posted an answer Random menu appears above header after latest updateHi there, It seems like this issue might not be directly related to the plugin. Would you be available for a brief call to help us determine whether it's stemming from AnsPress or another source? Alternatively,... | April 24, 2024 | 5 |
| Received an upvote How to customize answering questions page?Hello, Single question page uses base page template. You can add condition to base page template. Like this: [apcode language="php"] <?php if ( is_question() ) : ?> <-- Single question... | October 30, 2023 | 10 |
| Received an upvote I have a problem about picture upload in ask a question page.Hello, In AnsPress settings -> user access control -> other permission. | July 14, 2023 | 10 |
| Asked a question Test questionThis is real time online HTML Editor Test Test | July 12, 2023 | 2 |
| Received an upvote BuddyPress profile pic functionality overwrite anspressGo to WordPress discussion setting and select AnsPress avatar. That will solve your issue. | February 7, 2023 | 10 |
| Posted an answer a critical error on my websiteHello Arifur, Can you send us your php error.log file to email [email protected] | January 2, 2023 | 5 |
| Posted an answer Need help to fix a BugsHello Arifur, We are looking into this issue. Please give us some time to look into this. | January 2, 2023 | 5 |
| Answer was selected as best | October 31, 2022 | 10 |
| Posted an answer 404 error page after changing name of base pageHello Matthew, Please save permalinks once and it will be fixed. wp-admin -> Settings -> permalinks. | October 31, 2022 | 5 |
| Posted an answer Custom Fields made, where is my data stored? and how to retrieve it?Hello, AnsPress does not save custom fields automatically. You need to use init hook. Here is an example https://gist.github.com/rahularyan/ea30cb2c455c4e9a442fefcf2d969014#file-save-custom-form-php More... | September 26, 2022 | 5 |
| Answer was selected as best Why Am I Not Receiving Email Notifications?Please make sure you have enabled email addon like this: | June 22, 2022 | 10 |
| Received an upvote Adding markdown supportNot planned yet. Will think about it. | June 15, 2022 | 10 |
| Received an upvote Is it possible to give MOD access to a single category?Hello Keith, This will be available in January release. | June 1, 2022 | 10 |
| Received an upvote Pls How can I remove the Register or Login Links at the footerHello, You can do so by adding a file to you active theme. Create a new folder in theme called anspress and then create a blank file login-signup.php That will remove those buttons. | April 23, 2022 | 10 |
| Received an upvote QA box on single pages and productsHello, You can make it work in single page as well in products page. You'll have to use this shortcode: [apcode language="php"] [anspress post_parent=123] [/apcode] To automatically grab current single... | April 4, 2022 | 10 |
| Commented on a post Hello, It was fully compatible with PolyLang. But I have not re-tested in these years. Please explain what issues you are facing now. | April 4, 2022 | 2 |
| Posted an answer How to remove the noindex setting from the question pageHello, I don't think this is being done by AnsPress. Can you try theses suggestions: https://stackoverflow.com/questions/28043745/wordpress-remove-robots-meta-tag-noindex | April 4, 2022 | 5 |
| Posted an answer Setting Maximum length for question title and question contentHello, there is already 100 max length validation on title. You can override that using below code. [apcode language="php"] <?php /** * Override post_title max length validation. * * @param array... | April 4, 2022 | 5 |