Keith Diamond
asked 8 years ago

Hi, As the site administrator I would like to display one single question on my website and allow visitors to my site to answer. I do not want them to see who posted the question. I do not want them to see any buttons that allow them to ask their own questions. I do not want them to search for questions. I do not want them to choose categories. I just want them to be able to see the single question and then to be able to write a response. But I do like the options that they can vote on answers and filter answers based on votes and responses…these are great features for what I’m after. Is what I am after possible to customize with this plugin? I’d appreciate some guidance on how to achieve the look/layout I am after. Am I able to manipulate the settings to get a simple static question that that is only asking for responses?

1 Answers
Kevin
answered 8 years ago

Hi Keith Diamond,

You can go Dashboard > Questions > Settings > Permissions and you can grant permission for users.

To hide the search question feature and categories in question form, you can add the code below to wp-content/themes/your-theme-folder/style.css

.dwqa-container .dwqa-content-edit-form label[for=question-category],
.dwqa-container .dwqa-content-edit-form #question-category,
.dwqa-container dwqa-questions-archive .dwqa-search {
	display: none !important;
}
Powered by DW Question & Answer Pro