|  | Received an upvoteUnable to upload picture for avatar You can find it here: | June 18, 2024 | 10 | 
|  | Answer was selected as best | April 24, 2024 | 10 | 
|  | Posted an answerRandom menu appears above header after latest update Hi 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 upvoteHow 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 upvoteI 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 questionTest question This is real time online HTML Editor Test Test | July 12, 2023 | 2 | 
|  | Received an upvoteBuddyPress profile pic functionality overwrite anspress Go to WordPress discussion setting and select AnsPress avatar. That will solve your issue. | February 7, 2023 | 10 | 
|  | Posted an answera critical error on my website Hello Arifur, Can you send us your php error.log file to email [email protected] | January 2, 2023 | 5 | 
|  | Posted an answerNeed help to fix a Bugs Hello 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 answer404 error page after changing name of base page Hello Matthew, Please save permalinks once and it will be fixed. wp-admin -> Settings -> permalinks. | October 31, 2022 | 5 | 
|  | Posted an answerCustom 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 bestWhy Am I Not Receiving Email Notifications? Please make sure you have enabled email addon like this: | June 22, 2022 | 10 | 
|  | Received an upvoteAdding markdown support Not planned yet. Will think about it. | June 15, 2022 | 10 | 
|  | Received an upvoteIs 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 upvotePls How can I remove the Register or Login Links at the footer Hello, 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 upvoteQA box on single pages and products Hello, 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 answerHow to remove the noindex setting from the question page Hello, 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 answerSetting Maximum length for question title and question content Hello, 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 |