DesignWall
Forum Replies Created
-
Forum: Plugins
In reply to: [DW Question & Answer] Spam Mail HTTP ERROR 500Hi meravjon,
Please reach us at [moderator note: please do not ask for off-forum contact] and I can help you solve this issue.
Forum: Plugins
In reply to: [DW Question & Answer] How to make Name field optional?Hi dwell,
The next version of DW Q&A and will add an option to allow you disable this feature on your site.
Forum: Plugins
In reply to: [DW Question & Answer] Sorting questionsHi dwell,
You can send me your site URL at hi@designwall.com
[Moderator note: please do not ask for, provide, or accept login credentials for sites.]
Forum: Plugins
In reply to: [DW Question & Answer] Search has some bugsHi Prafulla Kumar Sahu,
Thanks for writing in.
We’re so sorry that you have been encountered this problem. We’re going to fix this issue in the next version of DW Q&A.
Apologies for the inconvenience. Let me know if there is anything else I can help you with.
Warm Regards,
Kevin.Forum: Plugins
In reply to: [DW Question & Answer] Suggested improvement: answer redirectionHi,
Thank you for contacting DesignWall! My name is Anna and I am happy to be of assistance in this matter.
We’re so sorry that you have been encountered this problem. We’re going to fix this issue in the next version of DW Q&A.
Apologies for the inconvenience. Let me know if there is anything else I can help you with.
Warm Regards,
Anna.Forum: Plugins
In reply to: [DW Question & Answer] Contributor: Cannot see/publish pending questionsHi,
Thank you for contacting DesignWall! My name is Anna and I am happy to be of assistance in this matter.
Please go to Dashboard > Questions > Settings > Permissions. There you can grant the permission for the users by roles.
Let me know if there is anything else I can help you with.
Warm Regards,
Anna.Forum: Plugins
In reply to: [DW Question & Answer] How to answer via Facebook commentHi Aboobacker Amani,
Thank you for contacting DesignWall! My name is Anna and I am happy to be of assistance in this matter.
Could you provide us with more details about it?
Apologies for the inconvenience. Let me know if there is anything else I can help you with.
Warm Regards,
Anna.
Hi toledoroy,
Please reach us at [moderated: email removed. Please do not ask for off forum contact or credentials for user sites.] for a further assistance. We’ll remove WordPress comments for you.
Forum: Reviews
In reply to: [DW Question & Answer] super efficient support! it's awesome!Hi,
You’re welcome 🙂 Should you need further assistance, please contact us again and we’ll be happy to help.
Have a wonderful day and good luck with all your future projects!
Warm Regards,
Kevin.Forum: Plugins
In reply to: [DW Question & Answer] How to make Name field optional?Hi dwell,
You can go to
wp-content/plugins/dw-question-answer/inc/Handle.phpand remove this code below from line 298 to 308if ( !is_user_logged_in() ) { if ( empty( $_POST['_dwqa_anonymous_email'] ) || !is_email( sanitize_email( $_POST['_dwqa_anonymous_email'] ) ) ) { dwqa_add_notice( __( 'Missing email information', 'dwqa' ), 'error' ); return false; } if ( empty( $_POST['_dwqa_anonymous_name'] ) ) { dwqa_add_notice( __( 'Missing name information', 'dwqa' ), 'error' ); return false; } }Forum: Plugins
In reply to: [DW Question & Answer] How to remove your breadcrumbs?Hi dwell,
You can add this code below to
wp-content/themes/your-theme-folder/functions.phpremove_action( 'dwqa_before_questions_archive', 'dwqa_breadcrumb' ); remove_action( 'dwqa_before_single_question', 'dwqa_breadcrumb' );
Forum: Plugins
In reply to: [DW Question & Answer] Questions categories named "questions" added randomlyHi ypeynaud,
You can go to `wp-content/plugins/dw-question-answer/inc/Posts/Questions.php and remove line 345.
wp_insert_term( __( 'Questions', 'dwqa' ), $this->get_slug() . '_category' );
Forum: Plugins
In reply to: [DW Question & Answer] Sorting questionsHi dwell,
Please provide me your site URL for further checking.
Forum: Plugins
In reply to: [DW Question & Answer] Ask not workingHi Aboobacker Amani,
I have checked and the ask feature was still working fine. Let me know if there is anything else I can help you with.
Forum: Plugins
In reply to: [DW Question & Answer] Security issue with user nameHi Dave,
Thank you for your reply.
We have answered you via email. Please check your email and get back to us if you need further assistance. We’ll be happy to help.
Have a nice day!
Warm Regards,
Anna.