haider
asked 10 years ago

Hello there, firstly i would like to thank everyone who contributed in making this awesome plugin. thank you   i have few issues: 1- permalinks, i have set my wordpress permalinks to /postname i have clicked on “save changes” many times. My WP question page permalink is set to /questions and also set to have no sidebar on the right i did everything, but simply can’t get the front end question page to be like how i set, sidebar comes on and the page title becomes that of the first question title. I fixed that issue by setting a custom permalink from DW answers setting page to “question” NOT the same permalink as its WP question page. fixed the front end initial problem, but when i click on the question it reverts back to style with side bar 🙁 2- secondly, i want to remove the log in facility under the ask section! how can i remove any log in forms from the front end please. 3- how can i add a ask question button as a widget?   thank you

2 Answers
DominicStaff
answered 10 years ago

Hi,
To remove the sidebar from single question page, you can add the following code to the style.css.

.single-dwqa-question .sidebar-right #sidebar { display: none; }
.single-dwqa-question #content {width: 100%; }

Regards,

haider
replied 10 years ago

Thank you.
it didn’t work, but its ok.

I am happy with things as they look at the moment. thank you again!

DominicStaff
answered 10 years ago

Hi,
1. If you want to remove the sidebar in the Q&A page on your site, you can send me your site and tell me about the pages List Question/ Ask Question/ Single Question) that you want to remove the sidebar in the Q&A plugin, I will help you resolve it.
2. To resolve this issue, you can add the following code to the style.css file.

.dwqa-submit-question .question-signin span { display: none; }
.entry-content .dwqa-single-question #dwqa-answers {display: none; }

Note: If you still face there issue, you can send me a screenshot for further checking.
3.
At the moment, DW Q&A plugin does not support this issue.
Hope this helps !

Powered by DW Question & Answer Pro