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
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 !
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.
Hi Nick !
Apologies for the delay in replying to you.
Please send me username & password of your site (via private answer) for further checking.
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,
Please login or Register to submit your answer