DesignWall
Forum Replies Created
-
Forum: Plugins
In reply to: [DW Question & Answer] Show Questions in Site Search, Simplify FormsHi,
1/ It’s not wrong from the plugin, you only possible search the question on the question page.
2/ To remove or hide some the sections that you want, you can refer here: https://www.designwall.com/question/private-private-how-to-disable-title-category-and-tag-in-dwqa/
3/ Remove the voting and comment section, you can add the following code to the style.css file:
.single-dwqa-question .dwqa-question-item .dwqa-question-vote, .single-dwqa-question .dwqa-answer-item .dwqa-answer-vote {
display: none;
}
.single-dwqa-question .dwqa-question-item .dwqa-comment-form {
display: none;
}
Regards,
Dominic from DesignWall team.Forum: Plugins
In reply to: [DW Question & Answer] i want to get rid it off.Hi,
Thanks for contacting DesignWall.To get rid of these two areas, please copy the following style into wp-content/themes/theme-folder/style.css
.dwqa-search,
.dwqa-ask-question {
display: none !important;
}If your have more questions, don’t hesitate to ask.
Forum: Reviews
In reply to: [DW Question & Answer] annoying :)@jeffmcneill: His account has been disabled.
Forum: Plugins
In reply to: [DW Question & Answer] Not closing DP connectionsHi,
I think you have created a question on our forum, I will check and answer your question.
Regards,
Dominic from DesignWall teamForum: Plugins
In reply to: [DW Question & Answer] Ads and Stars are showing on asks and answersHi,
Give me the link to the Q&A page, I will check and help you resolve it.
Regards,
Dominic from DesignWall team.Forum: Plugins
In reply to: [DW Question & Answer] how to create vote in dw question answerYou can add the following code to the style.css file:
.dwqa-votes-count { display: none;}Forum: Plugins
In reply to: [DW Question & Answer] how to create vote in dw question answerHi,
We are afraid that to add voting feature into this plugin, you must add the correct codes, which is not available now. Apologies for this inconvenience.
If you still want to have this feature on your sites, we can help you to code it. Yet it’s custom work so would cost you an amount.
If you agree with this, kindly let us know.Thanks.
Hi,
Thanks for contacting DesignWall,Currently, there are no specific options to turn on notifications for private answers.
You need to turn on notifications from back end to allow emails sent when there are questions, answers or comments. This is mutual options for all.Kindly let us know if you have more questions.
Forum: Plugins
In reply to: [DW Question & Answer] how to create vote in dw question answerHi,
Thank you for contacting DesignWall.We have to say that vote is currently working only when the user has logged in. Please log in and experience that feature.
If you have more questions, feel free to reach out.
Forum: Plugins
In reply to: [DW Question & Answer] Disable Category & TagsHi,
Thank you for contacting DesignWall,Should you need further assistance, please feel free to reach out.
Hi,
Apologies for my late reply.Can you please let me know the themes and plugins that you are using?
Forum: Plugins
In reply to: [DW Question & Answer] comments or answers by guest must need approvalHi,
Please insert the following code into line 234 of wpcontent/plugins/dw-question-answer/inc/Handle.php$args[‘comment_approved’] = 0;
if you need further assistance, feel free to reach out.
Forum: Plugins
In reply to: [DW Question & Answer] How to show status icon on leftHi Jamie,
Thanks for contacting DesignWall.Please go to Dashboard > Questions > Settings > check option Display status icon on the left side > Save changes
If you need more assistance, feel free to reach out.
Forum: Plugins
In reply to: [DW Question & Answer] single pageHi, thanks for contacting DesignWall.
Can you please provide us a screenshot of the matter you’ve mentioned so that we can support you more effectively?
Hi,
Awesome, thank for your help, we will check and update this language file to the next version of the plugin.
Regards,
DesignWall Team.