nick berger
asked 10 years ago

like the plug in only thing is my template seems to insert a sidebar by default so I cannot get the Q&A to show up on a full width page even though I set up the template to ‘full width’ does anybody know of a work around for this? I achieved this with bbpress but cannot with Q&A

2 Answers
DominicStaff
answered 10 years ago

Hello Nick ! 
To get the Q&A on one page without sidebar, you can add the following code to the style.css file: 

 /* In question list page*/
.list-dwqa-question #sidebar {
display:none; } /* Single question page */ .single-dwqa-question #sidebar { display: none; } /* Submit question page */ .submit-dwqa-question #sidebar { display: none; }

Hope this helps !

nick berger
replied 10 years ago

Nope! Absolutely did not work. Got rid of the sidebar but instead of putting the Q&A on one full width page there is just a big empty space where the sidebar used to be, totally not what I needed.

Dominic Staff
replied 10 years ago

Hi Nick !
Apologies for the delay in replying to you.
Please send me username & password of your site (via private answer) for further checking.

DominicStaff
answered 10 years ago

Hi Nick ! 
Right now, you can log in to Dashboard > Plugin > activate DW Q&A plugin, then check your site.
I have helped you resolve this issue.
Regards,
 

Powered by DW Question & Answer Pro